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

/external/clang/include/clang/Lex/
H A DPreprocessorOptions.h76 std::set<std::string> DeserializedPCHDeclsToErrorOn; member in class:clang::PreprocessorOptions
/external/clang/lib/Frontend/
H A DFrontendAction.cpp334 if (!CI.getPreprocessorOpts().DeserializedPCHDeclsToErrorOn.empty()) {
337 CI.getPreprocessorOpts().DeserializedPCHDeclsToErrorOn,
H A DCompilerInvocation.cpp1647 Opts.DeserializedPCHDeclsToErrorOn.insert(A->getValue());

Completed in 281 milliseconds