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.cpp346 if (!CI.getPreprocessorOpts().DeserializedPCHDeclsToErrorOn.empty()) { in BeginSourceFile()
349 CI.getPreprocessorOpts().DeserializedPCHDeclsToErrorOn, in BeginSourceFile()
DCompilerInvocation.cpp1854 Opts.DeserializedPCHDeclsToErrorOn.insert(A->getValue()); in ParsePreprocessorArgs()