/external/clang/lib/Serialization/ |
D | ASTCommon.cpp | 185 case Decl::LinkageSpec: in getDefinitiveDeclContext() 293 case Decl::LinkageSpec: in isRedeclarableDeclKind()
|
/external/llvm-project/clang/lib/AST/ |
D | DeclBase.cpp | 825 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()
|
D | DeclCXX.cpp | 2793 : Decl(LinkageSpec, DC, LangLoc), DeclContext(LinkageSpec), in LinkageSpecDecl()
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTCommon.cpp | 286 case Decl::LinkageSpec: in getDefinitiveDeclContext() 399 case Decl::LinkageSpec: in isRedeclarableDeclKind()
|
/external/clang/lib/AST/ |
D | DeclBase.cpp | 672 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/ |
D | ASTConsumers.cpp | 255 case Decl::LinkageSpec: in PrintDeclContext() 394 case Decl::LinkageSpec: in PrintDeclContext()
|
/external/clang/include/clang/Basic/ |
D | DeclNodes.td | 80 def LinkageSpec : Decl, DeclContext;
|
/external/llvm-project/clang/include/clang/Basic/ |
D | DeclNodes.td | 89 def LinkageSpec : DeclNode<Decl>, DeclContext;
|
/external/clang/include/clang/AST/ |
D | DeclCXX.h | 2552 : Decl(LinkageSpec, DC, LangLoc), DeclContext(LinkageSpec), in LinkageSpecDecl() 2596 static bool classofKind(Kind K) { return K == LinkageSpec; } in classofKind()
|
D | DeclBase.h | 1276 return !isFunctionOrMethod() && DeclKind != Decl::LinkageSpec; in isLookupContext()
|
/external/clang/lib/Parse/ |
D | ParseDeclCXX.cpp | 304 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/ |
D | ParseDeclCXX.cpp | 340 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/ |
D | SymbolCollector.cpp | 234 case Decl::LinkageSpec: in shouldCollectSymbol()
|
/external/llvm-project/clang/include/clang/AST/ |
D | DeclBase.h | 1881 return !isFunctionOrMethod() && getDeclKind() != Decl::LinkageSpec && in isLookupContext()
|
D | DeclCXX.h | 2837 static bool classofKind(Kind K) { return K == LinkageSpec; } in classofKind()
|
/external/clang/lib/CodeGen/ |
D | CGDecl.cpp | 79 case Decl::LinkageSpec: in EmitDecl()
|
D | CodeGenModule.cpp | 3895 case Decl::LinkageSpec: in EmitTopLevelDecl()
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | CodeComplete.cpp | 1852 case Decl::LinkageSpec: in isIndexedForCodeCompletion()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGDecl.cpp | 89 case Decl::LinkageSpec: in EmitDecl()
|
D | CodeGenModule.cpp | 5685 case Decl::LinkageSpec: in EmitTopLevelDecl()
|
/external/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 7654 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/ |
D | CIndex.cpp | 5618 case Decl::LinkageSpec: in clang_getCursorDefinition() 6940 case Decl::LinkageSpec: in getDeclLanguage()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 11326 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/ |
D | CIndex.cpp | 6392 case Decl::LinkageSpec: in clang_getCursorDefinition() 7871 case Decl::LinkageSpec: in getDeclLanguage()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 5272 Decl *LinkageSpec,
|