Searched defs:PrintDeclContext (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Frontend/
H A DASTConsumers.cpp190 PrintDeclContext(C.getTranslationUnitDecl(), 4);
193 void PrintDeclContext(const DeclContext* DC, unsigned Indentation);
197 void DeclContextPrinter::PrintDeclContext(const DeclContext* DC, function in class:DeclContextPrinter
405 PrintDeclContext(DC, Indentation+2);
/external/clang/include/clang/Frontend/
H A DFrontendOptions.h50 PrintDeclContext, ///< Print DeclContext and their Decls. enumerator in enum:clang::frontend::ActionKind

Completed in 84 milliseconds