Home
last modified time | relevance | path

Searched refs:hasNameForLinkage (Results 1 – 9 of 9) sorted by relevance

/external/clang/lib/Sema/
DSemaLambda.cpp582 if (!ED->hasNameForLinkage()) return nullptr; in findCommonEnumForBlockReturns()
DSemaTemplateInstantiateDecl.cpp372 assert(!newTag->hasNameForLinkage()); in InstantiateTypedefNameDecl()
3583 assert(!NewTag->hasNameForLinkage() && in BuildVariableInstantiation()
DSemaChecking.cpp6799 if (SourceEnum->getDecl()->hasNameForLinkage() && in CheckImplicitConversion()
6800 TargetEnum->getDecl()->hasNameForLinkage() && in CheckImplicitConversion()
DSemaDecl.cpp1345 if (!RD->hasNameForLinkage()) in mightHaveNonExternalLinkage()
9808 if (!Tag->hasNameForLinkage() && !Tag->hasDeclaratorForAnonDecl()) in FinalizeDeclaratorGroup()
DSemaTemplate.cpp4118 if (!Tag->hasNameForLinkage()) { in VisitTagDecl()
DSemaCodeComplete.cpp1480 if (!Tag->hasNameForLinkage()) { in GetCompletionTypeString()
/external/clang/lib/AST/
DType.cpp2188 !Tag->hasNameForLinkage(); in computeCachedProperties()
DDecl.cpp784 if (!Tag->hasNameForLinkage()) in getLVForNamespaceScopeDecl()
/external/clang/include/clang/AST/
DDecl.h2878 bool hasNameForLinkage() const { in hasNameForLinkage() function