Searched refs:DisablePCHValidation (Results 1 – 15 of 15) sorted by relevance
/external/clang/include/clang/Lex/ |
D | PreprocessorOptions.h | 66 bool DisablePCHValidation; variable 144 DisablePCHValidation(false), in PreprocessorOptions()
|
/external/llvm-project/clang/include/clang/Lex/ |
D | PreprocessorOptions.h | 84 bool DisablePCHValidation = false; variable
|
/external/clang/include/clang/Frontend/ |
D | CompilerInstance.h | 646 void createPCHExternalASTSource(StringRef Path, bool DisablePCHValidation, 655 StringRef Path, StringRef Sysroot, bool DisablePCHValidation,
|
/external/llvm-project/clang/include/clang/Frontend/ |
D | CompilerInstance.h | 662 void createPCHExternalASTSource(StringRef Path, bool DisablePCHValidation, 671 StringRef Path, StringRef Sysroot, bool DisablePCHValidation,
|
/external/clang/lib/Frontend/ |
D | CompilerInstance.cpp | 410 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()
|
D | ChainedIncludesSource.cpp | 135 CInvok->getPreprocessorOpts().DisablePCHValidation = true; in createChainedIncludesSource()
|
D | FrontendAction.cpp | 373 CI.getPreprocessorOpts().DisablePCHValidation, in BeginSourceFile()
|
D | ASTUnit.cpp | 1118 PreprocessorOpts.DisablePCHValidation = true; in Parse() 2445 PreprocessorOpts.DisablePCHValidation = true; in CodeComplete()
|
D | CompilerInvocation.cpp | 2165 Opts.DisablePCHValidation = Args.hasArg(OPT_fno_validate_pch); in ParsePreprocessorArgs()
|
/external/llvm-project/clang/lib/Frontend/ |
D | ChainedIncludesSource.cpp | 132 CInvok->getPreprocessorOpts().DisablePCHValidation = true; in createChainedIncludesSource()
|
D | CompilerInstance.cpp | 506 StringRef Path, bool DisablePCHValidation, bool AllowPCHWithCompilerErrors, in createPCHExternalASTSource() argument 510 Path, getHeaderSearchOpts().Sysroot, DisablePCHValidation, in createPCHExternalASTSource() 519 StringRef Path, StringRef Sysroot, bool DisablePCHValidation, in createPCHExternalASTSource() argument 531 Sysroot.empty() ? "" : Sysroot.data(), DisablePCHValidation, in createPCHExternalASTSource() 1536 Sysroot.empty() ? "" : Sysroot.c_str(), PPOpts.DisablePCHValidation, in createASTReader()
|
D | PrecompiledPreamble.cpp | 815 PreprocessorOpts.DisablePCHValidation = true; in configurePreamble()
|
D | FrontendAction.cpp | 876 CI.getPreprocessorOpts().DisablePCHValidation, in BeginSourceFile()
|
D | CompilerInvocation.cpp | 3634 Opts.DisablePCHValidation = Args.hasArg(OPT_fno_validate_pch); in ParsePreprocessorArgs()
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTReader.cpp | 2874 if (!PP.getPreprocessorOpts().DisablePCHValidation && in ReadControlBlock() 3906 if (!PP.getPreprocessorOpts().DisablePCHValidation && !ModMap) { in ReadModuleMapFileBlock() 5517 if (!PP.getPreprocessorOpts().DisablePCHValidation && in ReadSubmoduleBlock()
|