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

/external/clang/include/clang/AST/
H A DDeclBase.h1237 DeclContext *getLookupParent();
1239 const DeclContext *getLookupParent() const { function in class:clang::DeclContext
1240 return const_cast<DeclContext*>(this)->getLookupParent();
/external/clang/lib/Sema/
H A DSemaLookup.cpp1148 for (; Ctx && !Ctx->Equals(OuterCtx); Ctx = Ctx->getLookupParent()) {
1291 for (; Ctx && !Ctx->Equals(OuterCtx); Ctx = Ctx->getLookupParent()) {
3625 Ctx = Ctx->getLookupParent()) {
4171 DC = DC->getLookupParent()) {
H A DSemaTemplate.cpp969 OutermostContext = OutermostContext->getLookupParent();
987 LookupContext = LookupContext->getLookupParent();
2207 for (DeclContext *Ctx = CurContext; Ctx; Ctx = Ctx->getLookupParent()) {
H A DSemaDecl.cpp468 for (;; DC = DC->getLookupParent()) {
488 for (; DC && DC->isDependentContext(); DC = DC->getLookupParent()) {
1137 S->setEntity(CurContext->getLookupParent());
H A DSemaCodeComplete.cpp456 CommonAncestor = CommonAncestor->getLookupParent()) {
/external/clang/lib/AST/
H A DDeclBase.cpp891 DeclContext *DeclContext::getLookupParent() { function in class:DeclContext
/external/clang/lib/Frontend/
H A DASTUnit.cpp786 if (!(DC->isTranslationUnit() || DC->getLookupParent()->isTranslationUnit()))

Completed in 237 milliseconds