Home
last modified time | relevance | path

Searched refs:HasSpace (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteMacros.cpp168 bool HasSpace = RawTok.hasLeadingSpace(); in RewriteMacrosInInput() local
169 RB.InsertTextAfter(RawOffs, &" /*"[HasSpace]); in RewriteMacrosInInput()
/src/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp2618 bool HasSpace = false; in SkipLineComment() local
2621 HasSpace = true; in SkipLineComment()
2635 if (HasSpace && !isLexingRawMode()) in SkipLineComment()
/src/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp2065 const bool HasSpace = PassedFlags.ends_with(","); in HandleAutocompletions() local
2098 if (SuggestedCompletions.empty() && HasSpace && !Flags.empty()) { in HandleAutocompletions()