Searched refs:HasSpace (Results 1 – 3 of 3) sorted by relevance
167 bool HasSpace = RawTok.hasLeadingSpace(); in RewriteMacrosInInput() local168 RB.InsertTextAfter(RawOffs, &" /*"[HasSpace]); in RewriteMacrosInInput()
2639 bool HasSpace = false; in SkipLineComment() local2642 HasSpace = true; in SkipLineComment()2656 if (HasSpace && !isLexingRawMode()) in SkipLineComment()
2365 const bool HasSpace = PassedFlags.ends_with(","); in HandleAutocompletions() local2398 if (SuggestedCompletions.empty() && HasSpace && !Flags.empty()) { in HandleAutocompletions()