Searched refs:AllowPCHWithCompilerErrors (Results 1 – 7 of 7) sorted by relevance
/external/clang/include/clang/Frontend/ |
D | PreprocessorOptions.h | 73 bool AllowPCHWithCompilerErrors; variable 171 AllowPCHWithCompilerErrors(false), in PreprocessorOptions()
|
D | CompilerInstance.h | 535 bool AllowPCHWithCompilerErrors, 545 bool AllowPCHWithCompilerErrors,
|
D | ASTUnit.h | 643 bool AllowPCHWithCompilerErrors = false, 750 bool AllowPCHWithCompilerErrors = false,
|
/external/clang/lib/Frontend/ |
D | CompilerInstance.cpp | 310 bool AllowPCHWithCompilerErrors, in createPCHExternalASTSource() argument 317 AllowPCHWithCompilerErrors, in createPCHExternalASTSource() 330 bool AllowPCHWithCompilerErrors, in createPCHExternalASTSource() argument 339 AllowPCHWithCompilerErrors)); in createPCHExternalASTSource()
|
D | FrontendAction.cpp | 274 CI.getPreprocessorOpts().AllowPCHWithCompilerErrors, in BeginSourceFile()
|
D | ASTUnit.cpp | 661 bool AllowPCHWithCompilerErrors, in LoadFromASTFile() argument 764 AllowPCHWithCompilerErrors)); in LoadFromASTFile() 1909 bool AllowPCHWithCompilerErrors, in LoadFromCommandLine() argument 1950 PPOpts.AllowPCHWithCompilerErrors = AllowPCHWithCompilerErrors; in LoadFromCommandLine()
|
/external/clang/tools/libclang/ |
D | Indexing.cpp | 378 PPOpts.AllowPCHWithCompilerErrors = true; in clang_indexSourceFile_Impl()
|