Searched refs:getNominatedNamespace (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaLookup.cpp | 74 const DeclContext *getNominatedNamespace() const { in getNominatedNamespace() function in __anon506a0daf0111::UnqualUsingEntry 148 DeclContext *NS = UD->getNominatedNamespace(); in visit() 163 DeclContext *NS = UD->getNominatedNamespace(); in addUsingDirectives() 187 DeclContext *Common = UD->getNominatedNamespace(); in addUsingDirective() 192 list.push_back(UnqualUsingEntry(UD->getNominatedNamespace(), Common)); in addUsingDirective() 1241 if (LookupDirect(S, R, UUE.getNominatedNamespace())) in CppNamespaceLookup() 2366 NamespaceDecl *ND = I->getNominatedNamespace()->getFirstDecl(); in LookupQualifiedNameInUsingDirectives() 2414 NamespaceDecl *Nom = I->getNominatedNamespace(); in LookupQualifiedNameInUsingDirectives() 4229 lookupInDeclContext(I->getNominatedNamespace(), Result, in lookupInDeclContext() 4423 const_cast<DeclContext *>(UUE.getNominatedNamespace()), Result, in lookupInScope()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 3829 D->getNominatedNamespace(), in VisitUsingDirectiveDecl()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclCXX.h | 3144 NamespaceDecl *getNominatedNamespace(); 3146 const NamespaceDecl *getNominatedNamespace() const { in getNominatedNamespace() function 3147 return const_cast<UsingDirectiveDecl*>(this)->getNominatedNamespace(); in getNominatedNamespace()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | JSONNodeDumper.cpp | 894 createBareDeclRef(UDD->getNominatedNamespace())); in VisitUsingDirectiveDecl()
|
| H A D | TextNodeDumper.cpp | 2554 dumpBareDeclRef(D->getNominatedNamespace()); in VisitUsingDirectiveDecl()
|
| H A D | DeclCXX.cpp | 3221 NamespaceDecl *UsingDirectiveDecl::getNominatedNamespace() { in getNominatedNamespace() function in UsingDirectiveDecl
|
| H A D | ASTImporter.cpp | 5563 auto ToNominatedNamespace = importChecked(Err, D->getNominatedNamespace()); in VisitUsingDirectiveDecl()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 9228 if (searched.find(ud->getNominatedNamespace()) == searched.end()) in DeclContextFindDeclByName() 9230 std::make_pair(from, ud->getNominatedNamespace())); in DeclContextFindDeclByName() 9339 clang::DeclContext *ns = ud->getNominatedNamespace(); in CountDeclLevels()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterDecl.cpp | 1643 Record.AddDeclRef(D->getNominatedNamespace()); in VisitUsingDirectiveDecl()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 6151 const NamespaceDecl *NSDecl = UD.getNominatedNamespace(); in EmitUsingDirective()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 9906 …singDirectiveDecl21getNominatedNamespaceEv", "clang::UsingDirectiveDecl::getNominatedNamespace()"},
|