clang 22.0.0git
|
#include "clang/Analysis/FlowSensitive/SmartPointerAccessorCaching.h"
#include "clang/AST/CanonicalType.h"
#include "clang/AST/DeclCXX.h"
#include "clang/AST/Type.h"
#include "clang/ASTMatchers/ASTMatchers.h"
#include "clang/ASTMatchers/ASTMatchersMacros.h"
#include "clang/Basic/OperatorKinds.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::dataflow |
Dataflow Directional Tag Classes. |
Variables | |
const internal::VariadicDynCastAllOfMatcher< Stmt, CXXMemberCallExpr > | clang::dataflow::cxxMemberCallExpr |
Matches member call expressions. | |
const internal::VariadicDynCastAllOfMatcher< Decl, CXXMethodDecl > | clang::dataflow::cxxMethodDecl |
Matches method declarations. | |
const internal::VariadicDynCastAllOfMatcher< Stmt, CXXOperatorCallExpr > | clang::dataflow::cxxOperatorCallExpr |
Matches overloaded operator calls. | |
const AstTypeMatcher< PointerType > | clang::dataflow::pointerType |
const AstTypeMatcher< ReferenceType > | clang::dataflow::referenceType |