Home | History | Annotate | Download | only in AST

Lines Matching refs:getDeclContext

175   for (const DeclContext *DC = getDeclContext();
225 setDeclContextsImpl(getDeclContext(), DC, getASTContext());
244 const DeclContext *DC = getDeclContext();
255 return getDeclContext()->isStdNamespace();
262 DeclContext *DC = getDeclContext();
709 !isa<CXXRecordDecl>(getDeclContext()) ||
1220 ND->getDeclContext()->getPrimaryContext()->
1228 ND->getDeclContext()->getPrimaryContext()->
1309 if (ND->getDeclContext() == DCtx && !shouldBeHidden(ND) &&
1501 DeclContext *DeclDC = D->getDeclContext()->getPrimaryContext();
1528 ((!Recoverable || D->getDeclContext() != D->getLexicalDeclContext()) &&