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.h416 if (Decl->hasNameForLinkage()) { in VisitEnumDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp656 if (!ED->hasNameForLinkage()) return nullptr; in findCommonEnumForBlockReturns()
H A DSemaDecl.cpp1811 if (!RD->hasNameForLinkage()) in mightHaveNonExternalLinkage()
4912 if (TagFromDeclSpec->hasNameForLinkage()) in setTagNameForLinkagePurposes()
14758 if (FirstDeclaratorInGroup && !Tag->hasNameForLinkage() && in FinalizeDeclaratorGroup()
H A DSemaTemplateInstantiateDecl.cpp1055 assert(!newTag->hasNameForLinkage()); in InstantiateTypedefNameDecl()
H A DSemaOverload.cpp10628 if (EnumA->hasNameForLinkage() || EnumB->hasNameForLinkage() || in isEquivalentInternalLinkageDeclaration()
H A DSemaChecking.cpp11202 if (SourceEnum->getDecl()->hasNameForLinkage() && in CheckImplicitConversion()
11203 TargetEnum->getDecl()->hasNameForLinkage() && in CheckImplicitConversion()
H A DSemaTemplate.cpp5858 if (!Tag->hasNameForLinkage()) { in VisitTagDecl()
H A DSemaExpr.cpp1505 else if (!L->castAs<EnumType>()->getDecl()->hasNameForLinkage() || in checkEnumArithmeticConversions()
1506 !R->castAs<EnumType>()->getDecl()->hasNameForLinkage()) { in checkEnumArithmeticConversions()
H A DSemaCodeComplete.cpp2028 if (!Tag->hasNameForLinkage()) { in GetCompletionTypeString()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h3781 bool hasNameForLinkage() const { in hasNameForLinkage() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp238 if (!Tag->hasNameForLinkage() && in getNextDiscriminator()
H A DType.cpp4517 !Tag->hasNameForLinkage(); in computeCachedProperties()
H A DDecl.cpp851 if (!Tag->hasNameForLinkage()) in getLVForNamespaceScopeDecl()