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

  /external/clang/lib/Format/
FormatToken.h 1 //===--- FormatToken.h - Format C++ code ------------------------*- C++ -*-===//
11 /// \brief This file contains the declaration of the FormatToken, a wrapper
112 struct FormatToken {
113 FormatToken() {}
261 FormatToken *MatchingParen = nullptr;
264 FormatToken *Previous = nullptr;
267 FormatToken *Next = nullptr;
398 FormatToken *getPreviousNonComment() const {
399 FormatToken *Tok = Previous;
406 const FormatToken *getNextNonComment() const
    [all...]
  /external/vixl/src/vixl/a64/
debugger-a64.cc 192 class FormatToken : public Token {
194 FormatToken() {}
208 static FormatToken* Cast(Token* tok) {
210 return reinterpret_cast<FormatToken*>(tok);
215 template<typename T> class Format : public FormatToken {
341 PrintCommand(Token* name, Token* target, FormatToken* format)
349 FormatToken* format() { return format_; }
361 FormatToken* format_;
368 FormatToken* format,
378 FormatToken* format() { return format_;
    [all...]

Completed in 489 milliseconds