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 412 if (VD->hasLinkage() &&
    [all...]
  /external/clang/lib/AST/
ItaniumMangle.cpp 428 if (DC->isFunctionOrMethod() && D->hasLinkage())
577 if (isLocalContainerContext(DC) && ND->hasLinkage() && !isLambda(ND))
    [all...]
MicrosoftMangle.cpp 327 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 188 bool hasLinkage() const;
    [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]

Completed in 639 milliseconds