Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessorOptions.h75 std::string ImplicitPCHInclude; variable
199 ImplicitPCHInclude.clear(); in resetNonModularOptions()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DFrontendAction.cpp708 if (!CI.getPreprocessorOpts().ImplicitPCHInclude.empty()) { in BeginSourceFile()
711 StringRef PCHInclude = PPOpts.ImplicitPCHInclude; in BeginSourceFile()
727 PPOpts.ImplicitPCHInclude = Dir->path(); in BeginSourceFile()
841 !CI.getPreprocessorOpts().ImplicitPCHInclude.empty()) { in BeginSourceFile()
859 if (!CI.getPreprocessorOpts().ImplicitPCHInclude.empty()) { in BeginSourceFile()
861 CI.getPreprocessorOpts().ImplicitPCHInclude, in BeginSourceFile()
H A DChainedIncludesSource.cpp131 CInvok->getPreprocessorOpts().ImplicitPCHInclude.clear(); in createChainedIncludesSource()
H A DPrecompiledPreamble.cpp708 PreprocessorOpts.ImplicitPCHInclude = PCHFile.getFilePath(); in setupPreambleStorage()
732 PreprocessorOpts.ImplicitPCHInclude = PCHPath; in setupPreambleStorage()
H A DInitPreprocessor.cpp1159 if (!InitOpts.ImplicitPCHInclude.empty()) in InitializePreprocessor()
1161 InitOpts.ImplicitPCHInclude); in InitializePreprocessor()
H A DCompilerInstance.cpp166 if (PPOpts.ImplicitPCHInclude.empty()) in collectIncludePCH()
169 StringRef PCHInclude = PPOpts.ImplicitPCHInclude; in collectIncludePCH()
H A DCompilerInvocation.cpp3080 Opts.ImplicitPCHInclude = Args.getLastArgValue(OPT_include_pch); in ParsePreprocessorArgs()
/freebsd-12.1/contrib/llvm/tools/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-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPreprocessor.cpp156 !this->PPOpts->ImplicitPCHInclude.empty()) in Preprocessor()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp708 if (!ExistingPPOpts.ImplicitPCHInclude.empty() && in checkPreprocessorOptions()
718 if (File == ExistingPPOpts.ImplicitPCHInclude) in checkPreprocessorOptions()
5390 PPOpts.ImplicitPCHInclude = ReadString(Record, Idx); in ParsePreprocessorOptions()
H A DASTWriter.cpp1697 AddString(PPOpts.ImplicitPCHInclude, Record); in WriteControlBlock()