Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DPreprocessorOptions.h76 std::set<std::string> DeserializedPCHDeclsToErrorOn; variable
/external/clang/lib/Frontend/
DFrontendAction.cpp364 if (!CI.getPreprocessorOpts().DeserializedPCHDeclsToErrorOn.empty()) { in BeginSourceFile()
367 CI.getPreprocessorOpts().DeserializedPCHDeclsToErrorOn, in BeginSourceFile()
DCompilerInvocation.cpp2169 Opts.DeserializedPCHDeclsToErrorOn.insert(A->getValue()); in ParsePreprocessorArgs()