Home
last modified time | relevance | path

Searched refs:ImplicitPCHInclude (Results 1 – 13 of 13) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessorOptions.h96 std::string ImplicitPCHInclude; variable
246 ImplicitPCHInclude.clear(); in resetNonModularOptions()
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp42 CI.getPreprocessorOpts().ImplicitPCHInclude.clear(); in makeInvocationForModuleBuildWithoutPaths()
170 if (!Instance.getPreprocessorOpts().ImplicitPCHInclude.empty()) in EndOfMainFile()
171 MDC.FileDeps.push_back(Instance.getPreprocessorOpts().ImplicitPCHInclude); in EndOfMainFile()
H A DDependencyScanningWorker.cpp181 if (!Compiler.getPreprocessorOpts().ImplicitPCHInclude.empty()) in runInvocation()
183 Compiler.getPreprocessorOpts().ImplicitPCHInclude, Compiler, in runInvocation()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp724 if (!CI.getPreprocessorOpts().ImplicitPCHInclude.empty()) { in BeginSourceFile()
727 StringRef PCHInclude = PPOpts.ImplicitPCHInclude; in BeginSourceFile()
743 PPOpts.ImplicitPCHInclude = std::string(Dir->path()); in BeginSourceFile()
857 !CI.getPreprocessorOpts().ImplicitPCHInclude.empty()) { in BeginSourceFile()
875 if (!CI.getPreprocessorOpts().ImplicitPCHInclude.empty()) { in BeginSourceFile()
877 CI.getPreprocessorOpts().ImplicitPCHInclude, in BeginSourceFile()
H A DChainedIncludesSource.cpp131 CInvok->getPreprocessorOpts().ImplicitPCHInclude.clear(); in createChainedIncludesSource()
H A DPrecompiledPreamble.cpp818 PreprocessorOpts.ImplicitPCHInclude = std::string(PCHFile.getFilePath()); in setupPreambleStorage()
842 PreprocessorOpts.ImplicitPCHInclude = std::string(PCHPath); in setupPreambleStorage()
H A DInitPreprocessor.cpp1267 if (!InitOpts.ImplicitPCHInclude.empty()) in InitializePreprocessor()
1269 InitOpts.ImplicitPCHInclude); in InitializePreprocessor()
H A DCompilerInstance.cpp228 if (PPOpts.ImplicitPCHInclude.empty()) in collectIncludePCH()
231 StringRef PCHInclude = PPOpts.ImplicitPCHInclude; in collectIncludePCH()
/freebsd-13.1/contrib/llvm-project/clang/lib/ARCMigrate/
H A DARCMT.cpp179 if (!PPOpts.ImplicitPCHInclude.empty()) { in createInvocationForMigration()
188 PPOpts.ImplicitPCHInclude, FileMgr, PCHContainerRdr, *Diags); in createInvocationForMigration()
191 PPOpts.ImplicitPCHInclude.clear(); in createInvocationForMigration()
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp155 !this->PPOpts->ImplicitPCHInclude.empty()) in Preprocessor()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp716 if (!ExistingPPOpts.ImplicitPCHInclude.empty() && in checkPreprocessorOptions()
726 if (File == ExistingPPOpts.ImplicitPCHInclude) in checkPreprocessorOptions()
5912 PPOpts.ImplicitPCHInclude = ReadString(Record, Idx); in ParsePreprocessorOptions()
H A DASTWriter.cpp1357 AddString(PPOpts.ImplicitPCHInclude, Record); in WriteControlBlock()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td2957 MarshallingInfoString<PreprocessorOpts<"ImplicitPCHInclude">>;