Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DPreprocessorOptions.h69 bool AllowPCHWithCompilerErrors; variable
145 AllowPCHWithCompilerErrors(false), in PreprocessorOptions()
/external/clang/include/clang/Frontend/
DCompilerInstance.h647 bool AllowPCHWithCompilerErrors,
656 bool AllowPCHWithCompilerErrors, Preprocessor &PP, ASTContext &Context,
DASTUnit.h733 bool CaptureDiagnostics = false, bool AllowPCHWithCompilerErrors = false,
852 bool AllowPCHWithCompilerErrors = false, bool SkipFunctionBodies = false,
/external/clang/lib/Frontend/
DCompilerInstance.cpp404 StringRef Path, bool DisablePCHValidation, bool AllowPCHWithCompilerErrors, in createPCHExternalASTSource() argument
409 AllowPCHWithCompilerErrors, getPreprocessor(), getASTContext(), in createPCHExternalASTSource()
419 bool AllowPCHWithCompilerErrors, Preprocessor &PP, ASTContext &Context, in createPCHExternalASTSource() argument
429 AllowPCHWithCompilerErrors, /*AllowConfigurationMismatch*/ false, in createPCHExternalASTSource()
DASTUnit.cpp657 bool CaptureDiagnostics, bool AllowPCHWithCompilerErrors, in LoadFromASTFile() argument
715 AllowPCHWithCompilerErrors); in LoadFromASTFile()
1938 bool AllowPCHWithCompilerErrors, bool SkipFunctionBodies, in LoadFromCommandLine() argument
1966 PPOpts.AllowPCHWithCompilerErrors = AllowPCHWithCompilerErrors; in LoadFromCommandLine()
DFrontendAction.cpp356 CI.getPreprocessorOpts().AllowPCHWithCompilerErrors, DeserialListener, in BeginSourceFile()
/external/clang/tools/libclang/
DIndexing.cpp607 PPOpts.AllowPCHWithCompilerErrors = true; in clang_indexSourceFile_Impl()