Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DPreprocessorOptions.h72 bool DumpDeserializedPCHDecls; variable
146 DumpDeserializedPCHDecls(false), in PreprocessorOptions()
173 DumpDeserializedPCHDecls = false; in resetNonModularOptions()
/external/clang/lib/Frontend/
DFrontendAction.cpp359 if (CI.getPreprocessorOpts().DumpDeserializedPCHDecls) { in BeginSourceFile()
DCompilerInvocation.cpp2167 Opts.DumpDeserializedPCHDecls = Args.hasArg(OPT_dump_deserialized_pch_decls); in ParsePreprocessorArgs()