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 207 if (!isFirst && (Tok.hasLeadingSpace() || Tok.isAtStartOfLine()))
PPMacroExpansion.cpp 249 bool HadLeadingSpace = Identifier.hasLeadingSpace();
276 // Propagate the isAtStartOfLine/hasLeadingSpace markers of the macro
279 bool hasLeadingSpace = Identifier.hasLeadingSpace();
286 Identifier.setFlagValue(Token::LeadingSpace, hasLeadingSpace);
    [all...]
Preprocessor.cpp 191 if (Tok.hasLeadingSpace())
PPDirectives.cpp     [all...]
  /external/clang/include/clang/Lex/
Token.h 239 /// hasLeadingSpace - Return true if this token has whitespace before it.
241 bool hasLeadingSpace() const { return (Flags & LeadingSpace) ? true : false; }
  /external/clang/lib/Frontend/
PrintPreprocessedOutput.cpp 63 if (MI.tokens_empty() || !MI.tokens_begin()->hasLeadingSpace())
69 if (I->hasLeadingSpace())
482 if (PragmaTok.hasLeadingSpace())
506 } else if (Tok.hasLeadingSpace() ||
  /external/clang/lib/Rewrite/
RewriteMacros.cpp 169 bool HasSpace = RawTok.hasLeadingSpace();
HTMLRewrite.cpp 552 if (Tok.hasLeadingSpace() ||

Completed in 78 milliseconds