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
77 struct FormatToken {
78 FormatToken()
277 FormatToken *getPreviousNonComment() const {
278 FormatToken *Tok = Previous;
285 const FormatToken *getNextNonComment() const {
286 const FormatToken *Tok = Next;
292 FormatToken *MatchingParen;
294 FormatToken *Previous
    [all...]
  /libcore/luni/src/main/java/java/util/
Formatter.java 553 private FormatToken formatToken;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 40 milliseconds