Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DFrontendOptions.h305 unsigned AllowPCMWithCompilerErrors : 1; variable
465 UseTemporary(true), AllowPCMWithCompilerErrors(false), in FrontendOptions()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DFrontendActions.cpp177 +CI.getFrontendOpts().AllowPCMWithCompilerErrors, in CreateASTConsumer()
188 return !getCompilerInstance().getFrontendOpts().AllowPCMWithCompilerErrors && in shouldEraseOutputFiles()
H A DCompilerInstance.cpp1167 Instance.getFrontendOpts().AllowPCMWithCompilerErrors;
1514 /*AllowASTWithCompilerErrors=*/FEOpts.AllowPCMWithCompilerErrors, in createASTReader()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td5473 MarshallingInfoFlag<FrontendOpts<"AllowPCMWithCompilerErrors">>;