Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Frontend/
DFrontendOptions.h304 unsigned AllowPCMWithCompilerErrors : 1; variable
460 UseTemporary(true), AllowPCMWithCompilerErrors(false), in FrontendOptions()
/external/llvm-project/clang/lib/Frontend/
DFrontendActions.cpp181 +CI.getFrontendOpts().AllowPCMWithCompilerErrors, in CreateASTConsumer()
192 return !getCompilerInstance().getFrontendOpts().AllowPCMWithCompilerErrors && in shouldEraseOutputFiles()
DCompilerInstance.cpp1537 /*AllowASTWithCompilerErrors=*/FEOpts.AllowPCMWithCompilerErrors, in createASTReader()
DCompilerInvocation.cpp2081 Opts.AllowPCMWithCompilerErrors = Args.hasArg(OPT_fallow_pcm_with_errors); in ParseFrontendArgs()