Searched refs:LinkageSpec (Results 1 – 14 of 14) sorted by relevance
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | DeclBase.cpp | 829 case LinkageSpec: in getIdentifierNamespaceForKind() 1191 return getDeclKind() == Decl::LinkageSpec || getDeclKind() == Decl::Export; in isTransparentContext() 1197 if (DC->getDeclKind() == Decl::LinkageSpec) in isLinkageSpecContext() 1211 if (DC->getDeclKind() == Decl::LinkageSpec && in getExternCContext() 1246 case Decl::LinkageSpec: in getPrimaryContext() 1665 if (getDeclKind() == Decl::LinkageSpec || getDeclKind() == Decl::Export) in lookup() 1729 assert(getDeclKind() != Decl::LinkageSpec && in noload_lookup()
|
| H A D | DeclCXX.cpp | 2814 : Decl(LinkageSpec, DC, LangLoc), DeclContext(LinkageSpec), in LinkageSpecDecl()
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTCommon.cpp | 294 case Decl::LinkageSpec: in getDefinitiveDeclContext() 409 case Decl::LinkageSpec: in isRedeclarableDeclKind()
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | DeclNodes.td | 93 def LinkageSpec : DeclNode<Decl>, DeclContext;
|
| /llvm-project-15.0.7/clang/lib/Parse/ |
| H A D | ParseDeclCXX.cpp | 352 Decl *LinkageSpec = in ParseLinkage() local 370 return LinkageSpec ? Actions.ActOnFinishLinkageSpecification( in ParseLinkage() 371 getCurScope(), LinkageSpec, SourceLocation()) in ParseLinkage() 419 return LinkageSpec ? Actions.ActOnFinishLinkageSpecification( in ParseLinkage() 420 getCurScope(), LinkageSpec, T.getCloseLocation()) in ParseLinkage()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/index/ |
| H A D | SymbolCollector.cpp | 495 case Decl::LinkageSpec: in shouldCollectSymbol()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | DeclBase.h | 1970 return !isFunctionOrMethod() && getDeclKind() != Decl::LinkageSpec &&
|
| H A D | DeclCXX.h | 2894 static bool classofKind(Kind K) { return K == LinkageSpec; } in classofKind()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | CodeComplete.cpp | 2095 case Decl::LinkageSpec: in isIndexedForCodeCompletion()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGDecl.cpp | 89 case Decl::LinkageSpec: in EmitDecl()
|
| H A D | CodeGenModule.cpp | 6253 case Decl::LinkageSpec: in EmitTopLevelDecl()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 11592 case Decl::LinkageSpec: in IsUsingDirectiveInToplevelContext() 16332 Decl *LinkageSpec, in ActOnFinishLinkageSpecification() argument 16335 LinkageSpecDecl* LSDecl = cast<LinkageSpecDecl>(LinkageSpec); in ActOnFinishLinkageSpecification() 16347 return LinkageSpec; in ActOnFinishLinkageSpecification()
|
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | CIndex.cpp | 6671 case Decl::LinkageSpec: in clang_getCursorDefinition() 8152 case Decl::LinkageSpec: in getDeclLanguage()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 7276 Decl *LinkageSpec,
|