Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp965 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 DDeclCXX.cpp3175 : Decl(LinkageSpec, DC, LangLoc), DeclContext(LinkageSpec), in LinkageSpecDecl()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTCommon.cpp312 case Decl::LinkageSpec: in getDefinitiveDeclContext()
428 case Decl::LinkageSpec: in isRedeclarableDeclKind()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDeclNodes.td94 def LinkageSpec : DeclNode<Decl>, DeclContext;
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenDecl.cpp565 case Decl::LinkageSpec: in emitDecl()
H A DCIRGenModule.cpp1282 case Decl::LinkageSpec: in emitTopLevelDecl()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp320 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 DDeclBase.h2180 return !isFunctionOrMethod() && getDeclKind() != Decl::LinkageSpec &&
H A DDeclCXX.h3064 static bool classofKind(Kind K) { return K == LinkageSpec; } in classofKind()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp94 case Decl::LinkageSpec: in EmitDecl()
H A DCodeGenModule.cpp7370 case Decl::LinkageSpec: in EmitTopLevelDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp12346 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 DSemaCodeComplete.cpp4336 case Decl::LinkageSpec: in getCursorKindForDecl()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5678 Decl *ActOnFinishLinkageSpecification(Scope *S, Decl *LinkageSpec,