Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DPreprocessorOptions.h73 bool AllowPCHWithCompilerErrors; variable
171 AllowPCHWithCompilerErrors(false), in PreprocessorOptions()
DCompilerInstance.h535 bool AllowPCHWithCompilerErrors,
545 bool AllowPCHWithCompilerErrors,
DASTUnit.h643 bool AllowPCHWithCompilerErrors = false,
750 bool AllowPCHWithCompilerErrors = false,
/external/clang/lib/Frontend/
DCompilerInstance.cpp310 bool AllowPCHWithCompilerErrors, in createPCHExternalASTSource() argument
317 AllowPCHWithCompilerErrors, in createPCHExternalASTSource()
330 bool AllowPCHWithCompilerErrors, in createPCHExternalASTSource() argument
339 AllowPCHWithCompilerErrors)); in createPCHExternalASTSource()
DFrontendAction.cpp274 CI.getPreprocessorOpts().AllowPCHWithCompilerErrors, in BeginSourceFile()
DASTUnit.cpp661 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/
DIndexing.cpp378 PPOpts.AllowPCHWithCompilerErrors = true; in clang_indexSourceFile_Impl()