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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessorOptions.h76 std::set<std::string> DeserializedPCHDeclsToErrorOn; member in class:clang::PreprocessorOptions
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Frontend/
H A DFrontendAction.cpp308 if (!CI.getPreprocessorOpts().DeserializedPCHDeclsToErrorOn.empty())
310 CI.getPreprocessorOpts().DeserializedPCHDeclsToErrorOn,
H A DCompilerInvocation.cpp1488 Opts.DeserializedPCHDeclsToErrorOn.insert(A->getValue());

Completed in 115 milliseconds