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

  /external/clang/lib/AST/
MicrosoftMangle.cpp 258 if (isa<FunctionDecl>(DC) && ND->hasLinkage())
    [all...]
ItaniumMangle.cpp 402 if (DC->isFunctionOrMethod() && D->hasLinkage())
558 if (isa<FunctionDecl>(DC) && ND->hasLinkage() && !isLambda(ND))
    [all...]
Decl.cpp     [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]
SemaLookup.cpp     [all...]
SemaDeclAttr.cpp     [all...]
  /external/clang/include/clang/AST/
Decl.h 193 bool hasLinkage() const;
    [all...]

Completed in 2020 milliseconds