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

  /external/clang/lib/Lex/
MacroInfo.cpp 92 A.hasLeadingSpace() != B.hasLeadingSpace()))
TokenLexer.cpp 39 HasLeadingSpace = Tok.hasLeadingSpace();
97 HasLeadingSpace = false;
100 // Set HasLeadingSpace/AtStartOfLine so that the first token will be
104 HasLeadingSpace = TokArray[0].hasLeadingSpace();
216 if (CurTok.hasLeadingSpace() || NextTokGetsSpace)
297 CurTok.hasLeadingSpace() ||
303 NextTokGetsSpace = CurTok.hasLeadingSpace();
352 if ((CurTok.hasLeadingSpace() || NextTokGetsSpace) &
    [all...]
MacroArgs.cpp 212 if (!isFirst && (Tok.hasLeadingSpace() || Tok.isAtStartOfLine()))
PPMacroExpansion.cpp 415 bool HadLeadingSpace = Identifier.hasLeadingSpace();
442 // Propagate the isAtStartOfLine/hasLeadingSpace markers of the macro
445 bool hasLeadingSpace = Identifier.hasLeadingSpace();
452 Identifier.setFlagValue(Token::LeadingSpace, hasLeadingSpace);
    [all...]
Preprocessor.cpp 199 if (Tok.hasLeadingSpace())
PPDirectives.cpp     [all...]
  /external/clang/include/clang/Lex/
Token.h 235 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())
503 if (PragmaTok.hasLeadingSpace())
534 } else if (Tok.hasLeadingSpace() ||
  /external/clang/lib/Rewrite/Frontend/
RewriteMacros.cpp 169 bool HasSpace = RawTok.hasLeadingSpace();
  /external/clang/lib/Rewrite/Core/
HTMLRewrite.cpp 558 if (Tok.hasLeadingSpace() ||
  /external/clang/lib/Sema/
SemaStmtAsm.cpp 414 if (i && AsmToks[i].hasLeadingSpace() && !isNewAsm)

Completed in 2645 milliseconds