|
clang 22.0.0git
|
#include "clang/ASTMatchers/ASTMatchFinder.h"#include "clang/AST/ASTConsumer.h"#include "clang/AST/ASTContext.h"#include "clang/AST/DeclCXX.h"#include "clang/AST/RecursiveASTVisitor.h"#include "llvm/ADT/DenseMap.h"#include "llvm/ADT/SmallPtrSet.h"#include "llvm/ADT/StringMap.h"#include "llvm/Support/PrettyStackTrace.h"#include "llvm/Support/Timer.h"#include <deque>#include <memory>#include <set>Go to the source code of this file.
Namespaces | |
| namespace | clang |
| The JSON file list parser is used to communicate input to InstallAPI. | |
| namespace | clang::ast_matchers |
| namespace | clang::ast_matchers::internal |
Macros | |
| #define | CMD_TYPES_0 |
| #define | CMD_TYPES_1 |
| #define | IMPL(Index) |
| #define CMD_TYPES_0 |
Definition at line 785 of file ASTMatchFinder.cpp.
| #define CMD_TYPES_1 |
Definition at line 788 of file ASTMatchFinder.cpp.
| #define IMPL | ( | Index | ) |
Definition at line 792 of file ASTMatchFinder.cpp.
Referenced by clang::CFGBlock::FilteredCFGBlockIterator< const_pred_iterator, true >::FilteredCFGBlockIterator().