Home
last modified time | relevance | path

Searched refs:AllowPCHWithCompilerErrors (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessorOptions.h107 bool AllowPCHWithCompilerErrors = false; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DCompilerInstance.h658 bool AllowPCHWithCompilerErrors, void *DeserializationListener,
667 bool AllowPCHWithCompilerErrors, Preprocessor &PP,
H A DASTUnit.h830 bool AllowPCHWithCompilerErrors = false,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DFrontendActions.cpp117 CI.getPreprocessorOpts().AllowPCHWithCompilerErrors, in CreateASTConsumer()
150 if (getCompilerInstance().getPreprocessorOpts().AllowPCHWithCompilerErrors) in shouldEraseOutputFiles()
H A DCompilerInstance.cpp563 bool AllowPCHWithCompilerErrors, void *DeserializationListener, in createPCHExternalASTSource() argument
568 AllowPCHWithCompilerErrors, getPreprocessor(), getModuleCache(), in createPCHExternalASTSource()
578 bool AllowPCHWithCompilerErrors, Preprocessor &PP, in createPCHExternalASTSource() argument
590 AllowPCHWithCompilerErrors, /*AllowConfigurationMismatch*/ false, in createPCHExternalASTSource()
H A DASTUnit.cpp1718 bool AllowPCHWithCompilerErrors, SkipFunctionBodiesScope SkipFunctionBodies, in LoadFromCommandLine() argument
1746 PPOpts.AllowPCHWithCompilerErrors = AllowPCHWithCompilerErrors; in LoadFromCommandLine()
H A DFrontendAction.cpp879 CI.getPreprocessorOpts().AllowPCHWithCompilerErrors, in BeginSourceFile()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DIndexing.cpp591 PPOpts.AllowPCHWithCompilerErrors = true; in clang_indexSourceFile_Impl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td5476 MarshallingInfoFlag<PreprocessorOpts<"AllowPCHWithCompilerErrors">>,