Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteMacros.cpp168 bool HasSpace = RawTok.hasLeadingSpace(); in RewriteMacrosInInput() local
169 RB.InsertTextAfter(RawOffs, &" /*"[HasSpace]); in RewriteMacrosInInput()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DLexer.cpp2303 bool HasSpace = false; in SkipLineComment() local
2306 HasSpace = true; in SkipLineComment()
2320 if (HasSpace && !isLexingRawMode()) in SkipLineComment()
2460 bool HasSpace = false; in isEndOfBlockCommentWithEscapedNewLine() local
2463 HasSpace = true; in isEndOfBlockCommentWithEscapedNewLine()
2494 if (HasSpace && !L->isLexingRawMode()) in isEndOfBlockCommentWithEscapedNewLine()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DDriver.cpp1692 const bool HasSpace = PassedFlags.endswith(","); in HandleAutocompletions() local
1725 if (SuggestedCompletions.empty() && HasSpace && !Flags.empty()) { in HandleAutocompletions()