Searched defs:DisablePCHValidation (Results 1 - 2 of 2) sorted by relevance
/external/clang/include/clang/Lex/ |
H A D | PreprocessorOptions.h | 66 bool DisablePCHValidation; member in class:clang::PreprocessorOptions 144 DisablePCHValidation(false),
|
/external/clang/lib/Frontend/ |
H A D | CompilerInstance.cpp | 394 StringRef Path, bool DisablePCHValidation, bool AllowPCHWithCompilerErrors, 398 Path, getHeaderSearchOpts().Sysroot, DisablePCHValidation, 405 StringRef Path, const std::string &Sysroot, bool DisablePCHValidation, 413 DisablePCHValidation, AllowPCHWithCompilerErrors, 1264 PPOpts.DisablePCHValidation, 393 createPCHExternalASTSource( StringRef Path, bool DisablePCHValidation, bool AllowPCHWithCompilerErrors, void *DeserializationListener, bool OwnDeserializationListener) argument 404 createPCHExternalASTSource( StringRef Path, const std::string &Sysroot, bool DisablePCHValidation, bool AllowPCHWithCompilerErrors, Preprocessor &PP, ASTContext &Context, void *DeserializationListener, bool OwnDeserializationListener, bool Preamble, bool UseGlobalModuleIndex) argument
|
Completed in 105 milliseconds