Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DExtractAPIVisitor.h431 if (Decl->hasNameForLinkage()) { in VisitEnumDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp677 if (!ED->hasNameForLinkage()) return nullptr; in findCommonEnumForBlockReturns()
H A DSemaDecl.cpp1828 if (!RD->hasNameForLinkage()) in mightHaveNonExternalLinkage()
5019 if (TagFromDeclSpec->hasNameForLinkage()) in setTagNameForLinkagePurposes()
15146 if (FirstDeclaratorInGroup && !Tag->hasNameForLinkage() && in FinalizeDeclaratorGroup()
H A DSemaTemplateInstantiateDecl.cpp1489 assert(!newTag->hasNameForLinkage()); in InstantiateTypedefNameDecl()
H A DSemaChecking.cpp12593 if (SourceEnum->getDecl()->hasNameForLinkage() && in CheckImplicitConversion()
12594 TargetEnum->getDecl()->hasNameForLinkage() && in CheckImplicitConversion()
H A DSemaOverload.cpp11122 if (EnumA->hasNameForLinkage() || EnumB->hasNameForLinkage() || in isEquivalentInternalLinkageDeclaration()
H A DSemaExpr.cpp1531 else if (!L->castAs<EnumType>()->getDecl()->hasNameForLinkage() || in checkEnumArithmeticConversions()
1532 !R->castAs<EnumType>()->getDecl()->hasNameForLinkage()) { in checkEnumArithmeticConversions()
H A DSemaCodeComplete.cpp2039 if (!Tag->hasNameForLinkage()) { in GetCompletionTypeString()
H A DSemaTemplate.cpp6279 if (!Tag->hasNameForLinkage()) { in VisitTagDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h3899 bool hasNameForLinkage() const { in hasNameForLinkage() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp236 if (!Tag->hasNameForLinkage() && in getNextDiscriminator()
H A DDecl.cpp850 if (!Tag->hasNameForLinkage()) in getLVForNamespaceScopeDecl()
H A DType.cpp4730 !Tag->hasNameForLinkage(); in computeCachedProperties()