Searched refs:DisablePCHValidation (Results 1 – 7 of 7) sorted by relevance
/external/clang/include/clang/Lex/ |
D | PreprocessorOptions.h | 66 bool DisablePCHValidation; variable 144 DisablePCHValidation(false), in PreprocessorOptions()
|
/external/clang/include/clang/Frontend/ |
D | CompilerInstance.h | 597 void createPCHExternalASTSource(StringRef Path, bool DisablePCHValidation, 606 StringRef Path, const std::string &Sysroot, bool DisablePCHValidation,
|
/external/clang/lib/Frontend/ |
D | CompilerInstance.cpp | 394 StringRef Path, bool DisablePCHValidation, bool AllowPCHWithCompilerErrors, in createPCHExternalASTSource() argument 398 Path, getHeaderSearchOpts().Sysroot, DisablePCHValidation, in createPCHExternalASTSource() 405 StringRef Path, const std::string &Sysroot, bool DisablePCHValidation, in createPCHExternalASTSource() argument 413 DisablePCHValidation, AllowPCHWithCompilerErrors, in createPCHExternalASTSource() 1264 PPOpts.DisablePCHValidation, in createModuleManager()
|
D | ChainedIncludesSource.cpp | 133 CInvok->getPreprocessorOpts().DisablePCHValidation = true; in createChainedIncludesSource()
|
D | FrontendAction.cpp | 355 CI.getPreprocessorOpts().DisablePCHValidation, in BeginSourceFile()
|
D | ASTUnit.cpp | 1101 PreprocessorOpts.DisablePCHValidation = true; in Parse() 2406 PreprocessorOpts.DisablePCHValidation = true; in CodeComplete()
|
D | CompilerInvocation.cpp | 1688 Opts.DisablePCHValidation = Args.hasArg(OPT_fno_validate_pch); in ParsePreprocessorArgs()
|