Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Lex/
H A DPreprocessorOptions.h119 std::set<std::string> DeserializedPCHDeclsToErrorOn; variable
/llvm-project-15.0.7/clang/lib/Frontend/
H A DFrontendAction.cpp957 if (!CI.getPreprocessorOpts().DeserializedPCHDeclsToErrorOn.empty()) { in BeginSourceFile()
960 CI.getPreprocessorOpts().DeserializedPCHDeclsToErrorOn, in BeginSourceFile()
H A DCompilerInvocation.cpp4181 for (const auto &D : Opts.DeserializedPCHDeclsToErrorOn) in GeneratePreprocessorArgs()
4254 Opts.DeserializedPCHDeclsToErrorOn.insert(A->getValue()); in ParsePreprocessorArgs()