Searched refs:ImplicitPCHInclude (Results 1 – 12 of 12) sorted by relevance
96 std::string ImplicitPCHInclude; variable245 ImplicitPCHInclude.clear(); in resetNonModularOptions()
724 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()
131 CInvok->getPreprocessorOpts().ImplicitPCHInclude.clear(); in createChainedIncludesSource()
818 PreprocessorOpts.ImplicitPCHInclude = std::string(PCHFile.getFilePath()); in setupPreambleStorage()842 PreprocessorOpts.ImplicitPCHInclude = std::string(PCHPath); in setupPreambleStorage()
1265 if (!InitOpts.ImplicitPCHInclude.empty()) in InitializePreprocessor()1267 InitOpts.ImplicitPCHInclude); in InitializePreprocessor()
228 if (PPOpts.ImplicitPCHInclude.empty()) in collectIncludePCH()231 StringRef PCHInclude = PPOpts.ImplicitPCHInclude; in collectIncludePCH()
179 if (!PPOpts.ImplicitPCHInclude.empty()) { in createInvocationForMigration()188 PPOpts.ImplicitPCHInclude, FileMgr, PCHContainerRdr, *Diags); in createInvocationForMigration()191 PPOpts.ImplicitPCHInclude.clear(); in createInvocationForMigration()
352 if (!PPOpts.ImplicitPCHInclude.empty()) { in CreateASTConsumer()353 auto File = CI.getFileManager().getFile(PPOpts.ImplicitPCHInclude); in CreateASTConsumer()
155 !this->PPOpts->ImplicitPCHInclude.empty()) in Preprocessor()
716 if (!ExistingPPOpts.ImplicitPCHInclude.empty() && in checkPreprocessorOptions()726 if (File == ExistingPPOpts.ImplicitPCHInclude) in checkPreprocessorOptions()5896 PPOpts.ImplicitPCHInclude = ReadString(Record, Idx); in ParsePreprocessorOptions()
1357 AddString(PPOpts.ImplicitPCHInclude, Record); in WriteControlBlock()
2924 MarshallingInfoString<PreprocessorOpts<"ImplicitPCHInclude">>;