HomeSort by: relevance | last modified time | path
    Searched refs:shouldExternalizeStaticVar (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCUDANV.cpp 278 if (CGM.getContext().shouldExternalizeStaticVar(ND) &&
CodeGenModule.cpp 1267 if (CGM.getContext().shouldExternalizeStaticVar(ND) &&
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 3157 bool shouldExternalizeStaticVar(const Decl *D) const;
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 10743 if (Context.shouldExternalizeStaticVar(D))
11637 bool ASTContext::shouldExternalizeStaticVar(const Decl *D) const {

Completed in 84 milliseconds