Home
last modified time | relevance | path

Searched refs:ASTDumpDecls (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/Frontend/
DFrontendOptions.h149 unsigned ASTDumpDecls : 1; ///< Whether we include declaration variable
281 GenerateGlobalModuleIndex(true), ASTDumpDecls(false), ASTDumpLookups(false), in FrontendOptions()
/external/clang/lib/Frontend/
DFrontendActions.cpp59 CI.getFrontendOpts().ASTDumpDecls, in CreateASTConsumer()
DCompilerInvocation.cpp1194 Opts.ASTDumpDecls = Args.hasArg(OPT_ast_dump); in ParseFrontendArgs()