HomeSort by relevance Sort by last modified time
    Searched refs:hasLinkage (Results 1 - 9 of 9) sorted by null

  /external/clang/lib/AST/
ItaniumMangle.cpp 432 if (DC->isFunctionOrMethod() && D->hasLinkage())
588 if (isLocalContainerContext(DC) && ND->hasLinkage() && !isLambda(ND))
    [all...]
MicrosoftMangle.cpp 349 if (isa<FunctionDecl>(DC) && ND->hasLinkage())
    [all...]
Decl.cpp     [all...]
  /frameworks/compile/slang/
slang_rs_export_type.cpp 338 if (VD->hasLinkage() &&
    [all...]
  /external/clang/include/clang/AST/
Decl.h 189 bool hasLinkage() const;
    [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]
SemaLookup.cpp     [all...]
SemaTemplate.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]

Completed in 1093 milliseconds