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

  /external/clang/lib/Format/
FormatTokenLexer.h 1 //===--- FormatTokenLexer.h - Format C++ code ----------------*- C++ ----*-===//
11 /// \brief This file contains FormatTokenLexer, which tokenizes a source file
29 class FormatTokenLexer {
31 FormatTokenLexer(const SourceManager &SourceMgr, FileID ID,
FormatTokenLexer.cpp 1 //===--- FormatTokenLexer.cpp - Lex FormatTokens -------------*- C++ ----*-===//
11 /// \brief This file implements FormatTokenLexer, which tokenizes a source file
16 #include "FormatTokenLexer.h"
26 FormatTokenLexer::FormatTokenLexer(const SourceManager &SourceMgr, FileID ID,
45 ArrayRef<FormatToken *> FormatTokenLexer::lex() {
61 void FormatTokenLexer::tryMergePreviousTokens() {
88 bool FormatTokenLexer::tryMergeLessLess() {
114 bool FormatTokenLexer::tryMergeTokens(ArrayRef<tok::TokenKind> Kinds,
140 bool FormatTokenLexer::precedesOperand(FormatToken *Tok)
    [all...]

Completed in 516 milliseconds