Searched refs:PrintDeclContext (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Frontend/
H A DASTConsumers.cpp181 PrintDeclContext(C.getTranslationUnitDecl(), 4);
184 void PrintDeclContext(const DeclContext* DC, unsigned Indentation);
188 void DeclContextPrinter::PrintDeclContext(const DeclContext* DC, function in class:DeclContextPrinter
398 PrintDeclContext(DC, Indentation+2);
H A DCompilerInvocation.cpp703 Opts.ProgramAction = frontend::PrintDeclContext; break;
1587 case frontend::PrintDeclContext:
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/Frontend/
H A DFrontendOptions.h48 PrintDeclContext, ///< Print DeclContext and their Decls. enumerator in enum:clang::frontend::ActionKind
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp84 case PrintDeclContext: return new DeclContextPrintAction();
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Expression/
H A DClangExpressionParser.cpp151 case PrintDeclContext: return new DeclContextPrintAction();

Completed in 77 milliseconds