Searched refs:getNominatedNamespace (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLookup.cpp69 const DeclContext *getNominatedNamespace() const { function in class:__anon3434::UnqualUsingEntry
142 DeclContext *NS = UD->getNominatedNamespace();
159 DeclContext *NS = UD->getNominatedNamespace();
183 DeclContext *Common = UD->getNominatedNamespace();
188 list.push_back(UnqualUsingEntry(UD->getNominatedNamespace(), Common));
783 if (LookupDirect(S, R, UI->getNominatedNamespace()))
1481 NamespaceDecl *ND = (*I)->getNominatedNamespace()->getOriginalNamespace();
1529 NamespaceDecl *Nom = (*I)->getNominatedNamespace();
3115 LookupVisibleDecls((*I)->getNominatedNamespace(), Result,
3302 LookupVisibleDecls(const_cast<DeclContext *>(UI->getNominatedNamespace()),
[all...]
H A DSemaTemplateInstantiateDecl.cpp2092 D->getNominatedNamespace(),
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclCXX.h2520 NamespaceDecl *getNominatedNamespace();
2522 const NamespaceDecl *getNominatedNamespace() const { function in class:clang::UsingDirectiveDecl
2523 return const_cast<UsingDirectiveDecl*>(this)->getNominatedNamespace();
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
H A DDeclCXX.cpp1918 NamespaceDecl *UsingDirectiveDecl::getNominatedNamespace() { function in class:UsingDirectiveDecl
H A DDecl.cpp1373 return cast<UsingDirectiveDecl>(this)->getNominatedNamespace()
1375 cast<UsingDirectiveDecl>(OldD)->getNominatedNamespace()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterDecl.cpp955 Writer.AddDeclRef(D->getNominatedNamespace(), Record);
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp3204 getOrCreateNameSpace(UD.getNominatedNamespace()),

Completed in 365 milliseconds