Searched refs:getNominatedNamespace (Results 1 – 11 of 11) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaLookup.cpp | 73 const DeclContext *getNominatedNamespace() const { in getNominatedNamespace() function in __anonc10198650111::UnqualUsingEntry 147 DeclContext *NS = UD->getNominatedNamespace(); in visit() 162 DeclContext *NS = UD->getNominatedNamespace(); in addUsingDirectives() 186 DeclContext *Common = UD->getNominatedNamespace(); in addUsingDirective() 191 list.push_back(UnqualUsingEntry(UD->getNominatedNamespace(), Common)); in addUsingDirective() 1226 if (LookupDirect(S, R, UUE.getNominatedNamespace())) in CppNamespaceLookup() 2335 NamespaceDecl *ND = I->getNominatedNamespace()->getOriginalNamespace(); in LookupQualifiedNameInUsingDirectives() 2383 NamespaceDecl *Nom = I->getNominatedNamespace(); in LookupQualifiedNameInUsingDirectives() 4200 lookupInDeclContext(I->getNominatedNamespace(), Result, in lookupInDeclContext() 4394 const_cast<DeclContext *>(UUE.getNominatedNamespace()), Result, in lookupInScope()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 3238 D->getNominatedNamespace(), in VisitUsingDirectiveDecl()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclCXX.h | 3067 NamespaceDecl *getNominatedNamespace(); 3069 const NamespaceDecl *getNominatedNamespace() const { in getNominatedNamespace() function 3070 return const_cast<UsingDirectiveDecl*>(this)->getNominatedNamespace(); in getNominatedNamespace()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/ASTDiff/ |
| H A D | ASTDiff.cpp | 437 return std::string(U->getNominatedNamespace()->getName()); in getDeclValue()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | JSONNodeDumper.cpp | 860 createBareDeclRef(UDD->getNominatedNamespace())); in VisitUsingDirectiveDecl()
|
| H A D | TextNodeDumper.cpp | 2144 dumpBareDeclRef(D->getNominatedNamespace()); in VisitUsingDirectiveDecl()
|
| H A D | DeclCXX.cpp | 2943 NamespaceDecl *UsingDirectiveDecl::getNominatedNamespace() { in getNominatedNamespace() function in UsingDirectiveDecl
|
| H A D | ASTImporter.cpp | 5202 auto ToNominatedNamespace = importChecked(Err, D->getNominatedNamespace()); in VisitUsingDirectiveDecl()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 9104 if (searched.find(ud->getNominatedNamespace()) == searched.end()) in DeclContextFindDeclByName() 9106 std::make_pair(from, ud->getNominatedNamespace())); in DeclContextFindDeclByName() 9216 clang::DeclContext *ns = ud->getNominatedNamespace(); in CountDeclLevels()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterDecl.cpp | 1430 Record.AddDeclRef(D->getNominatedNamespace()); in VisitUsingDirectiveDecl()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 5705 const NamespaceDecl *NSDecl = UD.getNominatedNamespace(); in EmitUsingDirective()
|