Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DPreprocessorOptions.h109 bool AllowPCHWithCompilerErrors = false; variable
/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DCompilerInstance.h661 bool AllowPCHWithCompilerErrors, void *DeserializationListener,
670 bool AllowPCHWithCompilerErrors, Preprocessor &PP,
H A DASTUnit.h831 bool AllowPCHWithCompilerErrors = false,
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DCompilerInstance.cpp620 bool AllowPCHWithCompilerErrors, void *DeserializationListener, in createPCHExternalASTSource() argument
625 AllowPCHWithCompilerErrors, getPreprocessor(), getModuleCache(), in createPCHExternalASTSource()
635 bool AllowPCHWithCompilerErrors, Preprocessor &PP, in createPCHExternalASTSource() argument
647 AllowPCHWithCompilerErrors, /*AllowConfigurationMismatch*/ false, in createPCHExternalASTSource()
H A DFrontendActions.cpp143 CI.getPreprocessorOpts().AllowPCHWithCompilerErrors, in CreateASTConsumer()
176 if (getCompilerInstance().getPreprocessorOpts().AllowPCHWithCompilerErrors) in shouldEraseOutputFiles()
H A DASTUnit.cpp1744 bool AllowPCHWithCompilerErrors, SkipFunctionBodiesScope SkipFunctionBodies, in LoadFromCommandLine() argument
1775 PPOpts.AllowPCHWithCompilerErrors = AllowPCHWithCompilerErrors; in LoadFromCommandLine()
H A DFrontendAction.cpp983 CI.getPreprocessorOpts().AllowPCHWithCompilerErrors, in BeginSourceFile()
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DIndexing.cpp594 PPOpts.AllowPCHWithCompilerErrors = true; in clang_indexSourceFile_Impl()
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td6227 MarshallingInfoFlag<PreprocessorOpts<"AllowPCHWithCompilerErrors">>,