Searched refs:AllowPCHWithCompilerErrors (Results 1 – 7 of 7) sorted by relevance
/external/clang/include/clang/Lex/ |
D | PreprocessorOptions.h | 69 bool AllowPCHWithCompilerErrors; variable 145 AllowPCHWithCompilerErrors(false), in PreprocessorOptions()
|
/external/clang/include/clang/Frontend/ |
D | CompilerInstance.h | 598 bool AllowPCHWithCompilerErrors, 607 bool AllowPCHWithCompilerErrors, Preprocessor &PP, ASTContext &Context,
|
D | ASTUnit.h | 726 bool CaptureDiagnostics = false, bool AllowPCHWithCompilerErrors = false, 823 bool AllowPCHWithCompilerErrors = false, bool SkipFunctionBodies = false,
|
/external/clang/lib/Frontend/ |
D | CompilerInstance.cpp | 394 StringRef Path, bool DisablePCHValidation, bool AllowPCHWithCompilerErrors, in createPCHExternalASTSource() argument 399 AllowPCHWithCompilerErrors, getPreprocessor(), getASTContext(), in createPCHExternalASTSource() 406 bool AllowPCHWithCompilerErrors, Preprocessor &PP, ASTContext &Context, in createPCHExternalASTSource() argument 413 DisablePCHValidation, AllowPCHWithCompilerErrors, in createPCHExternalASTSource()
|
D | ASTUnit.cpp | 654 bool AllowPCHWithCompilerErrors, bool UserFilesAreVolatile) { in LoadFromASTFile() argument 711 AllowPCHWithCompilerErrors); in LoadFromASTFile() 1912 bool AllowPCHWithCompilerErrors, bool SkipFunctionBodies, in LoadFromCommandLine() argument 1940 PPOpts.AllowPCHWithCompilerErrors = AllowPCHWithCompilerErrors; in LoadFromCommandLine()
|
D | FrontendAction.cpp | 356 CI.getPreprocessorOpts().AllowPCHWithCompilerErrors, DeserialListener, in BeginSourceFile()
|
/external/clang/tools/libclang/ |
D | Indexing.cpp | 629 PPOpts.AllowPCHWithCompilerErrors = true; in clang_indexSourceFile_Impl()
|