Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTCommon.cpp99 case Decl::LinkageSpec: in getDefinitiveDeclContext()
206 case Decl::LinkageSpec: in isRedeclarableDeclKind()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDDeclBase.cpp605 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/
HDASTConsumers.cpp255 case Decl::LinkageSpec: in PrintDeclContext()
396 case Decl::LinkageSpec: in PrintDeclContext()
/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDDeclNodes.td74 def LinkageSpec : Decl, DeclContext;
/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseDeclCXX.cpp298 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/
HDDeclCXX.h2496 : Decl(LinkageSpec, DC, LangLoc), DeclContext(LinkageSpec), in LinkageSpecDecl()
2540 static bool classofKind(Kind K) { return K == LinkageSpec; } in classofKind()
HDDeclBase.h1236 return !isFunctionOrMethod() && DeclKind != Decl::LinkageSpec; in isLookupContext()
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGDecl.cpp73 case Decl::LinkageSpec: in EmitDecl()
HDCodeGenModule.cpp3353 case Decl::LinkageSpec: in EmitTopLevelDecl()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaDeclCXX.cpp7498 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/
HDSema.h5078 Decl *LinkageSpec,