Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/ExtractAPI/
HDExtractAPIVisitor.h416 if (Decl->hasNameForLinkage()) { in VisitEnumDecl()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaLambda.cpp656 if (!ED->hasNameForLinkage()) return nullptr; in findCommonEnumForBlockReturns()
HDSemaDecl.cpp1811 if (!RD->hasNameForLinkage()) in mightHaveNonExternalLinkage()
4912 if (TagFromDeclSpec->hasNameForLinkage()) in setTagNameForLinkagePurposes()
14758 if (FirstDeclaratorInGroup && !Tag->hasNameForLinkage() && in FinalizeDeclaratorGroup()
HDSemaTemplateInstantiateDecl.cpp1055 assert(!newTag->hasNameForLinkage()); in InstantiateTypedefNameDecl()
HDSemaChecking.cpp11202 if (SourceEnum->getDecl()->hasNameForLinkage() && in CheckImplicitConversion()
11203 TargetEnum->getDecl()->hasNameForLinkage() && in CheckImplicitConversion()
HDSemaOverload.cpp10628 if (EnumA->hasNameForLinkage() || EnumB->hasNameForLinkage() || in isEquivalentInternalLinkageDeclaration()
HDSemaTemplate.cpp5858 if (!Tag->hasNameForLinkage()) { in VisitTagDecl()
HDSemaExpr.cpp1505 else if (!L->castAs<EnumType>()->getDecl()->hasNameForLinkage() || in checkEnumArithmeticConversions()
1506 !R->castAs<EnumType>()->getDecl()->hasNameForLinkage()) { in checkEnumArithmeticConversions()
HDSemaCodeComplete.cpp2028 if (!Tag->hasNameForLinkage()) { in GetCompletionTypeString()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDDecl.h3781 bool hasNameForLinkage() const { in hasNameForLinkage() function
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDMicrosoftMangle.cpp238 if (!Tag->hasNameForLinkage() && in getNextDiscriminator()
HDType.cpp4517 !Tag->hasNameForLinkage(); in computeCachedProperties()
HDDecl.cpp851 if (!Tag->hasNameForLinkage()) in getLVForNamespaceScopeDecl()