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

  /external/clang/lib/AST/
ItaniumMangle.cpp 403 if (DC->isFunctionOrMethod() && D->hasLinkage())
551 if (isa<FunctionDecl>(DC) && ND->hasLinkage() && !isLambda(ND))
    [all...]
MicrosoftMangle.cpp 321 if (isa<FunctionDecl>(DC) && ND->hasLinkage())
    [all...]
Decl.cpp     [all...]
  /frameworks/compile/slang/
slang_rs_export_type.cpp 338 if (VD->hasLinkage() && (VD->getLinkage() == clang::ExternalLinkage)) {
    [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]
SemaLookup.cpp     [all...]
  /external/clang/include/clang/AST/
Decl.h 188 bool hasLinkage() const;
    [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]

Completed in 502 milliseconds