Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DMangle.cpp114 if (!D->hasExternalFormalLinkage() && D->getOwningModuleForLinkage()) in shouldMangleDeclName()
H A DDecl.cpp1659 InternalLinkage = !ND->hasExternalFormalLinkage(); in getOwningModuleForLinkage()
2202 if (!D.hasExternalFormalLinkage()) in getDeclLanguageLinkage()
H A DASTImporter.cpp1031 if (From->hasExternalFormalLinkage()) in hasSameVisibilityContextAndLinkage()
1032 return Found->hasExternalFormalLinkage(); in hasSameVisibilityContextAndLinkage()
1039 !Found->hasExternalFormalLinkage(); in hasSameVisibilityContextAndLinkage()
/freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp321 REGISTER_MATCHER(hasExternalFormalLinkage); in RegistryMaps()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h8387 AST_MATCHER(NamedDecl, hasExternalFormalLinkage) { in AST_MATCHER() argument
8388 return Node.hasExternalFormalLinkage(); in AST_MATCHER()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp807 return getLangOpts().CPlusPlus && VD->hasExternalFormalLinkage() && in isExternalWithNoLinkageType()
H A DSemaDecl.cpp3753 Old->hasExternalFormalLinkage() && in MergeFunctionDecl()
4695 Old->hasExternalFormalLinkage()) { in MergeVarDecl()
8239 else if (NewVD->hasExternalFormalLinkage()) in ActOnVariableDeclarator()
H A DSemaDeclCXX.cpp6547 (!Class->isExternallyVisible() && Class->hasExternalFormalLinkage())) { in checkClassLevelDLLAttribute()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h404 bool hasExternalFormalLinkage() const { in hasExternalFormalLinkage() function