Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DFrontendOptions.h346 unsigned AllowPCMWithCompilerErrors : 1; variable
521 AllowPCMWithCompilerErrors(false), ModulesShareFileManager(true), in FrontendOptions()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DFrontendActions.cpp203 +CI.getFrontendOpts().AllowPCMWithCompilerErrors, in CreateASTConsumer()
214 return !getCompilerInstance().getFrontendOpts().AllowPCMWithCompilerErrors && in shouldEraseOutputFiles()
H A DCompilerInstance.cpp1281 Instance.getFrontendOpts().AllowPCMWithCompilerErrors;
1684 /*AllowASTWithCompilerErrors=*/FEOpts.AllowPCMWithCompilerErrors, in createASTReader()
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td6224 MarshallingInfoFlag<FrontendOpts<"AllowPCMWithCompilerErrors">>;