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

  /frameworks/compile/slang/
slang_rs_export_type.cpp 453 if (VD->hasLinkage() &&
    [all...]
  /external/clang/lib/AST/
ItaniumMangle.cpp 604 if (DC->isFunctionOrMethod() && D->hasLinkage())
846 if (isLocalContainerContext(DC) && ND->hasLinkage() && !isLambda(ND))
    [all...]
MicrosoftMangle.cpp 405 if (DC->isFunctionOrMethod() && D->hasLinkage())
    [all...]
Decl.cpp     [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp     [all...]
SemaDecl.cpp     [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
SemaTemplate.cpp     [all...]
  /external/clang/include/clang/AST/
Decl.h 299 bool hasLinkage() const;
    [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]

Completed in 238 milliseconds