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

/external/clang/include/clang/AST/
H A DDeclBase.h1108 DeclContext *getLookupParent();
1110 const DeclContext *getLookupParent() const { function in class:clang::DeclContext
1111 return const_cast<DeclContext*>(this)->getLookupParent();
/external/clang/lib/Sema/
H A DSemaLookup.cpp986 for (; Ctx && !Ctx->Equals(OuterCtx); Ctx = Ctx->getLookupParent()) {
1129 for (; Ctx && !Ctx->Equals(OuterCtx); Ctx = Ctx->getLookupParent()) {
3137 Ctx = Ctx->getLookupParent()) {
3775 DC = DC->getLookupParent()) {
H A DSemaTemplate.cpp937 OutermostContext = OutermostContext->getLookupParent();
956 LookupContext = LookupContext->getLookupParent();
2086 for (DeclContext *Ctx = CurContext; Ctx; Ctx = Ctx->getLookupParent()) {
H A DSemaCodeComplete.cpp457 CommonAncestor = CommonAncestor->getLookupParent()) {
H A DSemaDecl.cpp416 for (;; DC = DC->getLookupParent()) {
/external/clang/lib/AST/
H A DDeclBase.cpp787 DeclContext *DeclContext::getLookupParent() { function in class:DeclContext
/external/clang/lib/Frontend/
H A DASTUnit.cpp799 if (!(DC->isTranslationUnit() || DC->getLookupParent()->isTranslationUnit()))

Completed in 1048 milliseconds