clang  3.9.0
Classes | Namespaces
FormatTokenLexer.h File Reference

This file contains FormatTokenLexer, which tokenizes a source file into a token stream suitable for ClangFormat. More...

#include "Encoding.h"
#include "FormatToken.h"
#include "clang/Basic/SourceLocation.h"
#include "clang/Basic/SourceManager.h"
#include "clang/Format/Format.h"
#include "llvm/Support/Regex.h"
Include dependency graph for FormatTokenLexer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  clang::format::FormatTokenLexer
 

Namespaces

 clang
 Dataflow Directional Tag Classes.
 
 clang::format
 

Detailed Description

This file contains FormatTokenLexer, which tokenizes a source file into a token stream suitable for ClangFormat.

Definition in file FormatTokenLexer.h.