Searched refs:HasSpace (Results 1 – 3 of 3) sorted by relevance
168 bool HasSpace = RawTok.hasLeadingSpace(); in RewriteMacrosInInput() local169 RB.InsertTextAfter(RawOffs, &" /*"[HasSpace]); in RewriteMacrosInInput()
2303 bool HasSpace = false; in SkipLineComment() local2306 HasSpace = true; in SkipLineComment()2320 if (HasSpace && !isLexingRawMode()) in SkipLineComment()2460 bool HasSpace = false; in isEndOfBlockCommentWithEscapedNewLine() local2463 HasSpace = true; in isEndOfBlockCommentWithEscapedNewLine()2494 if (HasSpace && !L->isLexingRawMode()) in isEndOfBlockCommentWithEscapedNewLine()
1692 const bool HasSpace = PassedFlags.endswith(","); in HandleAutocompletions() local1725 if (SuggestedCompletions.empty() && HasSpace && !Flags.empty()) { in HandleAutocompletions()