Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Frontend/Rewrite/
DRewriteMacros.cpp168 bool HasSpace = RawTok.hasLeadingSpace(); in RewriteMacrosInInput() local
169 RB.InsertTextAfter(RawOffs, &" /*"[HasSpace]); in RewriteMacrosInInput()
/openbsd/src/gnu/llvm/clang/lib/Lex/
DLexer.cpp2492 bool HasSpace = false; in SkipLineComment() local
2495 HasSpace = true; in SkipLineComment()
2509 if (HasSpace && !isLexingRawMode()) in SkipLineComment()
/openbsd/src/gnu/llvm/clang/lib/Driver/
DDriver.cpp1982 const bool HasSpace = PassedFlags.endswith(","); in HandleAutocompletions() local
2015 if (SuggestedCompletions.empty() && HasSpace && !Flags.empty()) { in HandleAutocompletions()