HomeSort by relevance Sort by last modified time
    Searched defs:FormatToken (Results 1 - 3 of 3) 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
113 struct FormatToken {
114 FormatToken() {}
254 FormatToken *NextOperator = nullptr;
262 FormatToken *MatchingParen = nullptr;
265 FormatToken *Previous = nullptr;
268 FormatToken *Next = nullptr;
413 FormatToken *getPreviousNonComment() const {
414 FormatToken *Tok = Previous
    [all...]
  /external/vixl/src/aarch64/
debugger-aarch64.cc 200 class FormatToken : public Token {
202 FormatToken() {}
217 static FormatToken* Cast(Token* tok) {
219 return reinterpret_cast<FormatToken*>(tok);
225 class Format : public FormatToken {
372 PrintCommand(Token* name, Token* target, FormatToken* format)
380 FormatToken* format() { return format_; }
392 FormatToken* format_;
399 FormatToken* format,
409 FormatToken* format() { return format_;
    [all...]
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 

Completed in 107 milliseconds