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

  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
Token.h 82 bool hasLeadingSpace() const
  /external/clang/include/clang/Lex/
Token.h 236 bool hasLeadingSpace() const { return (Flags & LeadingSpace) ? true : false; }
  /external/clang/lib/Lex/
PPMacroExpansion.cpp 335 // Propagate the isAtStartOfLine/hasLeadingSpace markers of the macro
338 bool hasLeadingSpace = Identifier.hasLeadingSpace();
345 Identifier.setFlagValue(Token::LeadingSpace, hasLeadingSpace);
    [all...]

Completed in 187 milliseconds