clang
9.0.0
|
#include "clang/Basic/LangOptions.h"
#include "clang/Basic/SourceLocation.h"
#include "clang/Basic/SourceManager.h"
#include "clang/Basic/TokenKinds.h"
#include "clang/Tooling/Syntax/Tokens.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/Support/Allocator.h"
#include <cstdint>
Go to the source code of this file.
Classes | |
class | clang::syntax::Arena |
A memory arena for syntax trees. More... | |
class | clang::syntax::Node |
A node in a syntax tree. More... | |
class | clang::syntax::Leaf |
A leaf node points to a single token inside the expanded token stream. More... | |
class | clang::syntax::Tree |
A node that has children and represents a syntactic language construct. More... | |
Namespaces | |
clang | |
Dataflow Directional Tag Classes. | |
clang::syntax | |