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

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
Linkage.h 78 GVA_StrongODR
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 10678 return GVA_StrongODR;
10716 return GVA_StrongODR;
10726 if (L == GVA_DiscardableODR || L == GVA_StrongODR)
10730 return GVA_StrongODR;
10736 return GVA_StrongODR;
10762 return GVA_StrongODR;
10806 if (StaticLocalLinkage == GVA_StrongODR ||
10830 StrongLinkage = GVA_StrongODR;
10841 ? GVA_StrongODR
10845 return GVA_StrongODR;
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenModule.cpp 4254 case GVA_StrongODR:
4631 if (Linkage == GVA_StrongODR) {

Completed in 24 milliseconds