/external/clang/include/clang/Lex/ |
PreprocessorOptions.h | 69 bool AllowPCHWithCompilerErrors; 145 AllowPCHWithCompilerErrors(false),
|
/external/clang/include/clang/Frontend/ |
CompilerInstance.h | 647 bool AllowPCHWithCompilerErrors, 656 bool AllowPCHWithCompilerErrors, Preprocessor &PP, ASTContext &Context,
|
ASTUnit.h | 733 bool CaptureDiagnostics = false, bool AllowPCHWithCompilerErrors = false, 852 bool AllowPCHWithCompilerErrors = false, bool SkipFunctionBodies = false, [all...] |
/external/clang/lib/Frontend/ |
CompilerInstance.cpp | 404 StringRef Path, bool DisablePCHValidation, bool AllowPCHWithCompilerErrors, 409 AllowPCHWithCompilerErrors, getPreprocessor(), getASTContext(), 419 bool AllowPCHWithCompilerErrors, Preprocessor &PP, ASTContext &Context, 429 AllowPCHWithCompilerErrors, /*AllowConfigurationMismatch*/ false, [all...] |
ASTUnit.cpp | 657 bool CaptureDiagnostics, bool AllowPCHWithCompilerErrors, 715 AllowPCHWithCompilerErrors); [all...] |
FrontendAction.cpp | 356 CI.getPreprocessorOpts().AllowPCHWithCompilerErrors, DeserialListener,
|
/external/clang/tools/libclang/ |
Indexing.cpp | 607 PPOpts.AllowPCHWithCompilerErrors = true; [all...] |