Searched refs:ImplicitPCHInclude (Results 1 – 11 of 11) sorted by relevance
75 std::string ImplicitPCHInclude; variable199 ImplicitPCHInclude.clear(); in resetNonModularOptions()
708 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()
131 CInvok->getPreprocessorOpts().ImplicitPCHInclude.clear(); in createChainedIncludesSource()
708 PreprocessorOpts.ImplicitPCHInclude = PCHFile.getFilePath(); in setupPreambleStorage()732 PreprocessorOpts.ImplicitPCHInclude = PCHPath; in setupPreambleStorage()
1159 if (!InitOpts.ImplicitPCHInclude.empty()) in InitializePreprocessor()1161 InitOpts.ImplicitPCHInclude); in InitializePreprocessor()
166 if (PPOpts.ImplicitPCHInclude.empty()) in collectIncludePCH()169 StringRef PCHInclude = PPOpts.ImplicitPCHInclude; in collectIncludePCH()
3080 Opts.ImplicitPCHInclude = Args.getLastArgValue(OPT_include_pch); in ParsePreprocessorArgs()
179 if (!PPOpts.ImplicitPCHInclude.empty()) { in createInvocationForMigration()188 PPOpts.ImplicitPCHInclude, FileMgr, PCHContainerRdr, *Diags); in createInvocationForMigration()191 PPOpts.ImplicitPCHInclude.clear(); in createInvocationForMigration()
156 !this->PPOpts->ImplicitPCHInclude.empty()) in Preprocessor()
708 if (!ExistingPPOpts.ImplicitPCHInclude.empty() && in checkPreprocessorOptions()718 if (File == ExistingPPOpts.ImplicitPCHInclude) in checkPreprocessorOptions()5390 PPOpts.ImplicitPCHInclude = ReadString(Record, Idx); in ParsePreprocessorOptions()
1697 AddString(PPOpts.ImplicitPCHInclude, Record); in WriteControlBlock()