Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DPreprocessorOptions.h66 bool DisablePCHValidation; variable
144 DisablePCHValidation(false), in PreprocessorOptions()
/external/clang/include/clang/Frontend/
DCompilerInstance.h646 void createPCHExternalASTSource(StringRef Path, bool DisablePCHValidation,
655 StringRef Path, StringRef Sysroot, bool DisablePCHValidation,
/external/clang/lib/Frontend/
DCompilerInstance.cpp410 StringRef Path, bool DisablePCHValidation, bool AllowPCHWithCompilerErrors, in createPCHExternalASTSource() argument
414 Path, getHeaderSearchOpts().Sysroot, DisablePCHValidation, in createPCHExternalASTSource()
424 StringRef Path, StringRef Sysroot, bool DisablePCHValidation, in createPCHExternalASTSource() argument
434 Sysroot.empty() ? "" : Sysroot.data(), DisablePCHValidation, in createPCHExternalASTSource()
1309 Sysroot.empty() ? "" : Sysroot.c_str(), PPOpts.DisablePCHValidation, in createModuleManager()
DChainedIncludesSource.cpp135 CInvok->getPreprocessorOpts().DisablePCHValidation = true; in createChainedIncludesSource()
DFrontendAction.cpp373 CI.getPreprocessorOpts().DisablePCHValidation, in BeginSourceFile()
DASTUnit.cpp1118 PreprocessorOpts.DisablePCHValidation = true; in Parse()
2445 PreprocessorOpts.DisablePCHValidation = true; in CodeComplete()
DCompilerInvocation.cpp2165 Opts.DisablePCHValidation = Args.hasArg(OPT_fno_validate_pch); in ParsePreprocessorArgs()