Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendOptions.h305 unsigned AllowPCMWithCompilerErrors : 1; variable
465 UseTemporary(true), AllowPCMWithCompilerErrors(false), in FrontendOptions()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp198 +CI.getFrontendOpts().AllowPCMWithCompilerErrors, in CreateASTConsumer()
209 return !getCompilerInstance().getFrontendOpts().AllowPCMWithCompilerErrors && in shouldEraseOutputFiles()
H A DCompilerInstance.cpp1184 Instance.getFrontendOpts().AllowPCMWithCompilerErrors;
1531 /*AllowASTWithCompilerErrors=*/FEOpts.AllowPCMWithCompilerErrors, in createASTReader()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td5537 MarshallingInfoFlag<FrontendOpts<"AllowPCMWithCompilerErrors">>;