clang
10.0.0git
|
#include "clang/Tooling/Transformer/Stencil.h"
#include "clang/AST/ASTContext.h"
#include "clang/AST/ASTTypeTraits.h"
#include "clang/AST/Expr.h"
#include "clang/ASTMatchers/ASTMatchFinder.h"
#include "clang/ASTMatchers/ASTMatchers.h"
#include "clang/Lex/Lexer.h"
#include "clang/Tooling/Transformer/SourceCode.h"
#include "clang/Tooling/Transformer/SourceCodeBuilders.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/Twine.h"
#include "llvm/Support/Errc.h"
#include <atomic>
#include <memory>
#include <string>
Go to the source code of this file.
Enumerations | |
enum | UnaryNodeOperator |
Functions | |
static llvm::Expected< DynTypedNode > | getNode (const ast_matchers::BoundNodes &Nodes, StringRef Id) |
|
strong |
Definition at line 59 of file Stencil.cpp.
|
static |
Definition at line 36 of file Stencil.cpp.
References clang::ast_matchers::BoundNodes::getMap(), and Text.