#include "DumpAST.h"
#include "Protocol.h"
#include "SourceCode.h"
#include "support/Logger.h"
#include "clang/AST/ASTTypeTraits.h"
#include "clang/AST/Expr.h"
#include "clang/AST/ExprCXX.h"
#include "clang/AST/NestedNameSpecifier.h"
#include "clang/AST/PrettyPrinter.h"
#include "clang/AST/RecursiveASTVisitor.h"
#include "clang/AST/TextNodeDumper.h"
#include "clang/AST/Type.h"
#include "clang/AST/TypeLoc.h"
#include "clang/Basic/Specifiers.h"
#include "clang/Tooling/Syntax/Tokens.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/raw_ostream.h"
#include "clang/Basic/AttrList.inc"
Go to the source code of this file.
◆ ATTR
◆ NNS_KIND
◆ TEMPLATE_ARGUMENT_KIND
#define TEMPLATE_ARGUMENT_KIND |
( |
|
X | ) |
|
◆ TEMPLATE_KIND
#define TEMPLATE_KIND |
( |
|
X | ) |
|
◆ Root