Searched refs:LinkageSpec (Results 1 – 12 of 12) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTCommon.cpp | 299 case Decl::LinkageSpec: in getDefinitiveDeclContext() 414 case Decl::LinkageSpec: in isRedeclarableDeclKind()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclBase.cpp | 916 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 D | DeclCXX.cpp | 2897 : Decl(LinkageSpec, DC, LangLoc), DeclContext(LinkageSpec), in LinkageSpecDecl()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DeclNodes.td | 94 def LinkageSpec : DeclNode<Decl>, DeclContext;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseDeclCXX.cpp | 357 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 D | DeclBase.h | 2142 return !isFunctionOrMethod() && getDeclKind() != Decl::LinkageSpec &&
|
| H A D | DeclCXX.h | 2987 static bool classofKind(Kind K) { return K == LinkageSpec; } in classofKind()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDecl.cpp | 90 case Decl::LinkageSpec: in EmitDecl()
|
| H A D | CodeGenModule.cpp | 6898 case Decl::LinkageSpec: in EmitTopLevelDecl()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 12102 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 D | SemaCodeComplete.cpp | 4168 case Decl::LinkageSpec: in getCursorKindForDecl()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 7706 Decl *LinkageSpec,
|