Home
last modified time | relevance | path

Searched refs:LinkageSpec (Results 1 – 12 of 12) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTCommon.cpp299 case Decl::LinkageSpec: in getDefinitiveDeclContext()
414 case Decl::LinkageSpec: in isRedeclarableDeclKind()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp916 case LinkageSpec: in getIdentifierNamespaceForKind()
1309 if (DC->getDeclKind() == Decl::LinkageSpec) in isLinkageSpecContext()
1323 if (DC->getDeclKind() == Decl::LinkageSpec && in getExternCContext()
1358 case Decl::LinkageSpec: in getPrimaryContext()
1786 if (getDeclKind() == Decl::LinkageSpec || getDeclKind() == Decl::Export) in lookup()
1850 assert(getDeclKind() != Decl::LinkageSpec && in noload_lookup()
H A DDeclCXX.cpp2897 : Decl(LinkageSpec, DC, LangLoc), DeclContext(LinkageSpec), in LinkageSpecDecl()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DDeclNodes.td94 def LinkageSpec : DeclNode<Decl>, DeclContext;
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp357 Decl *LinkageSpec = in ParseLinkage() local
379 return LinkageSpec ? Actions.ActOnFinishLinkageSpecification( in ParseLinkage()
380 getCurScope(), LinkageSpec, SourceLocation()) in ParseLinkage()
428 return LinkageSpec ? Actions.ActOnFinishLinkageSpecification( in ParseLinkage()
429 getCurScope(), LinkageSpec, T.getCloseLocation()) in ParseLinkage()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h2142 return !isFunctionOrMethod() && getDeclKind() != Decl::LinkageSpec &&
H A DDeclCXX.h2987 static bool classofKind(Kind K) { return K == LinkageSpec; } in classofKind()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp90 case Decl::LinkageSpec: in EmitDecl()
H A DCodeGenModule.cpp6898 case Decl::LinkageSpec: in EmitTopLevelDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp12102 case Decl::LinkageSpec: in IsUsingDirectiveInToplevelContext()
16852 Decl *LinkageSpec, in ActOnFinishLinkageSpecification() argument
16855 LinkageSpecDecl* LSDecl = cast<LinkageSpecDecl>(LinkageSpec); in ActOnFinishLinkageSpecification()
16868 return LinkageSpec; in ActOnFinishLinkageSpecification()
H A DSemaCodeComplete.cpp4168 case Decl::LinkageSpec: in getCursorKindForDecl()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h7706 Decl *LinkageSpec,