Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessorOptions.h104 std::string ImplicitPCHInclude; variable
244 ImplicitPCHInclude.clear(); in resetNonModularOptions()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp784 if (!CI.getPreprocessorOpts().ImplicitPCHInclude.empty()) { in BeginSourceFile()
787 StringRef PCHInclude = PPOpts.ImplicitPCHInclude; in BeginSourceFile()
804 PPOpts.ImplicitPCHInclude = std::string(Dir->path()); in BeginSourceFile()
975 !CI.getPreprocessorOpts().ImplicitPCHInclude.empty()) { in BeginSourceFile()
993 if (!CI.getPreprocessorOpts().ImplicitPCHInclude.empty()) { in BeginSourceFile()
995 CI.getPreprocessorOpts().ImplicitPCHInclude, in BeginSourceFile()
H A DChainedIncludesSource.cpp108 CInvok->getPreprocessorOpts().ImplicitPCHInclude.clear(); in createChainedIncludesSource()
H A DPrecompiledPreamble.cpp794 PreprocessorOpts.ImplicitPCHInclude = PCHPath.str(); in setupPreambleStorage()
817 PreprocessorOpts.ImplicitPCHInclude = std::string(PCHPath); in setupPreambleStorage()
H A DInitPreprocessor.cpp1604 if (!InitOpts.ImplicitPCHInclude.empty()) in InitializePreprocessor()
1606 InitOpts.ImplicitPCHInclude); in InitializePreprocessor()
H A DCompilerInstance.cpp232 if (PPOpts.ImplicitPCHInclude.empty()) in collectIncludePCH()
235 StringRef PCHInclude = PPOpts.ImplicitPCHInclude; in collectIncludePCH()
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DARCMT.cpp177 if (!PPOpts.ImplicitPCHInclude.empty()) { in createInvocationForMigration()
186 PPOpts.ImplicitPCHInclude, FileMgr, PCHContainerRdr, *Diags); in createInvocationForMigration()
189 PPOpts.ImplicitPCHInclude.clear(); in createInvocationForMigration()
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp356 if (!ScanInstance.getPreprocessorOpts().ImplicitPCHInclude.empty()) in runInvocation()
358 ScanInstance.getPreprocessorOpts().ImplicitPCHInclude, in runInvocation()
H A DModuleDepCollector.cpp526 if (!MDC.ScanInstance.getPreprocessorOpts().ImplicitPCHInclude.empty()) in EndOfMainFile()
527 MDC.addFileDep(MDC.ScanInstance.getPreprocessorOpts().ImplicitPCHInclude); in EndOfMainFile()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp163 !this->PPOpts->ImplicitPCHInclude.empty()) in Preprocessor()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp782 if (!ExistingPPOpts.ImplicitPCHInclude.empty() && in checkPreprocessorOptions()
792 if (File == ExistingPPOpts.ImplicitPCHInclude) in checkPreprocessorOptions()
6200 PPOpts.ImplicitPCHInclude = ReadString(Record, Idx); in ParsePreprocessorOptions()
H A DASTWriter.cpp1663 AddString(PPOpts.ImplicitPCHInclude, Record); in WriteControlBlock()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td4513 MarshallingInfoString<PreprocessorOpts<"ImplicitPCHInclude">>;