HomeSort by relevance Sort by last modified time
    Searched refs:hasLeadingSpace (Results 1 - 10 of 10) sorted by null

  /external/clang/lib/Lex/
TokenLexer.cpp 38 HasLeadingSpace = Tok.hasLeadingSpace();
96 HasLeadingSpace = false;
99 // Set HasLeadingSpace/AtStartOfLine so that the first token will be
103 HasLeadingSpace = TokArray[0].hasLeadingSpace();
166 if (CurTok.hasLeadingSpace() || NextTokGetsSpace)
239 CurTok.hasLeadingSpace() ||
245 NextTokGetsSpace = CurTok.hasLeadingSpace();
294 if ((CurTok.hasLeadingSpace() || NextTokGetsSpace) &
    [all...]
MacroInfo.cpp 117 A.hasLeadingSpace() != B.hasLeadingSpace()))
MacroArgs.cpp 212 if (!isFirst && (Tok.hasLeadingSpace() || Tok.isAtStartOfLine()))
PPMacroExpansion.cpp 259 bool HadLeadingSpace = Identifier.hasLeadingSpace();
286 // Propagate the isAtStartOfLine/hasLeadingSpace markers of the macro
289 bool hasLeadingSpace = Identifier.hasLeadingSpace();
296 Identifier.setFlagValue(Token::LeadingSpace, hasLeadingSpace);
    [all...]
Preprocessor.cpp 191 if (Tok.hasLeadingSpace())
PPDirectives.cpp     [all...]
  /external/clang/include/clang/Lex/
Token.h 240 /// hasLeadingSpace - Return true if this token has whitespace before it.
242 bool hasLeadingSpace() const { return (Flags & LeadingSpace) ? true : false; }
  /external/clang/lib/Frontend/
PrintPreprocessedOutput.cpp 62 if (MI.tokens_empty() || !MI.tokens_begin()->hasLeadingSpace())
68 if (I->hasLeadingSpace())
480 if (PragmaTok.hasLeadingSpace())
504 } else if (Tok.hasLeadingSpace() ||
  /external/clang/lib/Rewrite/
RewriteMacros.cpp 169 bool HasSpace = RawTok.hasLeadingSpace();
HTMLRewrite.cpp 552 if (Tok.hasLeadingSpace() ||

Completed in 282 milliseconds