Home
last modified time | relevance | path

Searched refs:AllowPCMWithCompilerErrors (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DFrontendOptions.h348 unsigned AllowPCMWithCompilerErrors : 1; variable
516 AllowPCMWithCompilerErrors(false), TimeTraceGranularity(500) {} in FrontendOptions()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DFrontendActions.cpp202 +CI.getFrontendOpts().AllowPCMWithCompilerErrors, in CreateASTConsumer()
213 return !getCompilerInstance().getFrontendOpts().AllowPCMWithCompilerErrors && in shouldEraseOutputFiles()
H A DCompilerInstance.cpp1266 Instance.getFrontendOpts().AllowPCMWithCompilerErrors;
1670 /*AllowASTWithCompilerErrors=*/FEOpts.AllowPCMWithCompilerErrors, in createASTReader()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td6030 MarshallingInfoFlag<FrontendOpts<"AllowPCMWithCompilerErrors">>;