Searched refs:LinkageSpec (Results 1 – 14 of 14) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclBase.cpp | 965 case LinkageSpec: in getIdentifierNamespaceForKind() 1407 if (DC->getDeclKind() == Decl::LinkageSpec) in isLinkageSpecContext() 1421 if (DC->getDeclKind() == Decl::LinkageSpec && in getExternCContext() 1467 case Decl::LinkageSpec: in getPrimaryContext() 1897 if (getDeclKind() == Decl::LinkageSpec || getDeclKind() == Decl::Export) in lookup() 1908 assert(getDeclKind() != Decl::LinkageSpec && getDeclKind() != Decl::Export && in lookupImpl() 1969 if (getDeclKind() == Decl::LinkageSpec || getDeclKind() == Decl::Export) in noload_lookup()
|
| H A D | DeclCXX.cpp | 3175 : Decl(LinkageSpec, DC, LangLoc), DeclContext(LinkageSpec), in LinkageSpecDecl()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTCommon.cpp | 312 case Decl::LinkageSpec: in getDefinitiveDeclContext() 428 case Decl::LinkageSpec: in isRedeclarableDeclKind()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DeclNodes.td | 94 def LinkageSpec : DeclNode<Decl>, DeclContext;
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenDecl.cpp | 565 case Decl::LinkageSpec: in emitDecl()
|
| H A D | CIRGenModule.cpp | 1282 case Decl::LinkageSpec: in emitTopLevelDecl()
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseDeclCXX.cpp | 320 Decl *LinkageSpec = in ParseLinkage() local 342 return LinkageSpec ? Actions.ActOnFinishLinkageSpecification( in ParseLinkage() 343 getCurScope(), LinkageSpec, SourceLocation()) in ParseLinkage() 394 return LinkageSpec ? Actions.ActOnFinishLinkageSpecification( in ParseLinkage() 395 getCurScope(), LinkageSpec, T.getCloseLocation()) in ParseLinkage()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclBase.h | 2180 return !isFunctionOrMethod() && getDeclKind() != Decl::LinkageSpec &&
|
| H A D | DeclCXX.h | 3064 static bool classofKind(Kind K) { return K == LinkageSpec; } in classofKind()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDecl.cpp | 94 case Decl::LinkageSpec: in EmitDecl()
|
| H A D | CodeGenModule.cpp | 7370 case Decl::LinkageSpec: in EmitTopLevelDecl()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 12346 case Decl::LinkageSpec: in IsUsingDirectiveInToplevelContext() 17190 Decl *LinkageSpec, in ActOnFinishLinkageSpecification() argument 17193 LinkageSpecDecl* LSDecl = cast<LinkageSpecDecl>(LinkageSpec); in ActOnFinishLinkageSpecification() 17206 return LinkageSpec; in ActOnFinishLinkageSpecification()
|
| H A D | SemaCodeComplete.cpp | 4336 case Decl::LinkageSpec: in getCursorKindForDecl()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 5678 Decl *ActOnFinishLinkageSpecification(Scope *S, Decl *LinkageSpec,
|