Searched refs:getNominatedNamespace (Results 1 – 11 of 11) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaLookup.cpp | 70 const DeclContext *getNominatedNamespace() const { in getNominatedNamespace() function in __anon781a97630111::UnqualUsingEntry 144 DeclContext *NS = UD->getNominatedNamespace(); in visit() 159 DeclContext *NS = UD->getNominatedNamespace(); in addUsingDirectives() 183 DeclContext *Common = UD->getNominatedNamespace(); in addUsingDirective() 188 list.push_back(UnqualUsingEntry(UD->getNominatedNamespace(), Common)); in addUsingDirective() 1200 if (LookupDirect(S, R, UUE.getNominatedNamespace())) in CppNamespaceLookup() 2065 NamespaceDecl *ND = I->getNominatedNamespace()->getOriginalNamespace(); in LookupQualifiedNameInUsingDirectives() 2113 NamespaceDecl *Nom = I->getNominatedNamespace(); in LookupQualifiedNameInUsingDirectives() 3869 lookupInDeclContext(I->getNominatedNamespace(), Result, in lookupInDeclContext() 4063 const_cast<DeclContext *>(UUE.getNominatedNamespace()), Result, in lookupInScope()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 3050 D->getNominatedNamespace(), in VisitUsingDirectiveDecl()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclCXX.h | 2940 NamespaceDecl *getNominatedNamespace(); 2942 const NamespaceDecl *getNominatedNamespace() const { in getNominatedNamespace() function 2943 return const_cast<UsingDirectiveDecl*>(this)->getNominatedNamespace(); in getNominatedNamespace()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/ASTDiff/ |
| H A D | ASTDiff.cpp | 438 return std::string(U->getNominatedNamespace()->getName()); in getDeclValue()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | JSONNodeDumper.cpp | 775 createBareDeclRef(UDD->getNominatedNamespace())); in VisitUsingDirectiveDecl()
|
| H A D | TextNodeDumper.cpp | 1887 dumpBareDeclRef(D->getNominatedNamespace()); in VisitUsingDirectiveDecl()
|
| H A D | DeclCXX.cpp | 2844 NamespaceDecl *UsingDirectiveDecl::getNominatedNamespace() { in getNominatedNamespace() function in UsingDirectiveDecl
|
| H A D | ASTImporter.cpp | 4777 auto ToNominatedNamespace = importChecked(Err, D->getNominatedNamespace()); in VisitUsingDirectiveDecl()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterDecl.cpp | 1325 Record.AddDeclRef(D->getNominatedNamespace()); in VisitUsingDirectiveDecl()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 9405 if (searched.find(ud->getNominatedNamespace()) == searched.end()) in DeclContextFindDeclByName() 9407 std::make_pair(from, ud->getNominatedNamespace())); in DeclContextFindDeclByName() 9517 clang::DeclContext *ns = ud->getNominatedNamespace(); in CountDeclLevels()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 4935 const NamespaceDecl *NSDecl = UD.getNominatedNamespace(); in EmitUsingDirective()
|