Searched refs:hasLinkage (Results 1 - 7 of 7) sorted by relevance

/external/clang/lib/AST/
H A DMicrosoftMangle.cpp258 if (isa<FunctionDecl>(DC) && ND->hasLinkage())
H A DItaniumMangle.cpp402 if (DC->isFunctionOrMethod() && D->hasLinkage())
558 if (isa<FunctionDecl>(DC) && ND->hasLinkage() && !isLambda(ND))
H A DDecl.cpp965 bool NamedDecl::hasLinkage() const { function in class:NamedDecl
/external/clang/lib/Sema/
H A DSemaDecl.cpp2289 if (New->hasExternalStorage() && Old->hasLinkage())
2300 !Old->hasLinkage() && Old->isLocalVarDecl()) {
2306 !New->hasLinkage() && New->isLocalVarDecl()) {
3828 if (!PrevDecl->hasLinkage())
4143 FilterLookupForScope(Previous, DC, S, NewVD->hasLinkage(),
4350 if ((isVM && NewVD->hasLinkage()) ||
5228 FilterLookupForScope(Previous, DC, S, NewFD->hasLinkage(),
H A DSemaLookup.cpp1150 if (LeftStartingScope && !((*I)->hasLinkage()))
H A DSemaDeclAttr.cpp3970 if (I != WeakUndeclaredIdentifiers.end() && ND->hasLinkage()) {
/external/clang/include/clang/AST/
H A DDecl.h193 bool hasLinkage() const;

Completed in 159 milliseconds