Home | History | Annotate | Download | only in AST

Lines Matching refs:getDeclContext

212   for (const DeclContext *DC = getDeclContext();
262 setDeclContextsImpl(getDeclContext(), DC, getASTContext());
294 const DeclContext *DC = getDeclContext();
305 return getDeclContext()->isStdNamespace();
312 DeclContext *DC = getDeclContext();
792 !isa<CXXRecordDecl>(getDeclContext()) ||
1300 ND->getDeclContext()->getPrimaryContext()->
1308 ND->getDeclContext()->getPrimaryContext()->
1389 if (ND->getDeclContext() == DCtx && !shouldBeHidden(ND) &&
1581 DeclContext *DeclDC = D->getDeclContext()->getPrimaryContext();
1611 ((!Recoverable || D->getDeclContext() != D->getLexicalDeclContext()) &&