Searched refs:ImplicitPCHInclude (Results 1 – 12 of 12) sorted by relevance
104 std::string ImplicitPCHInclude; variable231 ImplicitPCHInclude.clear(); in resetNonModularOptions()
932 if (!CI.getPreprocessorOpts().ImplicitPCHInclude.empty()) { in BeginSourceFile()935 StringRef PCHInclude = PPOpts.ImplicitPCHInclude; in BeginSourceFile()952 PPOpts.ImplicitPCHInclude = std::string(Dir->path()); in BeginSourceFile()1123 !CI.getPreprocessorOpts().ImplicitPCHInclude.empty()) { in BeginSourceFile()1141 if (!CI.getPreprocessorOpts().ImplicitPCHInclude.empty()) { in BeginSourceFile()1143 CI.getPreprocessorOpts().ImplicitPCHInclude, in BeginSourceFile()
108 CInvok->getPreprocessorOpts().ImplicitPCHInclude.clear(); in createChainedIncludesSource()
792 PreprocessorOpts.ImplicitPCHInclude = PCHPath.str(); in setupPreambleStorage()815 PreprocessorOpts.ImplicitPCHInclude = std::string(PCHPath); in setupPreambleStorage()
1632 if (!InitOpts.ImplicitPCHInclude.empty()) in InitializePreprocessor()1634 InitOpts.ImplicitPCHInclude); in InitializePreprocessor()
231 if (PPOpts.ImplicitPCHInclude.empty()) in collectIncludePCH()234 StringRef PCHInclude = PPOpts.ImplicitPCHInclude; in collectIncludePCH()
528 IF_RELATIVE_RETURN_FALSE(PPOpts.ImplicitPCHInclude); in isSafeToIgnoreCWD()703 if (!MDC.ScanInstance.getPreprocessorOpts().ImplicitPCHInclude.empty()) in EndOfMainFile()704 MDC.addFileDep(MDC.ScanInstance.getPreprocessorOpts().ImplicitPCHInclude); in EndOfMainFile()
481 if (!ScanInstance.getPreprocessorOpts().ImplicitPCHInclude.empty()) in runInvocation()483 ScanInstance.getPreprocessorOpts().ImplicitPCHInclude, in runInvocation()
161 !this->PPOpts.ImplicitPCHInclude.empty()) in Preprocessor()
807 if (!ExistingPPOpts.ImplicitPCHInclude.empty() && in checkPreprocessorOptions()817 if (File == ExistingPPOpts.ImplicitPCHInclude) in checkPreprocessorOptions()6536 PPOpts.ImplicitPCHInclude = ReadString(Record, Idx); in ParsePreprocessorOptions()
1726 AddString(PPOpts.ImplicitPCHInclude, Record); in WriteControlBlock()
4785 MarshallingInfoString<PreprocessorOpts<"ImplicitPCHInclude">>;