Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTCommon.cpp307 case Decl::LinkageSpec: in getDefinitiveDeclContext()
422 case Decl::LinkageSpec: in isRedeclarableDeclKind()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp955 case LinkageSpec: in getIdentifierNamespaceForKind()
1373 if (DC->getDeclKind() == Decl::LinkageSpec) in isLinkageSpecContext()
1387 if (DC->getDeclKind() == Decl::LinkageSpec && in getExternCContext()
1422 case Decl::LinkageSpec: in getPrimaryContext()
1850 if (getDeclKind() == Decl::LinkageSpec || getDeclKind() == Decl::Export) in lookup()
1915 if (getDeclKind() == Decl::LinkageSpec || getDeclKind() == Decl::Export) in noload_lookup()
H A DDeclCXX.cpp2950 : Decl(LinkageSpec, DC, LangLoc), DeclContext(LinkageSpec), in LinkageSpecDecl()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDeclNodes.td94 def LinkageSpec : DeclNode<Decl>, DeclContext;
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp366 Decl *LinkageSpec = in ParseLinkage() local
388 return LinkageSpec ? Actions.ActOnFinishLinkageSpecification( in ParseLinkage()
389 getCurScope(), LinkageSpec, SourceLocation()) in ParseLinkage()
437 return LinkageSpec ? Actions.ActOnFinishLinkageSpecification( in ParseLinkage()
438 getCurScope(), LinkageSpec, T.getCloseLocation()) in ParseLinkage()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h2156 return !isFunctionOrMethod() && getDeclKind() != Decl::LinkageSpec &&
H A DDeclCXX.h3001 static bool classofKind(Kind K) { return K == LinkageSpec; } in classofKind()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp93 case Decl::LinkageSpec: in EmitDecl()
H A DCodeGenModule.cpp7044 case Decl::LinkageSpec: in EmitTopLevelDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp12018 case Decl::LinkageSpec: in IsUsingDirectiveInToplevelContext()
16714 Decl *LinkageSpec, in ActOnFinishLinkageSpecification() argument
16717 LinkageSpecDecl* LSDecl = cast<LinkageSpecDecl>(LinkageSpec); in ActOnFinishLinkageSpecification()
16722 // LinkageSpec isn't in the module created by itself. So we don't in ActOnFinishLinkageSpecification()
16730 return LinkageSpec; in ActOnFinishLinkageSpecification()
H A DSemaCodeComplete.cpp4173 case Decl::LinkageSpec: in getCursorKindForDecl()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5263 Decl *ActOnFinishLinkageSpecification(Scope *S, Decl *LinkageSpec,