Searched defs:FormatToken (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/Format/
H A DFormatToken.h1 //===--- FormatToken.h - Format C++ code ------------------------*- C++ -*-===//
11 /// \brief This file contains the declaration of the FormatToken, a wrapper
100 struct FormatToken { struct in namespace:clang::format
101 FormatToken() function in struct:clang::format::FormatToken
361 FormatToken *getPreviousNonComment() const {
362 FormatToken *Tok = Previous;
369 const FormatToken *getNextNonComment() const {
370 const FormatToken *Tok = Next;
390 FormatToken *MatchingParen;
392 FormatToken *Previou
[all...]
/external/vixl/src/a64/
H A Ddebugger-a64.cc187 class FormatToken : public Token { class in namespace:vixl
189 FormatToken() {} function in class:vixl::FormatToken
198 static FormatToken* Cast(Token* tok) {
200 return reinterpret_cast<FormatToken*>(tok);
205 template<typename T> class Format : public FormatToken {
327 PrintCommand(Token* name, Token* target, FormatToken* format)
335 FormatToken* format() { return format_; }
347 FormatToken* format_;
354 FormatToken* format,
364 FormatToken* forma
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 75 milliseconds