Lines Matching refs:DeclContext
82 if (DeclContext *DC = dyn_cast<DeclContext>(D)) { in print()
193 void PrintDeclContext(const DeclContext* DC, unsigned Indentation);
197 void DeclContextPrinter::PrintDeclContext(const DeclContext* DC, in PrintDeclContext()
304 const DeclContext* SemaDC = D->getDeclContext(); in PrintDeclContext()
305 const DeclContext* LexicalDC = D->getLexicalDeclContext(); in PrintDeclContext()
334 const DeclContext* SemaDC = D->getDeclContext(); in PrintDeclContext()
335 const DeclContext* LexicalDC = D->getLexicalDeclContext(); in PrintDeclContext()
350 const DeclContext* SemaDC = D->getDeclContext(); in PrintDeclContext()
351 const DeclContext* LexicalDC = D->getLexicalDeclContext(); in PrintDeclContext()
366 const DeclContext* SemaDC = D->getDeclContext(); in PrintDeclContext()
367 const DeclContext* LexicalDC = D->getLexicalDeclContext(); in PrintDeclContext()
404 DeclContext* DC = cast<DeclContext>(I); in PrintDeclContext()