Home | History | Annotate | Download | only in AST

Lines Matching refs:getDeclContext

167   for (const DeclContext *DC = getDeclContext();
217 setDeclContextsImpl(getDeclContext(), DC, getASTContext());
236 const DeclContext *DC = getDeclContext();
250 DeclContext *DC = getDeclContext();
686 !isa<CXXRecordDecl>(getDeclContext()) ||
704 return getDeclContext()->getNonClosureAncestor();
712 // decl type and call getDeclContext() than to call getParent().
714 DC = cast<BlockDecl>(DC)->getDeclContext();
1119 ND->getDeclContext()->getPrimaryContext()->
1127 ND->getDeclContext()->getPrimaryContext()->
1191 if (ND->getDeclContext() == DCtx && !shouldBeHidden(ND))
1326 DeclContext *DeclDC = D->getDeclContext()->getPrimaryContext();
1360 ((!Recoverable || D->getDeclContext() != D->getLexicalDeclContext()) &&