clang 20.0.0git
|
#include "clang/AST/ASTTypeTraits.h"
#include "clang/AST/Stmt.h"
#include "clang/Basic/LLVM.h"
#include "clang/Basic/SourceLocation.h"
#include "llvm/Support/raw_ostream.h"
#include <optional>
#include <vector>
Go to the source code of this file.
Classes | |
struct | clang::tooling::SelectedASTNode |
Represents a selected AST node. More... | |
class | clang::tooling::CodeRangeASTSelection |
An AST selection value that corresponds to a selection of a set of statements that belong to one body of code (like one function). More... | |
Namespaces | |
namespace | clang |
The JSON file list parser is used to communicate input to InstallAPI. | |
namespace | clang::tooling |
Functions | |
std::optional< SelectedASTNode > | clang::tooling::findSelectedASTNodes (const ASTContext &Context, SourceRange SelectionRange) |
Traverses the given ASTContext and creates a tree of selected AST nodes. | |