HomeSort by: relevance | last modified time | path
    Searched refs:FormatTokenLexer (Results 1 - 12 of 12) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Format/
UsingDeclarationsSorter.h 30 FormatTokenLexer &Tokens) override;
NamespaceEndCommentsFixer.h 40 FormatTokenLexer &Tokens) override;
FormatTokenLexer.h 1 //===--- FormatTokenLexer.h - Format C++ code ----------------*- C++ ----*-===//
10 /// This file contains FormatTokenLexer, which tokenizes a source file
38 class FormatTokenLexer {
40 FormatTokenLexer(const SourceManager &SourceMgr, FileID ID, unsigned Column,
FormatTokenLexer.cpp 1 //===--- FormatTokenLexer.cpp - Lex FormatTokens -------------*- C++ ----*-===//
10 /// This file implements FormatTokenLexer, which tokenizes a source file
15 #include "FormatTokenLexer.h"
25 FormatTokenLexer::FormatTokenLexer(
61 ArrayRef<FormatToken *> FormatTokenLexer::lex() {
83 void FormatTokenLexer::tryMergePreviousTokens() {
183 bool FormatTokenLexer::tryMergeNSStringLiteral() {
199 bool FormatTokenLexer::tryMergeJSPrivateIdentifier() {
223 bool FormatTokenLexer::tryMergeCSharpStringLiteral()
    [all...]
TokenAnalyzer.h 22 #include "FormatTokenLexer.h"
90 FormatTokenLexer &Tokens) = 0;
TokenAnalyzer.cpp 20 #include "FormatTokenLexer.h"
69 FormatTokenLexer Lex(Env.getSourceManager(), Env.getFileID(),
MacroExpander.cpp 20 #include "FormatTokenLexer.h"
140 FormatTokenLexer Lex(SourceMgr, FID, 0, Style, encoding::Encoding_UTF8,
UsingDeclarationsSorter.cpp 186 FormatTokenLexer &Tokens) {
SortJavaScriptImports.cpp 35 class FormatTokenLexer;
138 FormatTokenLexer &Tokens) override {
NamespaceEndCommentsFixer.cpp 202 FormatTokenLexer &Tokens) {
Format.cpp 20 #include "FormatTokenLexer.h"
1542 FormatTokenLexer &Tokens) override {
1630 FormatTokenLexer &Tokens) override {
1762 FormatTokenLexer &Tokens) override {
1824 FormatTokenLexer &Tokens) override {
2047 FormatTokenLexer &Tokens) override {
  /src/external/apache2/llvm/lib/libclangFormat/
Makefile 14 FormatTokenLexer.cpp \

Completed in 20 milliseconds