Home
last modified time | relevance | path

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

12

/external/clang/lib/Serialization/
DASTCommon.cpp185 case Decl::LinkageSpec: in getDefinitiveDeclContext()
293 case Decl::LinkageSpec: in isRedeclarableDeclKind()
/external/llvm-project/clang/lib/AST/
DDeclBase.cpp825 case LinkageSpec: in getIdentifierNamespaceForKind()
1176 else if (getDeclKind() == Decl::LinkageSpec || getDeclKind() == Decl::Export) in isTransparentContext()
1185 if (DC->getDeclKind() == Decl::LinkageSpec) in isLinkageSpecContext()
1199 if (DC->getDeclKind() == Decl::LinkageSpec && in getExternCContext()
1225 case Decl::LinkageSpec: in getPrimaryContext()
1670 assert(getDeclKind() != Decl::LinkageSpec && in lookup()
1735 assert(getDeclKind() != Decl::LinkageSpec && in noload_lookup()
DDeclCXX.cpp2793 : Decl(LinkageSpec, DC, LangLoc), DeclContext(LinkageSpec), in LinkageSpecDecl()
/external/llvm-project/clang/lib/Serialization/
DASTCommon.cpp286 case Decl::LinkageSpec: in getDefinitiveDeclContext()
399 case Decl::LinkageSpec: in isRedeclarableDeclKind()
/external/clang/lib/AST/
DDeclBase.cpp672 case LinkageSpec: in getIdentifierNamespaceForKind()
957 else if (DeclKind == Decl::LinkageSpec) in isTransparentContext()
966 if (DC->getDeclKind() == Decl::LinkageSpec) in isLinkageSpecContext()
995 case Decl::LinkageSpec: in getPrimaryContext()
1408 assert(DeclKind != Decl::LinkageSpec && in lookup()
1470 assert(DeclKind != Decl::LinkageSpec && in noload_lookup()
/external/clang/lib/Frontend/
DASTConsumers.cpp255 case Decl::LinkageSpec: in PrintDeclContext()
394 case Decl::LinkageSpec: in PrintDeclContext()
/external/clang/include/clang/Basic/
DDeclNodes.td80 def LinkageSpec : Decl, DeclContext;
/external/llvm-project/clang/include/clang/Basic/
DDeclNodes.td89 def LinkageSpec : DeclNode<Decl>, DeclContext;
/external/clang/include/clang/AST/
DDeclCXX.h2552 : Decl(LinkageSpec, DC, LangLoc), DeclContext(LinkageSpec), in LinkageSpecDecl()
2596 static bool classofKind(Kind K) { return K == LinkageSpec; } in classofKind()
DDeclBase.h1276 return !isFunctionOrMethod() && DeclKind != Decl::LinkageSpec; in isLookupContext()
/external/clang/lib/Parse/
DParseDeclCXX.cpp304 Decl *LinkageSpec = in ParseLinkage() local
323 return LinkageSpec ? Actions.ActOnFinishLinkageSpecification( in ParseLinkage()
324 getCurScope(), LinkageSpec, SourceLocation()) in ParseLinkage()
373 return LinkageSpec ? Actions.ActOnFinishLinkageSpecification( in ParseLinkage()
374 getCurScope(), LinkageSpec, T.getCloseLocation()) in ParseLinkage()
/external/llvm-project/clang/lib/Parse/
DParseDeclCXX.cpp340 Decl *LinkageSpec = in ParseLinkage() local
358 return LinkageSpec ? Actions.ActOnFinishLinkageSpecification( in ParseLinkage()
359 getCurScope(), LinkageSpec, SourceLocation()) in ParseLinkage()
407 return LinkageSpec ? Actions.ActOnFinishLinkageSpecification( in ParseLinkage()
408 getCurScope(), LinkageSpec, T.getCloseLocation()) in ParseLinkage()
/external/llvm-project/clang-tools-extra/clangd/index/
DSymbolCollector.cpp234 case Decl::LinkageSpec: in shouldCollectSymbol()
/external/llvm-project/clang/include/clang/AST/
DDeclBase.h1881 return !isFunctionOrMethod() && getDeclKind() != Decl::LinkageSpec && in isLookupContext()
DDeclCXX.h2837 static bool classofKind(Kind K) { return K == LinkageSpec; } in classofKind()
/external/clang/lib/CodeGen/
DCGDecl.cpp79 case Decl::LinkageSpec: in EmitDecl()
DCodeGenModule.cpp3895 case Decl::LinkageSpec: in EmitTopLevelDecl()
/external/llvm-project/clang-tools-extra/clangd/
DCodeComplete.cpp1852 case Decl::LinkageSpec: in isIndexedForCodeCompletion()
/external/llvm-project/clang/lib/CodeGen/
DCGDecl.cpp89 case Decl::LinkageSpec: in EmitDecl()
DCodeGenModule.cpp5685 case Decl::LinkageSpec: in EmitTopLevelDecl()
/external/clang/lib/Sema/
DSemaDeclCXX.cpp7654 case Decl::LinkageSpec: in IsUsingDirectiveInToplevelContext()
12160 Decl *LinkageSpec, in ActOnFinishLinkageSpecification() argument
12163 LinkageSpecDecl* LSDecl = cast<LinkageSpecDecl>(LinkageSpec); in ActOnFinishLinkageSpecification()
12167 return LinkageSpec; in ActOnFinishLinkageSpecification()
/external/clang/tools/libclang/
DCIndex.cpp5618 case Decl::LinkageSpec: in clang_getCursorDefinition()
6940 case Decl::LinkageSpec: in getDeclLanguage()
/external/llvm-project/clang/lib/Sema/
DSemaDeclCXX.cpp11326 case Decl::LinkageSpec: in IsUsingDirectiveInToplevelContext()
15810 Decl *LinkageSpec, in ActOnFinishLinkageSpecification() argument
15813 LinkageSpecDecl* LSDecl = cast<LinkageSpecDecl>(LinkageSpec); in ActOnFinishLinkageSpecification()
15817 return LinkageSpec; in ActOnFinishLinkageSpecification()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp6392 case Decl::LinkageSpec: in clang_getCursorDefinition()
7871 case Decl::LinkageSpec: in getDeclLanguage()
/external/clang/include/clang/Sema/
DSema.h5272 Decl *LinkageSpec,

12