Searched refs:LinkageSpec (Results 1 – 11 of 11) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/Serialization/ |
| HD | ASTCommon.cpp | 99 case Decl::LinkageSpec: in getDefinitiveDeclContext() 206 case Decl::LinkageSpec: in isRedeclarableDeclKind()
|
| /NextBSD/contrib/llvm/tools/clang/lib/AST/ |
| HD | DeclBase.cpp | 605 case LinkageSpec: in getIdentifierNamespaceForKind() 886 else if (DeclKind == Decl::LinkageSpec) in isTransparentContext() 895 if (DC->getDeclKind() == Decl::LinkageSpec) in isLinkageSpecContext() 924 case Decl::LinkageSpec: in getPrimaryContext() 1340 assert(DeclKind != Decl::LinkageSpec && in lookup() 1402 assert(DeclKind != Decl::LinkageSpec && in noload_lookup()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Frontend/ |
| HD | ASTConsumers.cpp | 255 case Decl::LinkageSpec: in PrintDeclContext() 396 case Decl::LinkageSpec: in PrintDeclContext()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Basic/ |
| HD | DeclNodes.td | 74 def LinkageSpec : Decl, DeclContext;
|
| /NextBSD/contrib/llvm/tools/clang/lib/Parse/ |
| HD | ParseDeclCXX.cpp | 298 Decl *LinkageSpec = in ParseLinkage() local 317 return LinkageSpec ? Actions.ActOnFinishLinkageSpecification( in ParseLinkage() 318 getCurScope(), LinkageSpec, SourceLocation()) in ParseLinkage() 367 return LinkageSpec ? Actions.ActOnFinishLinkageSpecification( in ParseLinkage() 368 getCurScope(), LinkageSpec, T.getCloseLocation()) in ParseLinkage()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | DeclCXX.h | 2496 : Decl(LinkageSpec, DC, LangLoc), DeclContext(LinkageSpec), in LinkageSpecDecl() 2540 static bool classofKind(Kind K) { return K == LinkageSpec; } in classofKind()
|
| HD | DeclBase.h | 1236 return !isFunctionOrMethod() && DeclKind != Decl::LinkageSpec; in isLookupContext()
|
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CGDecl.cpp | 73 case Decl::LinkageSpec: in EmitDecl()
|
| HD | CodeGenModule.cpp | 3353 case Decl::LinkageSpec: in EmitTopLevelDecl()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaDeclCXX.cpp | 7498 case Decl::LinkageSpec: in IsUsingDirectiveInToplevelContext() 11921 Decl *LinkageSpec, in ActOnFinishLinkageSpecification() argument 11924 LinkageSpecDecl* LSDecl = cast<LinkageSpecDecl>(LinkageSpec); in ActOnFinishLinkageSpecification() 11928 return LinkageSpec; in ActOnFinishLinkageSpecification()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Sema/ |
| HD | Sema.h | 5078 Decl *LinkageSpec,
|