Searched refs:ImplicitPCHInclude (Results 1 – 13 of 13) sorted by relevance
104 std::string ImplicitPCHInclude; variable244 ImplicitPCHInclude.clear(); in resetNonModularOptions()
784 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()
108 CInvok->getPreprocessorOpts().ImplicitPCHInclude.clear(); in createChainedIncludesSource()
794 PreprocessorOpts.ImplicitPCHInclude = PCHPath.str(); in setupPreambleStorage()817 PreprocessorOpts.ImplicitPCHInclude = std::string(PCHPath); in setupPreambleStorage()
1604 if (!InitOpts.ImplicitPCHInclude.empty()) in InitializePreprocessor()1606 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()
356 if (!ScanInstance.getPreprocessorOpts().ImplicitPCHInclude.empty()) in runInvocation()358 ScanInstance.getPreprocessorOpts().ImplicitPCHInclude, in runInvocation()
526 if (!MDC.ScanInstance.getPreprocessorOpts().ImplicitPCHInclude.empty()) in EndOfMainFile()527 MDC.addFileDep(MDC.ScanInstance.getPreprocessorOpts().ImplicitPCHInclude); in EndOfMainFile()
163 !this->PPOpts->ImplicitPCHInclude.empty()) in Preprocessor()
782 if (!ExistingPPOpts.ImplicitPCHInclude.empty() && in checkPreprocessorOptions()792 if (File == ExistingPPOpts.ImplicitPCHInclude) in checkPreprocessorOptions()6200 PPOpts.ImplicitPCHInclude = ReadString(Record, Idx); in ParsePreprocessorOptions()
1663 AddString(PPOpts.ImplicitPCHInclude, Record); in WriteControlBlock()
4513 MarshallingInfoString<PreprocessorOpts<"ImplicitPCHInclude">>;