Searched refs:PCHThroughHeader (Results 1 – 7 of 7) sorted by relevance
154 if (!this->PPOpts->PCHThroughHeader.empty() && in Preprocessor()580 if (!PPOpts->PCHThroughHeader.empty()) { in EnterMainSourceFile()584 SourceLocation(), PPOpts->PCHThroughHeader, in EnterMainSourceFile()591 << PPOpts->PCHThroughHeader; in EnterMainSourceFile()617 return TUKind == TU_Prefix && !PPOpts->PCHThroughHeader.empty() && in creatingPCHWithThroughHeader()622 return TUKind != TU_Prefix && !PPOpts->PCHThroughHeader.empty() && in usingPCHWithThroughHeader()676 << PPOpts->PCHThroughHeader << 1; in SkipTokensWhileUsingPCH()
550 << PPOpts->PCHThroughHeader << 0; in HandleEndOfFile()
52 .PCHThroughHeader, in TEST()
94 std::string PCHThroughHeader; variable
66 CI.getPreprocessorOpts().PCHThroughHeader.clear(); in disableUnsupportedOptions()
750 !ExistingPPOpts.PCHThroughHeader.empty()) { in checkPreprocessorOptions()
5937 MarshallingInfoString<PreprocessorOpts<"PCHThroughHeader">>;