Lines Matching refs:DeclContext
178 void PrintDeclContext(const DeclContext* DC, unsigned Indentation);
182 void DeclContextPrinter::PrintDeclContext(const DeclContext* DC, in PrintDeclContext()
290 const DeclContext* SemaDC = D->getDeclContext(); in PrintDeclContext()
291 const DeclContext* LexicalDC = D->getLexicalDeclContext(); in PrintDeclContext()
320 const DeclContext* SemaDC = D->getDeclContext(); in PrintDeclContext()
321 const DeclContext* LexicalDC = D->getLexicalDeclContext(); in PrintDeclContext()
336 const DeclContext* SemaDC = D->getDeclContext(); in PrintDeclContext()
337 const DeclContext* LexicalDC = D->getLexicalDeclContext(); in PrintDeclContext()
352 const DeclContext* SemaDC = D->getDeclContext(); in PrintDeclContext()
353 const DeclContext* LexicalDC = D->getLexicalDeclContext(); in PrintDeclContext()
366 for (DeclContext::decl_iterator I = DC->decls_begin(), E = DC->decls_end(); in PrintDeclContext()
391 DeclContext* DC = cast<DeclContext>(*I); in PrintDeclContext()