Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp948 if (HasName && ND->getFormalLinkage() == Linkage::Internal) { in checkExportedDecl()
961 Linkage Lk = Target->getFormalLinkage(); in checkExportedDecl()
H A DSemaDecl.cpp1690 auto Lk = Old->getFormalLinkage(); in CheckRedeclarationExported()
4755 (New->getFormalLinkage() == Linkage::Internal || New->isInline() || in checkVarDeclRedefinition()
11185 if (OldFD->getFormalLinkage() != NewFD->getFormalLinkage()) in areMultiversionVariantFunctionsCompatible()
13357 VDecl->getFormalLinkage() == Linkage::External && !VDecl->isInline() && in AddInitializerToDecl()
15336 (Definition->getFormalLinkage() == Linkage::Internal || in CheckForFunctionRedefinition()
15602 FD->getFormalLinkage() == Linkage::External && !FD->isTemplated() && in ActOnStartOfFunctionDef()
H A DSemaTemplate.cpp6258 if (Entity->getFormalLinkage() == Linkage::Internal) { in CheckTemplateArgumentAddressOfObjectOrFunction()
9343 D->getFormalLinkage() == Linkage::Internal) { in CheckExplicitInstantiation()
H A DSemaOverload.cpp6883 if (ND->getFormalLinkage() == Linkage::Internal) { in AddOverloadCandidate()
H A DSemaChecking.cpp3223 FDecl->getFormalLinkage() != Linkage::Internal && in checkCall()
H A DSemaExpr.cpp179 if (D->getFormalLinkage() != Linkage::Internal) in diagnoseUseOfInternalDeclInInlineFunction()
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexSymbol.cpp68 switch (ND->getFormalLinkage()) { in isFunctionLocalSymbol()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp1200 Linkage NamedDecl::getFormalLinkage() const { in getFormalLinkage() function in NamedDecl
1217 return clang::getFormalLinkage(InternalLinkage); in getFormalLinkage()
1913 switch (getFormalLinkage()) { in hasLinkage()
H A DItaniumMangle.cpp711 if (ND && ND->getFormalLinkage() == Linkage::Internal && in isInternalLinkageDecl()
793 if (DC->isTranslationUnit() && D->getFormalLinkage() != Linkage::Internal && in shouldMangleCXXName()
H A DMicrosoftMangle.cpp554 if (DC->isTranslationUnit() && D->getFormalLinkage() == Linkage::Internal && in shouldMangleCXXName()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h401 Linkage getFormalLinkage() const;
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp4193 if (FD->getFormalLinkage() == Linkage::Internal) in getMultiversionLinkage()
5325 if (!D->getIdentifier() || D->getFormalLinkage() != Linkage::Internal) in MaybeHandleStaticInExternC()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp3312 return ND->getFormalLinkage() == Linkage::Internal; in IsInternalDeclFromFileContext()