Searched refs:ImplicitPCHInclude (Results 1 – 13 of 13) sorted by relevance
104 std::string ImplicitPCHInclude; variable263 ImplicitPCHInclude.clear(); in resetNonModularOptions()
775 if (!CI.getPreprocessorOpts().ImplicitPCHInclude.empty()) { in BeginSourceFile()778 StringRef PCHInclude = PPOpts.ImplicitPCHInclude; in BeginSourceFile()795 PPOpts.ImplicitPCHInclude = std::string(Dir->path()); in BeginSourceFile()966 !CI.getPreprocessorOpts().ImplicitPCHInclude.empty()) { in BeginSourceFile()984 if (!CI.getPreprocessorOpts().ImplicitPCHInclude.empty()) { in BeginSourceFile()986 CI.getPreprocessorOpts().ImplicitPCHInclude, in BeginSourceFile()
108 CInvok->getPreprocessorOpts().ImplicitPCHInclude.clear(); in createChainedIncludesSource()
793 PreprocessorOpts.ImplicitPCHInclude = PCHPath.str(); in setupPreambleStorage()816 PreprocessorOpts.ImplicitPCHInclude = std::string(PCHPath); in setupPreambleStorage()
1457 if (!InitOpts.ImplicitPCHInclude.empty()) in InitializePreprocessor()1459 InitOpts.ImplicitPCHInclude); in InitializePreprocessor()
232 if (PPOpts.ImplicitPCHInclude.empty()) in collectIncludePCH()235 StringRef PCHInclude = PPOpts.ImplicitPCHInclude; in collectIncludePCH()
177 if (!PPOpts.ImplicitPCHInclude.empty()) { in createInvocationForMigration()186 PPOpts.ImplicitPCHInclude, FileMgr, PCHContainerRdr, *Diags); in createInvocationForMigration()189 PPOpts.ImplicitPCHInclude.clear(); in createInvocationForMigration()
198 if (!ScanInstance.getPreprocessorOpts().ImplicitPCHInclude.empty()) in runInvocation()200 ScanInstance.getPreprocessorOpts().ImplicitPCHInclude, ScanInstance, in runInvocation()
457 if (!MDC.ScanInstance.getPreprocessorOpts().ImplicitPCHInclude.empty()) in EndOfMainFile()458 MDC.addFileDep(MDC.ScanInstance.getPreprocessorOpts().ImplicitPCHInclude); in EndOfMainFile()
159 !this->PPOpts->ImplicitPCHInclude.empty()) in Preprocessor()
777 if (!ExistingPPOpts.ImplicitPCHInclude.empty() && in checkPreprocessorOptions()787 if (File == ExistingPPOpts.ImplicitPCHInclude) in checkPreprocessorOptions()6194 PPOpts.ImplicitPCHInclude = ReadString(Record, Idx); in ParsePreprocessorOptions()
1550 AddString(PPOpts.ImplicitPCHInclude, Record); in WriteControlBlock()
4281 MarshallingInfoString<PreprocessorOpts<"ImplicitPCHInclude">>;