Home | History | Annotate | Download | only in Frontend

Lines Matching refs:DeclContext

82         if (DeclContext *DC = dyn_cast<DeclContext>(D))
85 Out << "Not a DeclContext\n";
171 /// DeclContextPrinter - Decl and DeclContext Visualization
184 void PrintDeclContext(const DeclContext* DC, unsigned Indentation);
188 void DeclContextPrinter::PrintDeclContext(const DeclContext* DC,
190 // Print DeclContext name.
294 // Check the semantic DeclContext.
295 const DeclContext* SemaDC = D->getDeclContext();
296 const DeclContext* LexicalDC = D->getLexicalDeclContext();
325 const DeclContext* SemaDC = D->getDeclContext();
326 const DeclContext* LexicalDC = D->getLexicalDeclContext();
341 const DeclContext* SemaDC = D->getDeclContext();
342 const DeclContext* LexicalDC = D->getLexicalDeclContext();
357 const DeclContext* SemaDC = D->getDeclContext();
358 const DeclContext* LexicalDC = D->getLexicalDeclContext();
365 llvm_unreachable("a decl that inherits DeclContext isn't handled");
370 // Print decls in the DeclContext.
395 DeclContext* DC = cast<DeclContext>(I);