|
clang 22.0.0git
|
#include "clang/AST/Expr.h"#include "clang/AST/ExprCXX.h"#include "clang/AST/Type.h"#include "llvm/ADT/STLFunctionalExtras.h"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 |
Functions | |
| void | clang::ast_matchers::matchEachArgumentWithParamType (const CallExpr &Node, llvm::function_ref< void(QualType, const Expr *)> OnParamAndArg) |
| void | clang::ast_matchers::matchEachArgumentWithParamType (const CXXConstructExpr &Node, llvm::function_ref< void(QualType, const Expr *)> OnParamAndArg) |