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

  /external/yapf/yapf/yapflib/
format_token.py 82 class FormatToken(object):
226 msg = 'FormatToken(name={0}, value={1}'.format(self.name, self.value)
  /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/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 

Completed in 351 milliseconds