Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/Rewrite/
DRewriteMacros.cpp169 bool HasSpace = RawTok.hasLeadingSpace(); in RewriteMacrosInInput() local
170 RB.InsertTextAfter(RawOffs, &" /*"[HasSpace]); in RewriteMacrosInInput()
/external/clang/lib/Lex/
DLexer.cpp2073 bool HasSpace = false; in SkipLineComment() local
2076 HasSpace = true; in SkipLineComment()
2088 if (HasSpace && !isLexingRawMode()) in SkipLineComment()
2228 bool HasSpace = false; in isEndOfBlockCommentWithEscapedNewLine() local
2231 HasSpace = true; in isEndOfBlockCommentWithEscapedNewLine()
2262 if (HasSpace && !L->isLexingRawMode()) in isEndOfBlockCommentWithEscapedNewLine()