Searched refs:getNominatedNamespace (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaLookup.cpp | 75 const DeclContext *getNominatedNamespace() const { in getNominatedNamespace() function in __anon506a0daf0111::UnqualUsingEntry 149 DeclContext *NS = UD->getNominatedNamespace(); in visit() 164 DeclContext *NS = UD->getNominatedNamespace(); in addUsingDirectives() 188 DeclContext *Common = UD->getNominatedNamespace(); in addUsingDirective() 193 list.push_back(UnqualUsingEntry(UD->getNominatedNamespace(), Common)); in addUsingDirective() 1226 if (LookupDirect(S, R, UUE.getNominatedNamespace())) in CppNamespaceLookup() 2328 NamespaceDecl *ND = I->getNominatedNamespace()->getFirstDecl(); in LookupQualifiedNameInUsingDirectives() 2376 NamespaceDecl *Nom = I->getNominatedNamespace(); in LookupQualifiedNameInUsingDirectives() 4134 lookupInDeclContext(I->getNominatedNamespace(), Result, in lookupInDeclContext() 4328 const_cast<DeclContext *>(UUE.getNominatedNamespace()), Result, in lookupInScope()
|
H A D | SemaTemplateInstantiateDecl.cpp | 3284 D->getNominatedNamespace(), in VisitUsingDirectiveDecl()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | DeclCXX.h | 3081 NamespaceDecl *getNominatedNamespace(); 3083 const NamespaceDecl *getNominatedNamespace() const { in getNominatedNamespace() function 3084 return const_cast<UsingDirectiveDecl*>(this)->getNominatedNamespace(); in getNominatedNamespace()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | JSONNodeDumper.cpp | 892 createBareDeclRef(UDD->getNominatedNamespace())); in VisitUsingDirectiveDecl()
|
H A D | TextNodeDumper.cpp | 2395 dumpBareDeclRef(D->getNominatedNamespace()); in VisitUsingDirectiveDecl()
|
H A D | DeclCXX.cpp | 2996 NamespaceDecl *UsingDirectiveDecl::getNominatedNamespace() { in getNominatedNamespace() function in UsingDirectiveDecl
|
H A D | ASTImporter.cpp | 5286 auto ToNominatedNamespace = importChecked(Err, D->getNominatedNamespace()); in VisitUsingDirectiveDecl()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 9303 if (searched.find(ud->getNominatedNamespace()) == searched.end()) in DeclContextFindDeclByName() 9305 std::make_pair(from, ud->getNominatedNamespace())); in DeclContextFindDeclByName() 9414 clang::DeclContext *ns = ud->getNominatedNamespace(); in CountDeclLevels()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriterDecl.cpp | 1468 Record.AddDeclRef(D->getNominatedNamespace()); in VisitUsingDirectiveDecl()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 5888 const NamespaceDecl *NSDecl = UD.getNominatedNamespace(); in EmitUsingDirective()
|