clang 19.0.0git
Namespaces | Classes | Typedefs | Enumerations | Functions | Variables
clang::ast_matchers Namespace Reference

Namespaces

namespace  dynamic
 
namespace  internal
 

Classes

class  BoundNodes
 Maps string IDs to AST nodes matched by parts of a matcher. More...
 
class  MatchDescendantVisitor
 
class  MatchFinder
 A class to allow finding matches over the Clang AST. More...
 

Typedefs

template<typename NodeType >
using AstTypeMatcher = internal::VariadicDynCastAllOfMatcher< Type, NodeType >
 
using DeclarationMatcher = internal::Matcher< Decl >
 Types of matchers for the top-level classes in the AST class hierarchy.
 
using StatementMatcher = internal::Matcher< Stmt >
 
using TypeMatcher = internal::Matcher< QualType >
 
using TypeLocMatcher = internal::Matcher< TypeLoc >
 
using NestedNameSpecifierMatcher = internal::Matcher< NestedNameSpecifier >
 
using NestedNameSpecifierLocMatcher = internal::Matcher< NestedNameSpecifierLoc >
 
using CXXBaseSpecifierMatcher = internal::Matcher< CXXBaseSpecifier >
 
using CXXCtorInitializerMatcher = internal::Matcher< CXXCtorInitializer >
 
using TemplateArgumentMatcher = internal::Matcher< TemplateArgument >
 
using TemplateArgumentLocMatcher = internal::Matcher< TemplateArgumentLoc >
 
using LambdaCaptureMatcher = internal::Matcher< LambdaCapture >
 
using AttrMatcher = internal::Matcher< Attr >
 

Enumerations

enum class  GtestCmp {
  Eq , Ne , Ge , Gt ,
  Le , Lt
}
 Gtest's comparison operations. More...
 
enum class  MockArgs { None , Some }
 This enum indicates whether the mock method in the matched ON_CALL or EXPECT_CALL macro has arguments. More...
 

Functions

internal::TrueMatcher anything ()
 Matches any node.
 
 AST_POLYMORPHIC_MATCHER (isExpansionInMainFile, AST_POLYMORPHIC_SUPPORTED_TYPES(Decl, Stmt, TypeLoc))
 Matches AST nodes that were expanded within the main-file.
 
 AST_POLYMORPHIC_MATCHER (isExpansionInSystemHeader, AST_POLYMORPHIC_SUPPORTED_TYPES(Decl, Stmt, TypeLoc))
 Matches AST nodes that were expanded within system-header-files.
 
 AST_POLYMORPHIC_MATCHER_REGEX (isExpansionInFileMatching, AST_POLYMORPHIC_SUPPORTED_TYPES(Decl, Stmt, TypeLoc), RegExp)
 Matches AST nodes that were expanded within files whose name is partially matching a given regex.
 
 AST_POLYMORPHIC_MATCHER_P (isExpandedFromMacro, AST_POLYMORPHIC_SUPPORTED_TYPES(Decl, Stmt, TypeLoc), std::string, MacroName)
 Matches statements that are (transitively) expanded from the named macro.
 
 AST_POLYMORPHIC_MATCHER (isPublic, AST_POLYMORPHIC_SUPPORTED_TYPES(Decl, CXXBaseSpecifier))
 Matches public C++ declarations and C++ base specifers that specify public inheritance.
 
 AST_POLYMORPHIC_MATCHER (isProtected, AST_POLYMORPHIC_SUPPORTED_TYPES(Decl, CXXBaseSpecifier))
 Matches protected C++ declarations and C++ base specifers that specify protected inheritance.
 
 AST_POLYMORPHIC_MATCHER (isPrivate, AST_POLYMORPHIC_SUPPORTED_TYPES(Decl, CXXBaseSpecifier))
 Matches private C++ declarations and C++ base specifers that specify private inheritance.
 
 AST_MATCHER (FieldDecl, isBitField)
 Matches non-static data members that are bit-fields.
 
 AST_MATCHER_P (FieldDecl, hasBitWidth, unsigned, Width)
 Matches non-static data members that are bit-fields of the specified bit width.
 
 AST_MATCHER_P (FieldDecl, hasInClassInitializer, internal::Matcher< Expr >, InnerMatcher)
 Matches non-static data members that have an in-class initializer.
 
 AST_MATCHER (FunctionDecl, isMain)
 Determines whether the function is "main", which is the entry point into an executable program.
 
 AST_MATCHER_P (ClassTemplateSpecializationDecl, hasSpecializedTemplate, internal::Matcher< ClassTemplateDecl >, InnerMatcher)
 Matches the specialized template of a specialization declaration.
 
 AST_POLYMORPHIC_MATCHER (isImplicit, AST_POLYMORPHIC_SUPPORTED_TYPES(Decl, Attr, LambdaCapture))
 Matches an entity that has been implicitly added by the compiler (e.g.
 
 AST_POLYMORPHIC_MATCHER_P (hasAnyTemplateArgument, AST_POLYMORPHIC_SUPPORTED_TYPES(ClassTemplateSpecializationDecl, TemplateSpecializationType, FunctionDecl), internal::Matcher< TemplateArgument >, InnerMatcher)
 Matches classTemplateSpecializations, templateSpecializationType and functionDecl that have at least one TemplateArgument matching the given InnerMatcher.
 
template<typename T >
internal::Matcher< T > traverse (TraversalKind TK, const internal::Matcher< T > &InnerMatcher)
 Causes all nested matchers to be matched with the specified traversal kind.
 
template<typename T >
internal::BindableMatcher< T > traverse (TraversalKind TK, const internal::BindableMatcher< T > &InnerMatcher)
 
template<typename... T>
internal::TraversalWrapper< internal::VariadicOperatorMatcher< T... > > traverse (TraversalKind TK, const internal::VariadicOperatorMatcher< T... > &InnerMatcher)
 
template<template< typename ToArg, typename FromArg > class ArgumentAdapterT, typename T , typename ToTypes >
internal::TraversalWrapper< internal::ArgumentAdaptingMatcherFuncAdaptor< ArgumentAdapterT, T, ToTypes > > traverse (TraversalKind TK, const internal::ArgumentAdaptingMatcherFuncAdaptor< ArgumentAdapterT, T, ToTypes > &InnerMatcher)
 
template<template< typename T, typename... P > class MatcherT, typename... P, typename ReturnTypesF >
internal::TraversalWrapper< internal::PolymorphicMatcher< MatcherT, ReturnTypesF, P... > > traverse (TraversalKind TK, const internal::PolymorphicMatcher< MatcherT, ReturnTypesF, P... > &InnerMatcher)
 
template<typename... T>
internal::Matcher< typename internal::GetClade< T... >::Type > traverse (TraversalKind TK, const internal::MapAnyOfHelper< T... > &InnerMatcher)
 
 AST_MATCHER_P (Expr, ignoringImplicit, internal::Matcher< Expr >, InnerMatcher)
 Matches expressions that match InnerMatcher after any implicit AST nodes are stripped off.
 
 AST_MATCHER_P (Expr, ignoringImpCasts, internal::Matcher< Expr >, InnerMatcher)
 Matches expressions that match InnerMatcher after any implicit casts are stripped off.
 
 AST_MATCHER_P (Expr, ignoringParenCasts, internal::Matcher< Expr >, InnerMatcher)
 Matches expressions that match InnerMatcher after parentheses and casts are stripped off.
 
 AST_MATCHER_P (Expr, ignoringParenImpCasts, internal::Matcher< Expr >, InnerMatcher)
 Matches expressions that match InnerMatcher after implicit casts and parentheses are stripped off.
 
 AST_MATCHER_P_OVERLOAD (QualType, ignoringParens, internal::Matcher< QualType >, InnerMatcher, 0)
 Matches types that match InnerMatcher after any parens are stripped.
 
 AST_MATCHER_P_OVERLOAD (Expr, ignoringParens, internal::Matcher< Expr >, InnerMatcher, 1)
 Overload ignoringParens for Expr.
 
 AST_MATCHER (Expr, isInstantiationDependent)
 Matches expressions that are instantiation-dependent even if it is neither type- nor value-dependent.
 
 AST_MATCHER (Expr, isTypeDependent)
 Matches expressions that are type-dependent because the template type is not yet instantiated.
 
 AST_MATCHER (Expr, isValueDependent)
 Matches expression that are value-dependent because they contain a non-type template parameter.
 
 AST_POLYMORPHIC_MATCHER_P2 (hasTemplateArgument, AST_POLYMORPHIC_SUPPORTED_TYPES(ClassTemplateSpecializationDecl, TemplateSpecializationType, FunctionDecl), unsigned, N, internal::Matcher< TemplateArgument >, InnerMatcher)
 Matches classTemplateSpecializations, templateSpecializationType and functionDecl where the n'th TemplateArgument matches the given InnerMatcher.
 
 AST_POLYMORPHIC_MATCHER_P (templateArgumentCountIs, AST_POLYMORPHIC_SUPPORTED_TYPES(ClassTemplateSpecializationDecl, TemplateSpecializationType), unsigned, N)
 Matches if the number of template arguments equals N.
 
 AST_MATCHER_P (TemplateArgument, refersToType, internal::Matcher< QualType >, InnerMatcher)
 Matches a TemplateArgument that refers to a certain type.
 
 AST_MATCHER_P (TemplateArgument, refersToTemplate, internal::Matcher< TemplateName >, InnerMatcher)
 Matches a TemplateArgument that refers to a certain template.
 
 AST_MATCHER_P (TemplateArgument, refersToDeclaration, internal::Matcher< Decl >, InnerMatcher)
 Matches a canonical TemplateArgument that refers to a certain declaration.
 
 AST_MATCHER_P (TemplateArgument, isExpr, internal::Matcher< Expr >, InnerMatcher)
 Matches a sugar TemplateArgument that refers to a certain expression.
 
 AST_MATCHER (TemplateArgument, isIntegral)
 Matches a TemplateArgument that is an integral value.
 
 AST_MATCHER_P (TemplateArgument, refersToIntegralType, internal::Matcher< QualType >, InnerMatcher)
 Matches a TemplateArgument that refers to an integral type.
 
 AST_MATCHER_P (TemplateArgument, equalsIntegralValue, std::string, Value)
 Matches a TemplateArgument of integral type with a given value.
 
 AST_MATCHER (CallExpr, usesADL)
 Matches call expressions which were resolved using ADL.
 
 AST_MATCHER_P (InitListExpr, hasSyntacticForm, internal::Matcher< Expr >, InnerMatcher)
 Matches the syntactic form of init list expressions (if expression have it).
 
 AST_MATCHER_P (ForStmt, hasIncrement, internal::Matcher< Stmt >, InnerMatcher)
 Matches the increment statement of a for loop.
 
 AST_MATCHER_P (ForStmt, hasLoopInit, internal::Matcher< Stmt >, InnerMatcher)
 Matches the initialization statement of a for loop.
 
 AST_MATCHER_P (CXXForRangeStmt, hasLoopVariable, internal::Matcher< VarDecl >, InnerMatcher)
 Matches the initialization statement of a for loop.
 
 AST_MATCHER_P (CXXForRangeStmt, hasRangeInit, internal::Matcher< Expr >, InnerMatcher)
 Matches the range initialization statement of a for loop.
 
 AST_MATCHER_P (DesignatedInitExpr, designatorCountIs, unsigned, N)
 Matches designated initializer expressions that contain a specific number of designators.
 
template<typename T , typename... U>
auto mapAnyOf (internal::VariadicDynCastAllOfMatcher< T, U > const &...)
 Matches any of the NodeMatchers with InnerMatchers nested within.
 
 AST_MATCHER_P (UnaryExprOrTypeTraitExpr, hasArgumentOfType, internal::Matcher< QualType >, InnerMatcher)
 Matches unary expressions that have a specific type of argument.
 
 AST_MATCHER_P (UnaryExprOrTypeTraitExpr, ofKind, UnaryExprOrTypeTrait, Kind)
 Matches unary expressions of a certain kind.
 
internal::BindableMatcher< StmtalignOfExpr (const internal::Matcher< UnaryExprOrTypeTraitExpr > &InnerMatcher)
 Same as unaryExprOrTypeTraitExpr, but only matching alignof.
 
internal::BindableMatcher< StmtsizeOfExpr (const internal::Matcher< UnaryExprOrTypeTraitExpr > &InnerMatcher)
 Same as unaryExprOrTypeTraitExpr, but only matching sizeof.
 
internal::Matcher< NamedDeclhasName (StringRef Name)
 Matches NamedDecl nodes that have the specified name.
 
 AST_MATCHER_REGEX (NamedDecl, matchesName, RegExp)
 Matches NamedDecl nodes whose fully qualified names contain a substring matched by the given RegExp.
 
internal::PolymorphicMatcher< internal::HasOverloadedOperatorNameMatcher, AST_POLYMORPHIC_SUPPORTED_TYPES(CXXOperatorCallExpr, FunctionDecl), std::vector< std::string > > hasOverloadedOperatorName (StringRef Name)
 Matches overloaded operator names.
 
 AST_MATCHER_P (CXXDependentScopeMemberExpr, hasMemberName, std::string, N)
 Matches template-dependent, but known, member names.
 
 AST_MATCHER_P (CXXDependentScopeMemberExpr, memberHasSameNameAsBoundNode, std::string, BindingID)
 Matches template-dependent, but known, member names against an already-bound node.
 
 AST_POLYMORPHIC_MATCHER_P (isDerivedFrom, AST_POLYMORPHIC_SUPPORTED_TYPES(CXXRecordDecl, ObjCInterfaceDecl), internal::Matcher< NamedDecl >, Base)
 Matches C++ classes that are directly or indirectly derived from a class matching Base, or Objective-C classes that directly or indirectly subclass a class matching Base.
 
 AST_POLYMORPHIC_MATCHER_P_OVERLOAD (isDerivedFrom, AST_POLYMORPHIC_SUPPORTED_TYPES(CXXRecordDecl, ObjCInterfaceDecl), std::string, BaseName, 1)
 Overloaded method as shortcut for isDerivedFrom(hasName(...)).
 
 AST_MATCHER_P (CXXRecordDecl, hasAnyBase, internal::Matcher< CXXBaseSpecifier >, BaseSpecMatcher)
 Matches C++ classes that have a direct or indirect base matching BaseSpecMatcher.
 
 AST_MATCHER_P (CXXRecordDecl, hasDirectBase, internal::Matcher< CXXBaseSpecifier >, BaseSpecMatcher)
 Matches C++ classes that have a direct base matching BaseSpecMatcher.
 
 AST_POLYMORPHIC_MATCHER_P_OVERLOAD (isSameOrDerivedFrom, AST_POLYMORPHIC_SUPPORTED_TYPES(CXXRecordDecl, ObjCInterfaceDecl), internal::Matcher< NamedDecl >, Base, 0)
 Similar to isDerivedFrom(), but also matches classes that directly match Base.
 
 AST_POLYMORPHIC_MATCHER_P_OVERLOAD (isSameOrDerivedFrom, AST_POLYMORPHIC_SUPPORTED_TYPES(CXXRecordDecl, ObjCInterfaceDecl), std::string, BaseName, 1)
 Overloaded method as shortcut for isSameOrDerivedFrom(hasName(...)).
 
 AST_POLYMORPHIC_MATCHER_P_OVERLOAD (isDirectlyDerivedFrom, AST_POLYMORPHIC_SUPPORTED_TYPES(CXXRecordDecl, ObjCInterfaceDecl), internal::Matcher< NamedDecl >, Base, 0)
 Matches C++ or Objective-C classes that are directly derived from a class matching Base.
 
 AST_POLYMORPHIC_MATCHER_P_OVERLOAD (isDirectlyDerivedFrom, AST_POLYMORPHIC_SUPPORTED_TYPES(CXXRecordDecl, ObjCInterfaceDecl), std::string, BaseName, 1)
 Overloaded method as shortcut for isDirectlyDerivedFrom(hasName(...)).
 
 AST_MATCHER_P (CXXRecordDecl, hasMethod, internal::Matcher< CXXMethodDecl >, InnerMatcher)
 Matches the first method of a class or struct that satisfies InnerMatcher.
 
 AST_MATCHER (CXXRecordDecl, isLambda)
 Matches the generated class of lambda expressions.
 
template<typename T >
internal::Matcher< T > findAll (const internal::Matcher< T > &Matcher)
 Matches if the node or any descendant matches.
 
internal::PolymorphicMatcher< internal::HasDeclarationMatcher, void(internal::HasDeclarationSupportedTypes), internal::Matcher< Decl > > hasDeclaration (const internal::Matcher< Decl > &InnerMatcher)
 Matches a node if the declaration associated with that node matches the given matcher.
 
 AST_MATCHER_P (NamedDecl, hasUnderlyingDecl, internal::Matcher< NamedDecl >, InnerMatcher)
 Matches a NamedDecl whose underlying declaration matches the given matcher.
 
 AST_MATCHER_P (CXXMemberCallExpr, on, internal::Matcher< Expr >, InnerMatcher)
 Matches on the implicit object argument of a member call expression, after stripping off any parentheses or implicit casts.
 
 AST_MATCHER_P (ObjCMessageExpr, hasReceiverType, internal::Matcher< QualType >, InnerMatcher)
 Matches on the receiver of an ObjectiveC Message expression.
 
 AST_MATCHER (ObjCMethodDecl, isClassMethod)
 Returns true when the Objective-C method declaration is a class method.
 
 AST_MATCHER (ObjCMethodDecl, isInstanceMethod)
 Returns true when the Objective-C method declaration is an instance method.
 
 AST_MATCHER (ObjCMessageExpr, isClassMessage)
 Returns true when the Objective-C message is sent to a class.
 
 AST_MATCHER (ObjCMessageExpr, isInstanceMessage)
 Returns true when the Objective-C message is sent to an instance.
 
 AST_MATCHER_P (ObjCMessageExpr, hasReceiver, internal::Matcher< Expr >, InnerMatcher)
 Matches if the Objective-C message is sent to an instance, and the inner matcher matches on that instance.
 
 AST_MATCHER_P (ObjCMessageExpr, hasSelector, std::string, BaseName)
 Matches when BaseName == Selector.getAsString()
 
 AST_MATCHER_REGEX (ObjCMessageExpr, matchesSelector, RegExp)
 Matches ObjC selectors whose name contains a substring matched by the given RegExp.
 
 AST_MATCHER (ObjCMessageExpr, hasNullSelector)
 Matches when the selector is the empty selector.
 
 AST_MATCHER (ObjCMessageExpr, hasUnarySelector)
 Matches when the selector is a Unary Selector.
 
 AST_MATCHER (ObjCMessageExpr, hasKeywordSelector)
 Matches when the selector is a keyword selector.
 
 AST_MATCHER_P (ObjCMessageExpr, numSelectorArgs, unsigned, N)
 Matches when the selector has the specified number of arguments.
 
 AST_POLYMORPHIC_MATCHER_P_OVERLOAD (callee, AST_POLYMORPHIC_SUPPORTED_TYPES(CallExpr, CXXFoldExpr), internal::Matcher< Stmt >, InnerMatcher, 0)
 Matches if the call or fold expression's callee expression matches.
 
 AST_POLYMORPHIC_MATCHER_P_OVERLOAD (callee, AST_POLYMORPHIC_SUPPORTED_TYPES(ObjCMessageExpr, CallExpr), internal::Matcher< Decl >, InnerMatcher, 1)
 Matches 1) if the call expression's callee's declaration matches the given matcher; or 2) if the Obj-C message expression's callee's method declaration matches the given matcher.
 
 AST_POLYMORPHIC_MATCHER_P_OVERLOAD (hasType, AST_POLYMORPHIC_SUPPORTED_TYPES(Expr, FriendDecl, TypedefNameDecl, ValueDecl, CXXBaseSpecifier), internal::Matcher< QualType >, InnerMatcher, 0)
 Matches if the expression's or declaration's type matches a type matcher.
 
 AST_POLYMORPHIC_MATCHER_P_OVERLOAD (hasType, AST_POLYMORPHIC_SUPPORTED_TYPES(Expr, FriendDecl, ValueDecl, CXXBaseSpecifier), internal::Matcher< Decl >, InnerMatcher, 1)
 Overloaded to match the declaration of the expression's or value declaration's type.
 
 AST_POLYMORPHIC_MATCHER_P (hasTypeLoc, AST_POLYMORPHIC_SUPPORTED_TYPES(BlockDecl, CXXBaseSpecifier, CXXCtorInitializer, CXXFunctionalCastExpr, CXXNewExpr, CXXTemporaryObjectExpr, CXXUnresolvedConstructExpr, ClassTemplateSpecializationDecl, CompoundLiteralExpr, DeclaratorDecl, ExplicitCastExpr, ObjCPropertyDecl, TemplateArgumentLoc, TypedefNameDecl), internal::Matcher< TypeLoc >, Inner)
 Matches if the type location of a node matches the inner matcher.
 
 AST_MATCHER_P (QualType, asString, std::string, Name)
 Matches if the matched type is represented by the given string.
 
 AST_MATCHER_P (QualType, pointsTo, internal::Matcher< QualType >, InnerMatcher)
 Matches if the matched type is a pointer type and the pointee type matches the specified matcher.
 
 AST_MATCHER_P_OVERLOAD (QualType, pointsTo, internal::Matcher< Decl >, InnerMatcher, 1)
 Overloaded to match the pointee type's declaration.
 
 AST_MATCHER_P (Type, hasUnqualifiedDesugaredType, internal::Matcher< Type >, InnerMatcher)
 Matches if the matched type matches the unqualified desugared type of the matched node.
 
 AST_MATCHER_P (QualType, references, internal::Matcher< QualType >, InnerMatcher)
 Matches if the matched type is a reference type and the referenced type matches the specified matcher.
 
 AST_MATCHER_P (QualType, hasCanonicalType, internal::Matcher< QualType >, InnerMatcher)
 Matches QualTypes whose canonical type matches InnerMatcher.
 
 AST_MATCHER_P_OVERLOAD (QualType, references, internal::Matcher< Decl >, InnerMatcher, 1)
 Overloaded to match the referenced type's declaration.
 
 AST_MATCHER_P (CXXMemberCallExpr, onImplicitObjectArgument, internal::Matcher< Expr >, InnerMatcher)
 Matches on the implicit object argument of a member call expression.
 
 AST_MATCHER_P_OVERLOAD (CXXMemberCallExpr, thisPointerType, internal::Matcher< QualType >, InnerMatcher, 0)
 Matches if the type of the expression's implicit object argument either matches the InnerMatcher, or is a pointer to a type that matches the InnerMatcher.
 
 AST_MATCHER_P_OVERLOAD (CXXMemberCallExpr, thisPointerType, internal::Matcher< Decl >, InnerMatcher, 1)
 Overloaded to match the type's declaration.
 
 AST_MATCHER_P (DeclRefExpr, to, internal::Matcher< Decl >, InnerMatcher)
 Matches a DeclRefExpr that refers to a declaration that matches the specified matcher.
 
 AST_POLYMORPHIC_MATCHER_P (throughUsingDecl, AST_POLYMORPHIC_SUPPORTED_TYPES(DeclRefExpr, UsingType), internal::Matcher< UsingShadowDecl >, Inner)
 Matches if a node refers to a declaration through a specific using shadow declaration.
 
 AST_MATCHER_P (OverloadExpr, hasAnyDeclaration, internal::Matcher< Decl >, InnerMatcher)
 Matches an OverloadExpr if any of the declarations in the set of overloads matches the given matcher.
 
 AST_MATCHER_P (DeclStmt, hasSingleDecl, internal::Matcher< Decl >, InnerMatcher)
 Matches the Decl of a DeclStmt which has a single declaration.
 
 AST_MATCHER_P (VarDecl, hasInitializer, internal::Matcher< Expr >, InnerMatcher)
 Matches a variable declaration that has an initializer expression that matches the given matcher.
 
 AST_MATCHER (VarDecl, isInitCapture)
 Matches a variable serving as the implicit variable for a lambda init- capture.
 
 AST_MATCHER_P (LambdaExpr, forEachLambdaCapture, internal::Matcher< LambdaCapture >, InnerMatcher)
 Matches each lambda capture in a lambda expression.
 
 AST_MATCHER (VarDecl, isStaticLocal)
 Matches a static variable with local scope.
 
 AST_MATCHER (VarDecl, hasLocalStorage)
 Matches a variable declaration that has function scope and is a non-static local variable.
 
 AST_MATCHER (VarDecl, hasGlobalStorage)
 Matches a variable declaration that does not have local storage.
 
 AST_MATCHER (VarDecl, hasAutomaticStorageDuration)
 Matches a variable declaration that has automatic storage duration.
 
 AST_MATCHER (VarDecl, hasStaticStorageDuration)
 Matches a variable declaration that has static storage duration.
 
 AST_MATCHER (VarDecl, hasThreadStorageDuration)
 Matches a variable declaration that has thread storage duration.
 
 AST_MATCHER (VarDecl, isExceptionVariable)
 Matches a variable declaration that is an exception variable from a C++ catch block, or an Objective-C @catch statement.
 
 AST_POLYMORPHIC_MATCHER_P (argumentCountIs, AST_POLYMORPHIC_SUPPORTED_TYPES(CallExpr, CXXConstructExpr, CXXUnresolvedConstructExpr, ObjCMessageExpr), unsigned, N)
 Checks that a call expression or a constructor call expression has a specific number of arguments (including absent default arguments).
 
 AST_POLYMORPHIC_MATCHER_P (argumentCountAtLeast, AST_POLYMORPHIC_SUPPORTED_TYPES(CallExpr, CXXConstructExpr, CXXUnresolvedConstructExpr, ObjCMessageExpr), unsigned, N)
 Checks that a call expression or a constructor call expression has at least the specified number of arguments (including absent default arguments).
 
 AST_POLYMORPHIC_MATCHER_P2 (hasArgument, AST_POLYMORPHIC_SUPPORTED_TYPES(CallExpr, CXXConstructExpr, CXXUnresolvedConstructExpr, ObjCMessageExpr), unsigned, N, internal::Matcher< Expr >, InnerMatcher)
 Matches the n'th argument of a call expression or a constructor call expression.
 
 AST_MATCHER_P (CXXFoldExpr, hasFoldInit, internal::Matcher< Expr >, InnerMacher)
 Matches the operand that does not contain the parameter pack.
 
 AST_MATCHER_P (CXXFoldExpr, hasPattern, internal::Matcher< Expr >, InnerMacher)
 Matches the operand that contains the parameter pack.
 
 AST_MATCHER (CXXFoldExpr, isRightFold)
 Matches right-folding fold expressions.
 
 AST_MATCHER (CXXFoldExpr, isLeftFold)
 Matches left-folding fold expressions.
 
 AST_MATCHER (CXXFoldExpr, isUnaryFold)
 Matches unary fold expressions, i.e.
 
 AST_MATCHER (CXXFoldExpr, isBinaryFold)
 Matches binary fold expressions, i.e.
 
 AST_MATCHER_P2 (InitListExpr, hasInit, unsigned, N, internal::Matcher< Expr >, InnerMatcher)
 Matches the n'th item of an initializer list expression.
 
 AST_MATCHER_P (DeclStmt, declCountIs, unsigned, N)
 Matches declaration statements that contain a specific number of declarations.
 
 AST_MATCHER_P2 (DeclStmt, containsDeclaration, unsigned, N, internal::Matcher< Decl >, InnerMatcher)
 Matches the n'th declaration of a declaration statement.
 
 AST_MATCHER (CXXCatchStmt, isCatchAll)
 Matches a C++ catch statement that has a catch-all handler.
 
 AST_MATCHER_P (CXXConstructorDecl, hasAnyConstructorInitializer, internal::Matcher< CXXCtorInitializer >, InnerMatcher)
 Matches a constructor initializer.
 
 AST_MATCHER_P (CXXCtorInitializer, forField, internal::Matcher< FieldDecl >, InnerMatcher)
 Matches the field declaration of a constructor initializer.
 
 AST_MATCHER_P (CXXCtorInitializer, withInitializer, internal::Matcher< Expr >, InnerMatcher)
 Matches the initializer expression of a constructor initializer.
 
 AST_MATCHER (CXXCtorInitializer, isWritten)
 Matches a constructor initializer if it is explicitly written in code (as opposed to implicitly added by the compiler).
 
 AST_MATCHER (CXXCtorInitializer, isBaseInitializer)
 Matches a constructor initializer if it is initializing a base, as opposed to a member.
 
 AST_MATCHER (CXXCtorInitializer, isMemberInitializer)
 Matches a constructor initializer if it is initializing a member, as opposed to a base.
 
 AST_POLYMORPHIC_MATCHER_P (hasAnyArgument, AST_POLYMORPHIC_SUPPORTED_TYPES(CallExpr, CXXConstructExpr, CXXUnresolvedConstructExpr, ObjCMessageExpr), internal::Matcher< Expr >, InnerMatcher)
 Matches any argument of a call expression or a constructor call expression, or an ObjC-message-send expression.
 
 AST_MATCHER_P (LambdaExpr, hasAnyCapture, internal::Matcher< LambdaCapture >, InnerMatcher)
 Matches any capture in a lambda expression.
 
 AST_MATCHER_P (LambdaCapture, capturesVar, internal::Matcher< ValueDecl >, InnerMatcher)
 Matches a LambdaCapture that refers to the specified VarDecl.
 
 AST_MATCHER (LambdaCapture, capturesThis)
 Matches a LambdaCapture that refers to 'this'.
 
 AST_MATCHER (CXXConstructExpr, isListInitialization)
 Matches a constructor call expression which uses list initialization.
 
 AST_MATCHER (CXXConstructExpr, requiresZeroInitialization)
 Matches a constructor call expression which requires zero initialization.
 
 AST_POLYMORPHIC_MATCHER_P2 (hasParameter, AST_POLYMORPHIC_SUPPORTED_TYPES(FunctionDecl, ObjCMethodDecl, BlockDecl), unsigned, N, internal::Matcher< ParmVarDecl >, InnerMatcher)
 Matches the n'th parameter of a function or an ObjC method declaration or a block.
 
 AST_MATCHER (CXXMethodDecl, isExplicitObjectMemberFunction)
 Matches if the given method declaration declares a member function with an explicit object parameter.
 
 AST_POLYMORPHIC_MATCHER_P2 (forEachArgumentWithParam, AST_POLYMORPHIC_SUPPORTED_TYPES(CallExpr, CXXConstructExpr), internal::Matcher< Expr >, ArgMatcher, internal::Matcher< ParmVarDecl >, ParamMatcher)
 Matches all arguments and their respective ParmVarDecl.
 
 AST_POLYMORPHIC_MATCHER_P2 (forEachArgumentWithParamType, AST_POLYMORPHIC_SUPPORTED_TYPES(CallExpr, CXXConstructExpr), internal::Matcher< Expr >, ArgMatcher, internal::Matcher< QualType >, ParamMatcher)
 Matches all arguments and their respective types for a CallExpr or CXXConstructExpr.
 
 AST_MATCHER_P (ParmVarDecl, isAtPosition, unsigned, N)
 Matches the ParmVarDecl nodes that are at the N'th position in the parameter list.
 
 AST_POLYMORPHIC_MATCHER_P (hasAnyParameter, AST_POLYMORPHIC_SUPPORTED_TYPES(FunctionDecl, ObjCMethodDecl, BlockDecl), internal::Matcher< ParmVarDecl >, InnerMatcher)
 Matches any parameter of a function or an ObjC method declaration or a block.
 
 AST_POLYMORPHIC_MATCHER_P (parameterCountIs, AST_POLYMORPHIC_SUPPORTED_TYPES(FunctionDecl, FunctionProtoType), unsigned, N)
 Matches FunctionDecls and FunctionProtoTypes that have a specific parameter count.
 
 AST_POLYMORPHIC_MATCHER_P (forEachTemplateArgument, AST_POLYMORPHIC_SUPPORTED_TYPES(ClassTemplateSpecializationDecl, TemplateSpecializationType, FunctionDecl), internal::Matcher< TemplateArgument >, InnerMatcher)
 Matches classTemplateSpecialization, templateSpecializationType and functionDecl nodes where the template argument matches the inner matcher.
 
 AST_MATCHER (FunctionDecl, isNoReturn)
 Matches FunctionDecls that have a noreturn attribute.
 
 AST_MATCHER_P (FunctionDecl, returns, internal::Matcher< QualType >, InnerMatcher)
 Matches the return type of a function declaration.
 
 AST_POLYMORPHIC_MATCHER (isExternC, AST_POLYMORPHIC_SUPPORTED_TYPES(FunctionDecl, VarDecl))
 Matches extern "C" function or variable declarations.
 
 AST_POLYMORPHIC_MATCHER (isStaticStorageClass, AST_POLYMORPHIC_SUPPORTED_TYPES(FunctionDecl, VarDecl))
 Matches variable/function declarations that have "static" storage class specifier ("static" keyword) written in the source.
 
 AST_MATCHER (FunctionDecl, isDeleted)
 Matches deleted function declarations.
 
 AST_MATCHER (FunctionDecl, isDefaulted)
 Matches defaulted function declarations.
 
 AST_MATCHER (FunctionDecl, isWeak)
 Matches weak function declarations.
 
 AST_POLYMORPHIC_MATCHER (hasDynamicExceptionSpec, AST_POLYMORPHIC_SUPPORTED_TYPES(FunctionDecl, FunctionProtoType))
 Matches functions that have a dynamic exception specification.
 
 AST_POLYMORPHIC_MATCHER (isNoThrow, AST_POLYMORPHIC_SUPPORTED_TYPES(FunctionDecl, FunctionProtoType))
 Matches functions that have a non-throwing exception specification.
 
 AST_POLYMORPHIC_MATCHER (isConsteval, AST_POLYMORPHIC_SUPPORTED_TYPES(FunctionDecl, IfStmt))
 Matches consteval function declarations and if consteval/if ! consteval statements.
 
 AST_POLYMORPHIC_MATCHER (isConstexpr, AST_POLYMORPHIC_SUPPORTED_TYPES(VarDecl, FunctionDecl, IfStmt))
 Matches constexpr variable and function declarations, and if constexpr.
 
 AST_MATCHER (VarDecl, isConstinit)
 Matches constinit variable declarations.
 
 AST_POLYMORPHIC_MATCHER_P (hasInitStatement, AST_POLYMORPHIC_SUPPORTED_TYPES(IfStmt, SwitchStmt, CXXForRangeStmt), internal::Matcher< Stmt >, InnerMatcher)
 Matches selection statements with initializer.
 
 AST_POLYMORPHIC_MATCHER_P (hasCondition, AST_POLYMORPHIC_SUPPORTED_TYPES(IfStmt, ForStmt, WhileStmt, DoStmt, SwitchStmt, AbstractConditionalOperator), internal::Matcher< Expr >, InnerMatcher)
 Matches the condition expression of an if statement, for loop, switch statement or conditional operator.
 
 AST_MATCHER_P (IfStmt, hasThen, internal::Matcher< Stmt >, InnerMatcher)
 Matches the then-statement of an if statement.
 
 AST_MATCHER_P (IfStmt, hasElse, internal::Matcher< Stmt >, InnerMatcher)
 Matches the else-statement of an if statement.
 
 AST_POLYMORPHIC_MATCHER_P (equalsBoundNode, AST_POLYMORPHIC_SUPPORTED_TYPES(Stmt, Decl, Type, QualType), std::string, ID)
 Matches if a node equals a previously bound node.
 
 AST_MATCHER_P (IfStmt, hasConditionVariableStatement, internal::Matcher< DeclStmt >, InnerMatcher)
 Matches the condition variable statement in an if statement.
 
 AST_MATCHER_P (ArraySubscriptExpr, hasIndex, internal::Matcher< Expr >, InnerMatcher)
 Matches the index expression of an array subscript expression.
 
 AST_MATCHER_P (ArraySubscriptExpr, hasBase, internal::Matcher< Expr >, InnerMatcher)
 Matches the base expression of an array subscript expression.
 
 AST_POLYMORPHIC_MATCHER_P (hasBody, AST_POLYMORPHIC_SUPPORTED_TYPES(DoStmt, ForStmt, WhileStmt, CXXForRangeStmt, FunctionDecl, CoroutineBodyStmt), internal::Matcher< Stmt >, InnerMatcher)
 Matches a 'for', 'while', 'while' statement or a function or coroutine definition that has a given body.
 
 AST_MATCHER_P (FunctionDecl, hasAnyBody, internal::Matcher< Stmt >, InnerMatcher)
 Matches a function declaration that has a given body present in the AST.
 
 AST_POLYMORPHIC_MATCHER_P (hasAnySubstatement, AST_POLYMORPHIC_SUPPORTED_TYPES(CompoundStmt, StmtExpr), internal::Matcher< Stmt >, InnerMatcher)
 Matches compound statements where at least one substatement matches a given matcher.
 
 AST_MATCHER_P (CompoundStmt, statementCountIs, unsigned, N)
 Checks that a compound statement contains a specific number of child statements.
 
template<typename ValueT >
internal::PolymorphicMatcher< internal::ValueEqualsMatcher, void(internal::AllNodeBaseTypes), ValueT > equals (const ValueT &Value)
 Matches literals that are equal to the given value of type ValueT.
 
 AST_POLYMORPHIC_MATCHER_P_OVERLOAD (equals, AST_POLYMORPHIC_SUPPORTED_TYPES(CharacterLiteral, CXXBoolLiteralExpr, IntegerLiteral), bool, Value, 0)
 
 AST_POLYMORPHIC_MATCHER_P_OVERLOAD (equals, AST_POLYMORPHIC_SUPPORTED_TYPES(CharacterLiteral, CXXBoolLiteralExpr, IntegerLiteral), unsigned, Value, 1)
 
 AST_POLYMORPHIC_MATCHER_P_OVERLOAD (equals, AST_POLYMORPHIC_SUPPORTED_TYPES(CharacterLiteral, CXXBoolLiteralExpr, FloatingLiteral, IntegerLiteral), double, Value, 2)
 
 AST_POLYMORPHIC_MATCHER_P (hasOperatorName, AST_POLYMORPHIC_SUPPORTED_TYPES(BinaryOperator, CXXOperatorCallExpr, CXXRewrittenBinaryOperator, CXXFoldExpr, UnaryOperator), std::string, Name)
 Matches the operator Name of operator expressions and fold expressions (binary or unary).
 
 AST_POLYMORPHIC_MATCHER (isAssignmentOperator, AST_POLYMORPHIC_SUPPORTED_TYPES(BinaryOperator, CXXOperatorCallExpr, CXXRewrittenBinaryOperator))
 Matches all kinds of assignment operators.
 
 AST_POLYMORPHIC_MATCHER (isComparisonOperator, AST_POLYMORPHIC_SUPPORTED_TYPES(BinaryOperator, CXXOperatorCallExpr, CXXRewrittenBinaryOperator))
 Matches comparison operators.
 
 AST_POLYMORPHIC_MATCHER_P (hasLHS, AST_POLYMORPHIC_SUPPORTED_TYPES(BinaryOperator, CXXOperatorCallExpr, CXXRewrittenBinaryOperator, ArraySubscriptExpr, CXXFoldExpr), internal::Matcher< Expr >, InnerMatcher)
 Matches the left hand side of binary operator expressions.
 
 AST_POLYMORPHIC_MATCHER_P (hasRHS, AST_POLYMORPHIC_SUPPORTED_TYPES(BinaryOperator, CXXOperatorCallExpr, CXXRewrittenBinaryOperator, ArraySubscriptExpr, CXXFoldExpr), internal::Matcher< Expr >, InnerMatcher)
 Matches the right hand side of binary operator expressions.
 
 AST_POLYMORPHIC_MATCHER_P (hasEitherOperand, AST_POLYMORPHIC_SUPPORTED_TYPES(BinaryOperator, CXXOperatorCallExpr, CXXFoldExpr, CXXRewrittenBinaryOperator), internal::Matcher< Expr >, InnerMatcher)
 Matches if either the left hand side or the right hand side of a binary operator or fold expression matches.
 
 AST_POLYMORPHIC_MATCHER_P2 (hasOperands, AST_POLYMORPHIC_SUPPORTED_TYPES(BinaryOperator, CXXOperatorCallExpr, CXXFoldExpr, CXXRewrittenBinaryOperator), internal::Matcher< Expr >, Matcher1, internal::Matcher< Expr >, Matcher2)
 Matches if both matchers match with opposite sides of the binary operator or fold expression.
 
 AST_POLYMORPHIC_MATCHER_P (hasUnaryOperand, AST_POLYMORPHIC_SUPPORTED_TYPES(UnaryOperator, CXXOperatorCallExpr), internal::Matcher< Expr >, InnerMatcher)
 Matches if the operand of a unary operator matches.
 
 AST_POLYMORPHIC_MATCHER_P (hasSourceExpression, AST_POLYMORPHIC_SUPPORTED_TYPES(CastExpr, OpaqueValueExpr), internal::Matcher< Expr >, InnerMatcher)
 Matches if the cast's source expression or opaque value's source expression matches the given matcher.
 
 AST_MATCHER_P (CastExpr, hasCastKind, CastKind, Kind)
 Matches casts that has a given cast kind.
 
 AST_MATCHER_P (ExplicitCastExpr, hasDestinationType, internal::Matcher< QualType >, InnerMatcher)
 Matches casts whose destination type matches a given matcher.
 
 AST_MATCHER_P (ImplicitCastExpr, hasImplicitDestinationType, internal::Matcher< QualType >, InnerMatcher)
 Matches implicit casts whose destination type matches a given matcher.
 
 AST_MATCHER (TagDecl, isStruct)
 Matches TagDecl object that are spelled with "struct.".
 
 AST_MATCHER (TagDecl, isUnion)
 Matches TagDecl object that are spelled with "union.".
 
 AST_MATCHER (TagDecl, isClass)
 Matches TagDecl object that are spelled with "class.".
 
 AST_MATCHER (TagDecl, isEnum)
 Matches TagDecl object that are spelled with "enum.".
 
 AST_MATCHER_P (AbstractConditionalOperator, hasTrueExpression, internal::Matcher< Expr >, InnerMatcher)
 Matches the true branch expression of a conditional operator.
 
 AST_MATCHER_P (AbstractConditionalOperator, hasFalseExpression, internal::Matcher< Expr >, InnerMatcher)
 Matches the false branch expression of a conditional operator (binary or ternary).
 
 AST_POLYMORPHIC_MATCHER (isDefinition, AST_POLYMORPHIC_SUPPORTED_TYPES(TagDecl, VarDecl, ObjCMethodDecl, FunctionDecl))
 Matches if a declaration has a body attached.
 
 AST_MATCHER (FunctionDecl, isVariadic)
 Matches if a function declaration is variadic.
 
 AST_MATCHER_P (CXXMethodDecl, ofClass, internal::Matcher< CXXRecordDecl >, InnerMatcher)
 Matches the class declaration that the given method declaration belongs to.
 
 AST_MATCHER_P (CXXMethodDecl, forEachOverridden, internal::Matcher< CXXMethodDecl >, InnerMatcher)
 Matches each method overridden by the given method.
 
 AST_POLYMORPHIC_MATCHER (isVirtual, AST_POLYMORPHIC_SUPPORTED_TYPES(CXXMethodDecl, CXXBaseSpecifier))
 Matches declarations of virtual methods and C++ base specifers that specify virtual inheritance.
 
 AST_MATCHER (CXXMethodDecl, isVirtualAsWritten)
 Matches if the given method declaration has an explicit "virtual".
 
 AST_MATCHER (CXXConstructorDecl, isInheritingConstructor)
 
 AST_POLYMORPHIC_MATCHER (isFinal, AST_POLYMORPHIC_SUPPORTED_TYPES(CXXRecordDecl, CXXMethodDecl))
 Matches if the given method or class declaration is final.
 
 AST_MATCHER (CXXMethodDecl, isPure)
 Matches if the given method declaration is pure.
 
 AST_MATCHER (CXXMethodDecl, isConst)
 Matches if the given method declaration is const.
 
 AST_MATCHER (CXXMethodDecl, isCopyAssignmentOperator)
 Matches if the given method declaration declares a copy assignment operator.
 
 AST_MATCHER (CXXMethodDecl, isMoveAssignmentOperator)
 Matches if the given method declaration declares a move assignment operator.
 
 AST_MATCHER (CXXMethodDecl, isOverride)
 Matches if the given method declaration overrides another method.
 
 AST_MATCHER (CXXMethodDecl, isUserProvided)
 Matches method declarations that are user-provided.
 
 AST_POLYMORPHIC_MATCHER (isArrow, AST_POLYMORPHIC_SUPPORTED_TYPES(MemberExpr, UnresolvedMemberExpr, CXXDependentScopeMemberExpr))
 Matches member expressions that are called with '->' as opposed to '.
 
 AST_MATCHER (QualType, isInteger)
 Matches QualType nodes that are of integer type.
 
 AST_MATCHER (QualType, isUnsignedInteger)
 Matches QualType nodes that are of unsigned integer type.
 
 AST_MATCHER (QualType, isSignedInteger)
 Matches QualType nodes that are of signed integer type.
 
 AST_MATCHER (QualType, isAnyCharacter)
 Matches QualType nodes that are of character type.
 
 AST_MATCHER (QualType, isAnyPointer)
 Matches QualType nodes that are of any pointer type; this includes the Objective-C object pointer type, which is different despite being syntactically similar.
 
 AST_MATCHER (QualType, isConstQualified)
 Matches QualType nodes that are const-qualified, i.e., that include "top-level" const.
 
 AST_MATCHER (QualType, isVolatileQualified)
 Matches QualType nodes that are volatile-qualified, i.e., that include "top-level" volatile.
 
 AST_MATCHER (QualType, hasLocalQualifiers)
 Matches QualType nodes that have local CV-qualifiers attached to the node, not hidden within a typedef.
 
 AST_MATCHER_P (MemberExpr, member, internal::Matcher< ValueDecl >, InnerMatcher)
 Matches a member expression where the member is matched by a given matcher.
 
 AST_POLYMORPHIC_MATCHER_P (hasObjectExpression, AST_POLYMORPHIC_SUPPORTED_TYPES(MemberExpr, UnresolvedMemberExpr, CXXDependentScopeMemberExpr), internal::Matcher< Expr >, InnerMatcher)
 Matches a member expression where the object expression is matched by a given matcher.
 
 AST_MATCHER_P (BaseUsingDecl, hasAnyUsingShadowDecl, internal::Matcher< UsingShadowDecl >, InnerMatcher)
 Matches any using shadow declaration.
 
 AST_MATCHER_P (UsingShadowDecl, hasTargetDecl, internal::Matcher< NamedDecl >, InnerMatcher)
 Matches a using shadow declaration where the target declaration is matched by the given matcher.
 
 AST_POLYMORPHIC_MATCHER (isTemplateInstantiation, AST_POLYMORPHIC_SUPPORTED_TYPES(FunctionDecl, VarDecl, CXXRecordDecl))
 Matches template instantiations of function, class, or static member variable template instantiations.
 
 AST_MATCHER_FUNCTION (internal::Matcher< Decl >, isInstantiated)
 Matches declarations that are template instantiations or are inside template instantiations.
 
 AST_MATCHER_FUNCTION (internal::Matcher< Stmt >, isInTemplateInstantiation)
 Matches statements inside of a template instantiation.
 
 AST_POLYMORPHIC_MATCHER (isExplicitTemplateSpecialization, AST_POLYMORPHIC_SUPPORTED_TYPES(FunctionDecl, VarDecl, CXXRecordDecl))
 Matches explicit template specializations of function, class, or static member variable template instantiations.
 
 AST_MATCHER_FUNCTION_P_OVERLOAD (internal::BindableMatcher< TypeLoc >, loc, internal::Matcher< QualType >, InnerMatcher, 0)
 Matches TypeLocs for which the given inner QualType-matcher matches.
 
 AST_MATCHER_P (QualifiedTypeLoc, hasUnqualifiedLoc, internal::Matcher< TypeLoc >, InnerMatcher)
 Matches QualifiedTypeLocs that have an unqualified TypeLoc matching InnerMatcher.
 
 AST_MATCHER_P (FunctionDecl, hasReturnTypeLoc, internal::Matcher< TypeLoc >, ReturnMatcher)
 Matches a function declared with the specified return TypeLoc.
 
 AST_MATCHER_P (PointerTypeLoc, hasPointeeLoc, internal::Matcher< TypeLoc >, PointeeMatcher)
 Matches pointer TypeLocs that have a pointee TypeLoc matching PointeeMatcher.
 
 AST_MATCHER_P (ReferenceTypeLoc, hasReferentLoc, internal::Matcher< TypeLoc >, ReferentMatcher)
 Matches reference TypeLocs that have a referent TypeLoc matching ReferentMatcher.
 
 AST_MATCHER_P (TemplateSpecializationTypeLoc, hasAnyTemplateArgumentLoc, internal::Matcher< TemplateArgumentLoc >, InnerMatcher)
 Matches template specialization TypeLocs that have at least one TemplateArgumentLoc matching the given InnerMatcher.
 
 AST_POLYMORPHIC_MATCHER_P2 (hasTemplateArgumentLoc, AST_POLYMORPHIC_SUPPORTED_TYPES(DeclRefExpr, TemplateSpecializationTypeLoc), unsigned, Index, internal::Matcher< TemplateArgumentLoc >, InnerMatcher)
 Matches template specialization TypeLocs where the n'th TemplateArgumentLoc matches the given InnerMatcher.
 
 AST_MATCHER_P (ElaboratedTypeLoc, hasNamedTypeLoc, internal::Matcher< TypeLoc >, InnerMatcher)
 Matches elaborated TypeLocs that have a named TypeLoc matching InnerMatcher.
 
 AST_MATCHER (Type, booleanType)
 Matches type bool.
 
 AST_MATCHER (Type, voidType)
 Matches type void.
 
 AST_MATCHER (Type, realFloatingPointType)
 Matches any real floating-point type (float, double, long double).
 
 AST_TYPELOC_TRAVERSE_MATCHER_DECL (hasElementType, getElement, AST_POLYMORPHIC_SUPPORTED_TYPES(ArrayType, ComplexType))
 Matches arrays and C99 complex types that have a specific element type.
 
 AST_POLYMORPHIC_MATCHER_P (hasSize, AST_POLYMORPHIC_SUPPORTED_TYPES(ConstantArrayType, StringLiteral), unsigned, N)
 Matches nodes that have the specified size.
 
 AST_MATCHER_P (VariableArrayType, hasSizeExpr, internal::Matcher< Expr >, InnerMatcher)
 Matches VariableArrayType nodes that have a specific size expression.
 
 AST_TYPELOC_TRAVERSE_MATCHER_DECL (hasValueType, getValue, AST_POLYMORPHIC_SUPPORTED_TYPES(AtomicType))
 Matches atomic types with a specific value type.
 
 AST_TYPE_TRAVERSE_MATCHER (hasDeducedType, getDeducedType, AST_POLYMORPHIC_SUPPORTED_TYPES(AutoType))
 Matches AutoType nodes where the deduced type is a specific type.
 
 AST_TYPE_TRAVERSE_MATCHER (hasUnderlyingType, getUnderlyingType, AST_POLYMORPHIC_SUPPORTED_TYPES(DecltypeType, UsingType))
 Matches DecltypeType or UsingType nodes to find the underlying type.
 
 AST_TYPE_TRAVERSE_MATCHER (innerType, getInnerType, AST_POLYMORPHIC_SUPPORTED_TYPES(ParenType))
 Matches ParenType nodes where the inner type is a specific type.
 
 AST_TYPELOC_TRAVERSE_MATCHER_DECL (pointee, getPointee, AST_POLYMORPHIC_SUPPORTED_TYPES(BlockPointerType, MemberPointerType, PointerType, ReferenceType))
 Narrows PointerType (and similar) matchers to those where the pointee matches a given matcher.
 
 AST_MATCHER_P (ElaboratedType, hasQualifier, internal::Matcher< NestedNameSpecifier >, InnerMatcher)
 Matches ElaboratedTypes whose qualifier, a NestedNameSpecifier, matches InnerMatcher if the qualifier exists.
 
 AST_MATCHER_P (ElaboratedType, namesType, internal::Matcher< QualType >, InnerMatcher)
 Matches ElaboratedTypes whose named type matches InnerMatcher.
 
 AST_TYPE_TRAVERSE_MATCHER (hasReplacementType, getReplacementType, AST_POLYMORPHIC_SUPPORTED_TYPES(SubstTemplateTypeParmType))
 Matches template type parameter substitutions that have a replacement type that matches the provided matcher.
 
 AST_MATCHER_P (DecayedType, hasDecayedType, internal::Matcher< QualType >, InnerType)
 Matches the decayed type, whoes decayed type matches InnerMatcher.
 
 AST_MATCHER_P (Decl, hasDeclContext, internal::Matcher< Decl >, InnerMatcher)
 Matches declarations whose declaration context, interpreted as a Decl, matches InnerMatcher.
 
 AST_MATCHER_FUNCTION_P_OVERLOAD (internal::BindableMatcher< NestedNameSpecifierLoc >, loc, internal::Matcher< NestedNameSpecifier >, InnerMatcher, 1)
 Matches NestedNameSpecifierLocs for which the given inner NestedNameSpecifier-matcher matches.
 
 AST_MATCHER_P (NestedNameSpecifier, specifiesType, internal::Matcher< QualType >, InnerMatcher)
 Matches nested name specifiers that specify a type matching the given QualType matcher without qualifiers.
 
 AST_MATCHER_P (NestedNameSpecifierLoc, specifiesTypeLoc, internal::Matcher< TypeLoc >, InnerMatcher)
 Matches nested name specifier locs that specify a type matching the given TypeLoc.
 
 AST_MATCHER_P_OVERLOAD (NestedNameSpecifier, hasPrefix, internal::Matcher< NestedNameSpecifier >, InnerMatcher, 0)
 Matches on the prefix of a NestedNameSpecifier.
 
 AST_MATCHER_P_OVERLOAD (NestedNameSpecifierLoc, hasPrefix, internal::Matcher< NestedNameSpecifierLoc >, InnerMatcher, 1)
 Matches on the prefix of a NestedNameSpecifierLoc.
 
 AST_MATCHER_P (NestedNameSpecifier, specifiesNamespace, internal::Matcher< NamespaceDecl >, InnerMatcher)
 Matches nested name specifiers that specify a namespace matching the given namespace matcher.
 
 AST_MATCHER_P (SwitchStmt, forEachSwitchCase, internal::Matcher< SwitchCase >, InnerMatcher)
 Matches each case or default statement belonging to the given switch statement.
 
 AST_MATCHER_P (CXXConstructorDecl, forEachConstructorInitializer, internal::Matcher< CXXCtorInitializer >, InnerMatcher)
 Matches each constructor initializer in a constructor definition.
 
 AST_MATCHER (CXXConstructorDecl, isCopyConstructor)
 Matches constructor declarations that are copy constructors.
 
 AST_MATCHER (CXXConstructorDecl, isMoveConstructor)
 Matches constructor declarations that are move constructors.
 
 AST_MATCHER (CXXConstructorDecl, isDefaultConstructor)
 Matches constructor declarations that are default constructors.
 
 AST_MATCHER (CXXConstructorDecl, isDelegatingConstructor)
 Matches constructors that delegate to another constructor.
 
 AST_POLYMORPHIC_MATCHER (isExplicit, AST_POLYMORPHIC_SUPPORTED_TYPES(CXXConstructorDecl, CXXConversionDecl, CXXDeductionGuideDecl))
 Matches constructor, conversion function, and deduction guide declarations that have an explicit specifier if this explicit specifier is resolved to true.
 
 AST_MATCHER_P (FunctionDecl, hasExplicitSpecifier, internal::Matcher< Expr >, InnerMatcher)
 Matches the expression in an explicit specifier if present in the given declaration.
 
 AST_POLYMORPHIC_MATCHER (isInline, AST_POLYMORPHIC_SUPPORTED_TYPES(NamespaceDecl, FunctionDecl, VarDecl))
 Matches functions, variables and namespace declarations that are marked with the inline keyword.
 
 AST_MATCHER (NamespaceDecl, isAnonymous)
 Matches anonymous namespace declarations.
 
 AST_MATCHER (Decl, isInStdNamespace)
 Matches declarations in the namespace std, but not in nested namespaces.
 
 AST_MATCHER (Decl, isInAnonymousNamespace)
 Matches declarations in an anonymous namespace.
 
 AST_MATCHER_P (CaseStmt, hasCaseConstant, internal::Matcher< Expr >, InnerMatcher)
 If the given case statement does not use the GNU case range extension, matches the constant given in the statement.
 
 AST_MATCHER_P (Decl, hasAttr, attr::Kind, AttrKind)
 Matches declaration that has a given attribute.
 
 AST_MATCHER_P (ReturnStmt, hasReturnValue, internal::Matcher< Expr >, InnerMatcher)
 Matches the return value expression of a return statement.
 
 AST_MATCHER_FUNCTION (internal::Matcher< Expr >, nullPointerConstant)
 Matches expressions that resolve to a null pointer constant, such as GNU's __null, C++11's nullptr, or C's NULL macro.
 
 AST_MATCHER_P (BindingDecl, forDecomposition, internal::Matcher< ValueDecl >, InnerMatcher)
 Matches the DecompositionDecl the binding belongs to.
 
 AST_MATCHER_P2 (DecompositionDecl, hasBinding, unsigned, N, internal::Matcher< BindingDecl >, InnerMatcher)
 Matches the Nth binding of a DecompositionDecl.
 
 AST_MATCHER_P (DecompositionDecl, hasAnyBinding, internal::Matcher< BindingDecl >, InnerMatcher)
 Matches any binding of a DecompositionDecl.
 
 AST_MATCHER_P (Stmt, forFunction, internal::Matcher< FunctionDecl >, InnerMatcher)
 Matches declaration of the function the statement belongs to.
 
 AST_MATCHER_P (Stmt, forCallable, internal::Matcher< Decl >, InnerMatcher)
 Matches declaration of the function, method, or block the statement belongs to.
 
 AST_MATCHER (NamedDecl, hasExternalFormalLinkage)
 Matches a declaration that has external formal linkage.
 
 AST_MATCHER (ParmVarDecl, hasDefaultArgument)
 Matches a declaration that has default arguments.
 
 AST_MATCHER (CXXNewExpr, isArray)
 Matches array new expressions.
 
 AST_MATCHER_P2 (CXXNewExpr, hasPlacementArg, unsigned, Index, internal::Matcher< Expr >, InnerMatcher)
 Matches placement new expression arguments.
 
 AST_MATCHER_P (CXXNewExpr, hasAnyPlacementArg, internal::Matcher< Expr >, InnerMatcher)
 Matches any placement new expression arguments.
 
 AST_MATCHER_P (CXXNewExpr, hasArraySize, internal::Matcher< Expr >, InnerMatcher)
 Matches array new expressions with a given array size.
 
 AST_MATCHER (CXXRecordDecl, hasDefinition)
 Matches a class declaration that is defined.
 
 AST_MATCHER (EnumDecl, isScoped)
 Matches C++11 scoped enum declaration.
 
 AST_MATCHER (FunctionDecl, hasTrailingReturn)
 Matches a function declared with a trailing return type.
 
 AST_MATCHER_P (Expr, ignoringElidableConstructorCall, internal::Matcher< Expr >, InnerMatcher)
 Matches expressions that match InnerMatcher that are possibly wrapped in an elidable constructor and other corresponding bookkeeping nodes.
 
 AST_MATCHER (OMPExecutableDirective, isStandaloneDirective)
 Matches standalone OpenMP directives, i.e., directives that can't have a structured block.
 
 AST_MATCHER_P (OMPExecutableDirective, hasStructuredBlock, internal::Matcher< Stmt >, InnerMatcher)
 Matches the structured-block of the OpenMP executable directive.
 
 AST_MATCHER_P (OMPExecutableDirective, hasAnyClause, internal::Matcher< OMPClause >, InnerMatcher)
 Matches any clause in an OpenMP directive.
 
 AST_MATCHER (OMPDefaultClause, isNoneKind)
 Matches if the OpenMP default clause has none kind specified.
 
 AST_MATCHER (OMPDefaultClause, isSharedKind)
 Matches if the OpenMP default clause has shared kind specified.
 
 AST_MATCHER (OMPDefaultClause, isPrivateKind)
 Matches if the OpenMP default clause has private kind specified.
 
 AST_MATCHER (OMPDefaultClause, isFirstPrivateKind)
 Matches if the OpenMP default clause has firstprivate kind specified.
 
 AST_MATCHER_P (OMPExecutableDirective, isAllowedToContainClauseKind, OpenMPClauseKind, CKind)
 Matches if the OpenMP directive is allowed to contain the specified OpenMP clause kind.
 
template<typename MatcherT >
SmallVector< BoundNodes, 1 > match (MatcherT Matcher, ASTContext &Context)
 Returns the results of matching Matcher on the translation unit of Context and collects the BoundNodes of all callback invocations.
 
template<typename NodeT >
const NodeT * selectFirst (StringRef BoundTo, const SmallVectorImpl< BoundNodes > &Results)
 Returns the first result of type NodeT bound to BoundTo.
 
SmallVector< BoundNodes, 1 > matchDynamic (internal::DynTypedMatcher Matcher, const DynTypedNode &Node, ASTContext &Context)
 
template<typename NodeT >
SmallVector< BoundNodes, 1 > matchDynamic (internal::DynTypedMatcher Matcher, const NodeT &Node, ASTContext &Context)
 
SmallVector< BoundNodes, 1 > matchDynamic (internal::DynTypedMatcher Matcher, ASTContext &Context)
 
internal::BindableMatcher< StmtgtestAssert (GtestCmp Cmp, StatementMatcher Left, StatementMatcher Right)
 Matcher for gtest's ASSERT comparison macros including ASSERT_EQ, ASSERT_NE, ASSERT_GE, ASSERT_GT, ASSERT_LE and ASSERT_LT.
 
internal::BindableMatcher< StmtgtestAssertThat (StatementMatcher Actual, StatementMatcher Matcher)
 Matcher for gtest's ASSERT_THAT macro.
 
internal::BindableMatcher< StmtgtestExpect (GtestCmp Cmp, StatementMatcher Left, StatementMatcher Right)
 Matcher for gtest's EXPECT comparison macros including EXPECT_EQ, EXPECT_NE, EXPECT_GE, EXPECT_GT, EXPECT_LE and EXPECT_LT.
 
internal::BindableMatcher< StmtgtestExpectThat (StatementMatcher Actual, StatementMatcher Matcher)
 Matcher for gtest's EXPECT_THAT macro.
 
internal::BindableMatcher< StmtgtestExpectCall (StatementMatcher MockObject, llvm::StringRef MockMethodName, MockArgs Args)
 Matcher for gtest's EXPECT_CALL macro.
 
internal::BindableMatcher< StmtgtestExpectCall (StatementMatcher MockCall, MockArgs Args)
 Matcher for gtest's EXPECT_CALL macro.
 
internal::BindableMatcher< StmtgtestOnCall (StatementMatcher MockObject, llvm::StringRef MockMethodName, MockArgs Args)
 Like the first gtestExpectCall overload but for ON_CALL.
 
internal::BindableMatcher< StmtgtestOnCall (StatementMatcher MockCall, MockArgs Args)
 Like the second gtestExpectCall overload but for ON_CALL.
 
static auto hasPointerType ()
 
static auto hasArrayType ()
 
 AST_MATCHER_P (Stmt, forEachDescendantEvaluatedStmt, internal::Matcher< Stmt >, innerMatcher)
 
 AST_MATCHER_P (Stmt, forEachDescendantStmt, internal::Matcher< Stmt >, innerMatcher)
 
 AST_MATCHER_P (Stmt, notInSafeBufferOptOut, const UnsafeBufferUsageHandler *, Handler)
 
 AST_MATCHER_P (Stmt, ignoreUnsafeBufferInContainer, const UnsafeBufferUsageHandler *, Handler)
 
 AST_MATCHER_P (CastExpr, castSubExpr, internal::Matcher< Expr >, innerMatcher)
 
 AST_MATCHER (UnaryOperator, isPreInc)
 
static auto isInUnspecifiedLvalueContext (internal::Matcher< Expr > innerMatcher)
 
static internal::Matcher< StmtisInUnspecifiedPointerContext (internal::Matcher< Stmt > InnerMatcher)
 
static internal::Matcher< StmtisInUnspecifiedUntypedContext (internal::Matcher< Stmt > InnerMatcher)
 
 AST_MATCHER (CXXConstructExpr, isSafeSpanTwoParamConstruct)
 
 AST_MATCHER (ArraySubscriptExpr, isSafeArraySubscript)
 
 AST_MATCHER_P (ObjCMessageExpr, hasAnySelectorMatcher, std::vector< std::string >, Matches)
 
 AST_TYPELOC_TRAVERSE_MATCHER_DEF (hasElementType, AST_POLYMORPHIC_SUPPORTED_TYPES(ArrayType, ComplexType))
 
 AST_TYPELOC_TRAVERSE_MATCHER_DEF (hasValueType, AST_POLYMORPHIC_SUPPORTED_TYPES(AtomicType))
 
 AST_TYPELOC_TRAVERSE_MATCHER_DEF (pointee, AST_POLYMORPHIC_SUPPORTED_TYPES(BlockPointerType, MemberPointerType, PointerType, ReferenceType))
 
static DeclarationMatcher getComparisonDecl (GtestCmp Cmp)
 
static llvm::StringRef getMacroTypeName (MacroType Macro)
 
static llvm::StringRef getComparisonTypeName (GtestCmp Cmp)
 
static std::string getMacroName (MacroType Macro, GtestCmp Cmp)
 
static std::string getMacroName (MacroType Macro, llvm::StringRef Operation)
 
static llvm::StringRef getSpecSetterName (MacroType Macro)
 
static internal::BindableMatcher< StmtgtestComparisonInternal (MacroType Macro, GtestCmp Cmp, StatementMatcher Left, StatementMatcher Right)
 
static internal::BindableMatcher< StmtgtestThatInternal (MacroType Macro, StatementMatcher Actual, StatementMatcher Matcher)
 
static internal::BindableMatcher< StmtgtestCallInternal (MacroType Macro, StatementMatcher MockCall, MockArgs Args)
 
static internal::BindableMatcher< StmtgtestCallInternal (MacroType Macro, StatementMatcher MockObject, llvm::StringRef MockMethodName, MockArgs Args)
 
 AST_MATCHER_P (StringLiteral, mentionsBoundType, std::string, BindingID)
 
 AST_MATCHER_P_OVERLOAD (Decl, equalsNode, const Decl *, Other, 0)
 Overloads for the equalsNode matcher.
 
 AST_MATCHER_P_OVERLOAD (Stmt, equalsNode, const Stmt *, Other, 1)
 Matches if a node equals another node.
 
 AST_MATCHER_P_OVERLOAD (Type, equalsNode, const Type *, Other, 2)
 Matches if a node equals another node.
 
template<typename MatcherT , typename NodeT >
SmallVector< BoundNodes, 1 > match (MatcherT Matcher, const NodeT &Node, ASTContext &Context)
 Returns the results of matching Matcher on Node.
 
template<typename MatcherT >
SmallVector< BoundNodes, 1 > match (MatcherT Matcher, const DynTypedNode &Node, ASTContext &Context)
 

Variables

const internal::VariadicDynCastAllOfMatcher< Decl, TranslationUnitDecltranslationUnitDecl
 Matches the top declaration context.
 
const internal::VariadicDynCastAllOfMatcher< Decl, TypedefDecltypedefDecl
 Matches typedef declarations.
 
const internal::VariadicDynCastAllOfMatcher< Decl, TypedefNameDecltypedefNameDecl
 Matches typedef name declarations.
 
const internal::VariadicDynCastAllOfMatcher< Decl, TypeAliasDecltypeAliasDecl
 Matches type alias declarations.
 
const internal::VariadicDynCastAllOfMatcher< Decl, TypeAliasTemplateDecltypeAliasTemplateDecl
 Matches type alias template declarations.
 
const internal::VariadicAllOfMatcher< Decldecl
 Matches declarations.
 
const internal::VariadicDynCastAllOfMatcher< Decl, DecompositionDecldecompositionDecl
 Matches decomposition-declarations.
 
const internal::VariadicDynCastAllOfMatcher< Decl, BindingDeclbindingDecl
 Matches binding declarations Example matches foo and bar (matcher = bindingDecl()
 
const internal::VariadicDynCastAllOfMatcher< Decl, LinkageSpecDecllinkageSpecDecl
 Matches a declaration of a linkage specification.
 
const internal::VariadicDynCastAllOfMatcher< Decl, NamedDeclnamedDecl
 Matches a declaration of anything that could have a name.
 
const internal::VariadicDynCastAllOfMatcher< Decl, LabelDecllabelDecl
 Matches a declaration of label.
 
const internal::VariadicDynCastAllOfMatcher< Decl, NamespaceDeclnamespaceDecl
 Matches a declaration of a namespace.
 
const internal::VariadicDynCastAllOfMatcher< Decl, NamespaceAliasDeclnamespaceAliasDecl
 Matches a declaration of a namespace alias.
 
const internal::VariadicDynCastAllOfMatcher< Decl, RecordDeclrecordDecl
 Matches class, struct, and union declarations.
 
const internal::VariadicDynCastAllOfMatcher< Decl, CXXRecordDeclcxxRecordDecl
 Matches C++ class declarations.
 
const internal::VariadicDynCastAllOfMatcher< Decl, ClassTemplateDeclclassTemplateDecl
 Matches C++ class template declarations.
 
const internal::VariadicDynCastAllOfMatcher< Decl, ClassTemplateSpecializationDeclclassTemplateSpecializationDecl
 Matches C++ class template specializations.
 
const internal::VariadicDynCastAllOfMatcher< Decl, ClassTemplatePartialSpecializationDeclclassTemplatePartialSpecializationDecl
 Matches C++ class template partial specializations.
 
const internal::VariadicDynCastAllOfMatcher< Decl, DeclaratorDecldeclaratorDecl
 Matches declarator declarations (field, variable, function and non-type template parameter declarations).
 
const internal::VariadicDynCastAllOfMatcher< Decl, ParmVarDeclparmVarDecl
 Matches parameter variable declarations.
 
const internal::VariadicDynCastAllOfMatcher< Decl, AccessSpecDeclaccessSpecDecl
 Matches C++ access specifier declarations.
 
const internal::VariadicAllOfMatcher< CXXBaseSpecifiercxxBaseSpecifier
 Matches class bases.
 
const internal::VariadicAllOfMatcher< CXXCtorInitializercxxCtorInitializer
 Matches constructor initializers.
 
const internal::VariadicAllOfMatcher< TemplateArgumenttemplateArgument
 Matches template arguments.
 
const internal::VariadicAllOfMatcher< TemplateArgumentLoctemplateArgumentLoc
 Matches template arguments (with location info).
 
const internal::VariadicAllOfMatcher< TemplateNametemplateName
 Matches template name.
 
const internal::VariadicDynCastAllOfMatcher< Decl, NonTypeTemplateParmDeclnonTypeTemplateParmDecl
 Matches non-type template parameter declarations.
 
const internal::VariadicDynCastAllOfMatcher< Decl, TemplateTypeParmDecltemplateTypeParmDecl
 Matches template type parameter declarations.
 
const internal::VariadicDynCastAllOfMatcher< Decl, TemplateTemplateParmDecltemplateTemplateParmDecl
 Matches template template parameter declarations.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, ObjCAutoreleasePoolStmtautoreleasePoolStmt
 Matches an Objective-C autorelease pool statement.
 
const internal::VariadicDynCastAllOfMatcher< Decl, ValueDeclvalueDecl
 Matches any value declaration.
 
const internal::VariadicDynCastAllOfMatcher< Decl, CXXConstructorDeclcxxConstructorDecl
 Matches C++ constructor declarations.
 
const internal::VariadicDynCastAllOfMatcher< Decl, CXXDestructorDeclcxxDestructorDecl
 Matches explicit C++ destructor declarations.
 
const internal::VariadicDynCastAllOfMatcher< Decl, EnumDeclenumDecl
 Matches enum declarations.
 
const internal::VariadicDynCastAllOfMatcher< Decl, EnumConstantDeclenumConstantDecl
 Matches enum constants.
 
const internal::VariadicDynCastAllOfMatcher< Decl, TagDecltagDecl
 Matches tag declarations.
 
const internal::VariadicDynCastAllOfMatcher< Decl, CXXMethodDeclcxxMethodDecl
 Matches method declarations.
 
const internal::VariadicDynCastAllOfMatcher< Decl, CXXConversionDeclcxxConversionDecl
 Matches conversion operator declarations.
 
const internal::VariadicDynCastAllOfMatcher< Decl, CXXDeductionGuideDeclcxxDeductionGuideDecl
 Matches user-defined and implicitly generated deduction guide.
 
const internal::VariadicDynCastAllOfMatcher< Decl, ConceptDeclconceptDecl
 Matches concept declarations.
 
const internal::VariadicDynCastAllOfMatcher< Decl, VarDeclvarDecl
 Matches variable declarations.
 
const internal::VariadicDynCastAllOfMatcher< Decl, FieldDeclfieldDecl
 Matches field declarations.
 
const internal::VariadicDynCastAllOfMatcher< Decl, IndirectFieldDeclindirectFieldDecl
 Matches indirect field declarations.
 
const internal::VariadicDynCastAllOfMatcher< Decl, FunctionDeclfunctionDecl
 Matches function declarations.
 
const internal::VariadicDynCastAllOfMatcher< Decl, FunctionTemplateDeclfunctionTemplateDecl
 Matches C++ function template declarations.
 
const internal::VariadicDynCastAllOfMatcher< Decl, FriendDeclfriendDecl
 Matches friend declarations.
 
const internal::VariadicAllOfMatcher< Stmtstmt
 Matches statements.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, DeclStmtdeclStmt
 Matches declaration statements.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, MemberExprmemberExpr
 Matches member expressions.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, UnresolvedMemberExprunresolvedMemberExpr
 Matches unresolved member expressions.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, CXXDependentScopeMemberExprcxxDependentScopeMemberExpr
 Matches member expressions where the actual member referenced could not be resolved because the base expression or the member name was dependent.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, CallExprcallExpr
 Matches call expressions.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, LambdaExprlambdaExpr
 Matches lambda expressions.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, CXXMemberCallExprcxxMemberCallExpr
 Matches member call expressions.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, ObjCMessageExprobjcMessageExpr
 Matches ObjectiveC Message invocation expressions.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, ObjCStringLiteralobjcStringLiteral
 Matches ObjectiveC String literal expressions.
 
const internal::VariadicDynCastAllOfMatcher< Decl, ObjCInterfaceDeclobjcInterfaceDecl
 Matches Objective-C interface declarations.
 
const internal::VariadicDynCastAllOfMatcher< Decl, ObjCImplementationDeclobjcImplementationDecl
 Matches Objective-C implementation declarations.
 
const internal::VariadicDynCastAllOfMatcher< Decl, ObjCProtocolDeclobjcProtocolDecl
 Matches Objective-C protocol declarations.
 
const internal::VariadicDynCastAllOfMatcher< Decl, ObjCCategoryDeclobjcCategoryDecl
 Matches Objective-C category declarations.
 
const internal::VariadicDynCastAllOfMatcher< Decl, ObjCCategoryImplDeclobjcCategoryImplDecl
 Matches Objective-C category definitions.
 
const internal::VariadicDynCastAllOfMatcher< Decl, ObjCMethodDeclobjcMethodDecl
 Matches Objective-C method declarations.
 
const internal::VariadicDynCastAllOfMatcher< Decl, BlockDeclblockDecl
 Matches block declarations.
 
const internal::VariadicDynCastAllOfMatcher< Decl, ObjCIvarDeclobjcIvarDecl
 Matches Objective-C instance variable declarations.
 
const internal::VariadicDynCastAllOfMatcher< Decl, ObjCPropertyDeclobjcPropertyDecl
 Matches Objective-C property declarations.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, ObjCAtThrowStmtobjcThrowStmt
 Matches Objective-C @throw statements.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, ObjCAtTryStmtobjcTryStmt
 Matches Objective-C @try statements.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, ObjCAtCatchStmtobjcCatchStmt
 Matches Objective-C @catch statements.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, ObjCAtFinallyStmtobjcFinallyStmt
 Matches Objective-C @finally statements.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, ExprWithCleanupsexprWithCleanups
 Matches expressions that introduce cleanups to be run at the end of the sub-expression's evaluation.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, InitListExprinitListExpr
 Matches init list expressions.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, CXXStdInitializerListExprcxxStdInitializerListExpr
 Matches C++ initializer list expressions.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, ImplicitValueInitExprimplicitValueInitExpr
 Matches implicit initializers of init list expressions.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, ParenListExprparenListExpr
 Matches paren list expressions.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, SubstNonTypeTemplateParmExprsubstNonTypeTemplateParmExpr
 Matches substitutions of non-type template parameters.
 
const internal::VariadicDynCastAllOfMatcher< Decl, UsingDeclusingDecl
 Matches using declarations.
 
const internal::VariadicDynCastAllOfMatcher< Decl, UsingEnumDeclusingEnumDecl
 Matches using-enum declarations.
 
const internal::VariadicDynCastAllOfMatcher< Decl, UsingDirectiveDeclusingDirectiveDecl
 Matches using namespace declarations.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, UnresolvedLookupExprunresolvedLookupExpr
 Matches reference to a name that can be looked up during parsing but could not be resolved to a specific declaration.
 
const internal::VariadicDynCastAllOfMatcher< Decl, UnresolvedUsingValueDeclunresolvedUsingValueDecl
 Matches unresolved using value declarations.
 
const internal::VariadicDynCastAllOfMatcher< Decl, UnresolvedUsingTypenameDeclunresolvedUsingTypenameDecl
 Matches unresolved using value declarations that involve the typename.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, ConstantExprconstantExpr
 Matches a constant expression wrapper.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, ParenExprparenExpr
 Matches parentheses used in expressions.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, CXXConstructExprcxxConstructExpr
 Matches constructor call expressions (including implicit ones).
 
const internal::VariadicDynCastAllOfMatcher< Stmt, CXXUnresolvedConstructExprcxxUnresolvedConstructExpr
 Matches unresolved constructor call expressions.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, CXXThisExprcxxThisExpr
 Matches implicit and explicit this expressions.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, CXXBindTemporaryExprcxxBindTemporaryExpr
 Matches nodes where temporaries are created.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, MaterializeTemporaryExprmaterializeTemporaryExpr
 Matches nodes where temporaries are materialized.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, CXXNewExprcxxNewExpr
 Matches new expressions.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, CXXDeleteExprcxxDeleteExpr
 Matches delete expressions.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, CXXNoexceptExprcxxNoexceptExpr
 Matches noexcept expressions.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, ArrayInitLoopExprarrayInitLoopExpr
 Matches a loop initializing the elements of an array in a number of contexts:
 
const internal::VariadicDynCastAllOfMatcher< Stmt, ArrayInitIndexExprarrayInitIndexExpr
 The arrayInitIndexExpr consists of two subexpressions: a common expression (the source array) that is evaluated once up-front, and a per-element initializer that runs once for each array element.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, ArraySubscriptExprarraySubscriptExpr
 Matches array subscript expressions.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, CXXDefaultArgExprcxxDefaultArgExpr
 Matches the value of a default argument at the call site.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, CXXOperatorCallExprcxxOperatorCallExpr
 Matches overloaded operator calls.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, CXXFoldExprcxxFoldExpr
 Matches C++17 fold expressions.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, CXXRewrittenBinaryOperatorcxxRewrittenBinaryOperator
 Matches rewritten binary operators.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, Exprexpr
 Matches expressions.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, DeclRefExprdeclRefExpr
 Matches expressions that refer to declarations.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, ObjCIvarRefExprobjcIvarRefExpr
 Matches a reference to an ObjCIvar.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, BlockExprblockExpr
 Matches a reference to a block.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, IfStmtifStmt
 Matches if statements.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, ForStmtforStmt
 Matches for statements.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, CXXForRangeStmtcxxForRangeStmt
 Matches range-based for statements.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, WhileStmtwhileStmt
 Matches while statements.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, DoStmtdoStmt
 Matches do statements.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, BreakStmtbreakStmt
 Matches break statements.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, ContinueStmtcontinueStmt
 Matches continue statements.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, CoreturnStmtcoreturnStmt
 Matches co_return statements.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, ReturnStmtreturnStmt
 Matches return statements.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, GotoStmtgotoStmt
 Matches goto statements.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, LabelStmtlabelStmt
 Matches label statements.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, AddrLabelExpraddrLabelExpr
 Matches address of label statements (GNU extension).
 
const internal::VariadicDynCastAllOfMatcher< Stmt, SwitchStmtswitchStmt
 Matches switch statements.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, SwitchCaseswitchCase
 Matches case and default statements inside switch statements.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, CaseStmtcaseStmt
 Matches case statements inside switch statements.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, DefaultStmtdefaultStmt
 Matches default statements inside switch statements.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, CompoundStmtcompoundStmt
 Matches compound statements.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, CXXCatchStmtcxxCatchStmt
 Matches catch statements.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, CXXTryStmtcxxTryStmt
 Matches try statements.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, CXXThrowExprcxxThrowExpr
 Matches throw expressions.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, NullStmtnullStmt
 Matches null statements.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, AsmStmtasmStmt
 Matches asm statements.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, CXXBoolLiteralExprcxxBoolLiteral
 Matches bool literals.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, StringLiteralstringLiteral
 Matches string literals (also matches wide string literals).
 
const internal::VariadicDynCastAllOfMatcher< Stmt, CharacterLiteralcharacterLiteral
 Matches character literals (also matches wchar_t).
 
const internal::VariadicDynCastAllOfMatcher< Stmt, IntegerLiteralintegerLiteral
 Matches integer literals of all sizes / encodings, e.g.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, FloatingLiteralfloatLiteral
 Matches float literals of all sizes / encodings, e.g.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, ImaginaryLiteralimaginaryLiteral
 Matches imaginary literals, which are based on integer and floating point literals e.g.: 1i, 1.0i.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, FixedPointLiteralfixedPointLiteral
 Matches fixed point literals.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, UserDefinedLiteraluserDefinedLiteral
 Matches user defined literal operator call.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, CompoundLiteralExprcompoundLiteralExpr
 Matches compound (i.e.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, CoawaitExprcoawaitExpr
 Matches co_await expressions.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, DependentCoawaitExprdependentCoawaitExpr
 Matches co_await expressions where the type of the promise is dependent.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, CoyieldExprcoyieldExpr
 Matches co_yield expressions.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, CoroutineBodyStmtcoroutineBodyStmt
 Matches coroutine body statements.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, CXXNullPtrLiteralExprcxxNullPtrLiteralExpr
 Matches nullptr literal.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, ChooseExprchooseExpr
 Matches GNU __builtin_choose_expr.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, ConvertVectorExprconvertVectorExpr
 Matches builtin function __builtin_convertvector.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, GNUNullExprgnuNullExpr
 Matches GNU __null expression.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, GenericSelectionExprgenericSelectionExpr
 Matches C11 _Generic expression.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, AtomicExpratomicExpr
 Matches atomic builtins.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, StmtExprstmtExpr
 Matches statement expression (GNU extension).
 
const internal::VariadicDynCastAllOfMatcher< Stmt, BinaryOperatorbinaryOperator
 Matches binary operator expressions.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, UnaryOperatorunaryOperator
 Matches unary operator expressions.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, ConditionalOperatorconditionalOperator
 Matches conditional operator expressions.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, BinaryConditionalOperatorbinaryConditionalOperator
 Matches binary conditional operator expressions (GNU extension).
 
const internal::VariadicDynCastAllOfMatcher< Stmt, OpaqueValueExpropaqueValueExpr
 Matches opaque value expressions.
 
const internal::VariadicDynCastAllOfMatcher< Decl, StaticAssertDeclstaticAssertDecl
 Matches a C++ static_assert declaration.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, CXXReinterpretCastExprcxxReinterpretCastExpr
 Matches a reinterpret_cast expression.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, CXXStaticCastExprcxxStaticCastExpr
 Matches a C++ static_cast expression.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, CXXDynamicCastExprcxxDynamicCastExpr
 Matches a dynamic_cast expression.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, CXXConstCastExprcxxConstCastExpr
 Matches a const_cast expression.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, CStyleCastExprcStyleCastExpr
 Matches a C-style cast expression.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, ExplicitCastExprexplicitCastExpr
 Matches explicit cast expressions.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, ImplicitCastExprimplicitCastExpr
 Matches the implicit cast nodes of Clang's AST.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, CastExprcastExpr
 Matches any cast nodes of Clang's AST.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, CXXFunctionalCastExprcxxFunctionalCastExpr
 Matches functional cast expressions.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, CXXTemporaryObjectExprcxxTemporaryObjectExpr
 Matches functional cast expressions having N != 1 arguments.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, PredefinedExprpredefinedExpr
 Matches predefined identifier expressions [C99 6.4.2.2].
 
const internal::VariadicDynCastAllOfMatcher< Stmt, DesignatedInitExprdesignatedInitExpr
 Matches C99 designated initializer expressions [C99 6.7.8].
 
const internal::VariadicAllOfMatcher< QualTypequalType
 Matches QualTypes in the clang AST.
 
const internal::VariadicAllOfMatcher< Typetype
 Matches Types in the clang AST.
 
const internal::VariadicAllOfMatcher< TypeLoctypeLoc
 Matches TypeLocs in the clang AST.
 
const internal::VariadicOperatorMatcherFunc< 2, std::numeric_limits< unsigned >::max()> eachOf = {internal::DynTypedMatcher::VO_EachOf}
 Matches if any of the given matchers matches.
 
const internal::VariadicOperatorMatcherFunc< 2, std::numeric_limits< unsigned >::max()> anyOf = {internal::DynTypedMatcher::VO_AnyOf}
 Matches if any of the given matchers matches.
 
const internal::VariadicOperatorMatcherFunc< 2, std::numeric_limits< unsigned >::max()> allOf = {internal::DynTypedMatcher::VO_AllOf}
 Matches if all given matchers match.
 
const internal::VariadicOperatorMatcherFunc< 1, 1 > optionally
 Matches any node regardless of the submatcher.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, UnaryExprOrTypeTraitExprunaryExprOrTypeTraitExpr
 Matches sizeof (C99), alignof (C++11) and vec_step (OpenCL)
 
const internal::MapAnyOfMatcher< BinaryOperator, CXXOperatorCallExpr, CXXRewrittenBinaryOperatorbinaryOperation
 Matches nodes which can be used with binary operators.
 
const internal::MapAnyOfMatcher< CallExpr, CXXConstructExprinvocation
 Matches function calls and constructor calls.
 
const internal::VariadicFunction< internal::Matcher< NamedDecl >, StringRef, internal::hasAnyNameFunchasAnyName = {}
 Matches NamedDecl nodes that have any of the specified names.
 
const internal::VariadicFunction< internal::PolymorphicMatcher< internal::HasOverloadedOperatorNameMatcher, AST_POLYMORPHIC_SUPPORTED_TYPES(CXXOperatorCallExpr, FunctionDecl), std::vector< std::string > >, StringRef, internal::hasAnyOverloadedOperatorNameFunchasAnyOverloadedOperatorName = {}
 Matches overloaded operator names.
 
const internal::ArgumentAdaptingMatcherFunc< internal::HasMatcher > has = {}
 Matches AST nodes that have child AST nodes that match the provided matcher.
 
const internal::ArgumentAdaptingMatcherFunc< internal::HasDescendantMatcher > hasDescendant = {}
 Matches AST nodes that have descendant AST nodes that match the provided matcher.
 
const internal::ArgumentAdaptingMatcherFunc< internal::ForEachMatcher > forEach
 Matches AST nodes that have child AST nodes that match the provided matcher.
 
const internal::ArgumentAdaptingMatcherFunc< internal::ForEachDescendantMatcher > forEachDescendant = {}
 Matches AST nodes that have descendant AST nodes that match the provided matcher.
 
const internal::ArgumentAdaptingMatcherFunc< internal::HasParentMatcher, internal::TypeList< Decl, NestedNameSpecifierLoc, Stmt, TypeLoc, Attr >, internal::TypeList< Decl, NestedNameSpecifierLoc, Stmt, TypeLoc, Attr > > hasParent = {}
 Matches AST nodes that have a parent that matches the provided matcher.
 
const internal::ArgumentAdaptingMatcherFunc< internal::HasAncestorMatcher, internal::TypeList< Decl, NestedNameSpecifierLoc, Stmt, TypeLoc, Attr >, internal::TypeList< Decl, NestedNameSpecifierLoc, Stmt, TypeLoc, Attr > > hasAncestor = {}
 Matches AST nodes that have an ancestor that matches the provided matcher.
 
const internal::VariadicOperatorMatcherFunc< 1, 1 > unless
 Matches if the provided matcher does not match.
 
const internal::VariadicFunction< internal::Matcher< ObjCMessageExpr >, StringRef, internal::hasAnySelectorFunchasAnySelector = {}
 Matches when at least one of the supplied string equals to the Selector.getAsString()
 
const internal::VariadicAllOfMatcher< LambdaCapturelambdaCapture
 Matches lambda captures.
 
const internal::VariadicFunction< internal::PolymorphicMatcher< internal::HasAnyOperatorNameMatcher, AST_POLYMORPHIC_SUPPORTED_TYPES(BinaryOperator, CXXOperatorCallExpr, CXXRewrittenBinaryOperator, UnaryOperator), std::vector< std::string > >, StringRef, internal::hasAnyOperatorNameFunchasAnyOperatorName = {}
 Matches operator expressions (binary or unary) that have any of the specified names.
 
const internal::VariadicDynCastAllOfMatcher< TypeLoc, QualifiedTypeLocqualifiedTypeLoc
 Matches QualifiedTypeLocs in the clang AST.
 
const internal::VariadicDynCastAllOfMatcher< TypeLoc, PointerTypeLocpointerTypeLoc
 Matches pointer TypeLocs.
 
const internal::VariadicDynCastAllOfMatcher< TypeLoc, ReferenceTypeLocreferenceTypeLoc
 Matches reference TypeLocs.
 
const internal::VariadicDynCastAllOfMatcher< TypeLoc, TemplateSpecializationTypeLoctemplateSpecializationTypeLoc
 Matches template specialization TypeLocs.
 
const internal::VariadicDynCastAllOfMatcher< TypeLoc, ElaboratedTypeLocelaboratedTypeLoc
 Matches C or C++ elaborated TypeLocs.
 
const AstTypeMatcher< BuiltinTypebuiltinType
 Matches builtin Types.
 
const AstTypeMatcher< ArrayTypearrayType
 Matches all kinds of arrays.
 
const AstTypeMatcher< ComplexTypecomplexType
 Matches C99 complex types.
 
const AstTypeMatcher< ConstantArrayTypeconstantArrayType
 Matches C arrays with a specified constant size.
 
const AstTypeMatcher< DependentSizedArrayTypedependentSizedArrayType
 Matches C++ arrays whose size is a value-dependent expression.
 
const AstTypeMatcher< DependentSizedExtVectorTypedependentSizedExtVectorType
 Matches C++ extended vector type where either the type or size is dependent.
 
const AstTypeMatcher< IncompleteArrayTypeincompleteArrayType
 Matches C arrays with unspecified size.
 
const AstTypeMatcher< VariableArrayTypevariableArrayType
 Matches C arrays with a specified size that is not an integer-constant-expression.
 
const AstTypeMatcher< AtomicTypeatomicType
 Matches atomic types.
 
const AstTypeMatcher< AutoTypeautoType
 Matches types nodes representing C++11 auto types.
 
const AstTypeMatcher< DecltypeTypedecltypeType
 Matches types nodes representing C++11 decltype(<expr>) types.
 
const AstTypeMatcher< FunctionTypefunctionType
 Matches FunctionType nodes.
 
const AstTypeMatcher< FunctionProtoTypefunctionProtoType
 Matches FunctionProtoType nodes.
 
const AstTypeMatcher< ParenTypeparenType
 Matches ParenType nodes.
 
const AstTypeMatcher< BlockPointerTypeblockPointerType
 Matches block pointer types, i.e.
 
const AstTypeMatcher< MemberPointerTypememberPointerType
 Matches member pointer types.
 
const AstTypeMatcher< PointerTypepointerType
 Matches pointer types, but does not match Objective-C object pointer types.
 
const AstTypeMatcher< ObjCObjectPointerTypeobjcObjectPointerType
 Matches an Objective-C object pointer type, which is different from a pointer type, despite being syntactically similar.
 
const AstTypeMatcher< ReferenceTypereferenceType
 Matches both lvalue and rvalue reference types.
 
const AstTypeMatcher< LValueReferenceTypelValueReferenceType
 Matches lvalue reference types.
 
const AstTypeMatcher< RValueReferenceTyperValueReferenceType
 Matches rvalue reference types.
 
const AstTypeMatcher< TypedefTypetypedefType
 Matches typedef types.
 
const AstTypeMatcher< MacroQualifiedTypemacroQualifiedType
 Matches qualified types when the qualifier is applied via a macro.
 
const AstTypeMatcher< EnumTypeenumType
 Matches enum types.
 
const AstTypeMatcher< TemplateSpecializationTypetemplateSpecializationType
 Matches template specialization types.
 
const AstTypeMatcher< DeducedTemplateSpecializationTypededucedTemplateSpecializationType
 Matches C++17 deduced template specialization types, e.g.
 
const AstTypeMatcher< UnaryTransformTypeunaryTransformType
 Matches types nodes representing unary type transformations.
 
const AstTypeMatcher< RecordTyperecordType
 Matches record types (e.g.
 
const AstTypeMatcher< TagTypetagType
 Matches tag types (record and enum types).
 
const AstTypeMatcher< ElaboratedTypeelaboratedType
 Matches types specified with an elaborated type keyword or with a qualified name.
 
const AstTypeMatcher< UsingTypeusingType
 Matches types specified through a using declaration.
 
const AstTypeMatcher< SubstTemplateTypeParmTypesubstTemplateTypeParmType
 Matches types that represent the result of substituting a type for a template type parameter.
 
const AstTypeMatcher< TemplateTypeParmTypetemplateTypeParmType
 Matches template type parameter types.
 
const AstTypeMatcher< InjectedClassNameTypeinjectedClassNameType
 Matches injected class name types.
 
const AstTypeMatcher< DecayedTypedecayedType
 Matches decayed type Example matches i[] in declaration of f.
 
const internal::VariadicAllOfMatcher< NestedNameSpecifiernestedNameSpecifier
 Matches nested name specifiers.
 
const internal::VariadicAllOfMatcher< NestedNameSpecifierLocnestedNameSpecifierLoc
 Same as nestedNameSpecifier but matches NestedNameSpecifierLoc.
 
const internal::VariadicAllOfMatcher< Attrattr
 Matches attributes.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, CUDAKernelCallExprcudaKernelCallExpr
 Matches CUDA kernel call expression.
 
const internal::VariadicDynCastAllOfMatcher< Stmt, OMPExecutableDirectiveompExecutableDirective
 Matches any #pragma omp executable directive.
 
const internal::VariadicDynCastAllOfMatcher< OMPClause, OMPDefaultClauseompDefaultClause
 Matches OpenMP default clause.
 

Typedef Documentation

◆ AstTypeMatcher

template<typename NodeType >
using clang::ast_matchers::AstTypeMatcher = typedef internal::VariadicDynCastAllOfMatcher<Type, NodeType>

Definition at line 7005 of file ASTMatchers.h.

◆ AttrMatcher

using clang::ast_matchers::AttrMatcher = typedef internal::Matcher<Attr>

Definition at line 154 of file ASTMatchers.h.

◆ CXXBaseSpecifierMatcher

Definition at line 149 of file ASTMatchers.h.

◆ CXXCtorInitializerMatcher

Definition at line 150 of file ASTMatchers.h.

◆ DeclarationMatcher

using clang::ast_matchers::DeclarationMatcher = typedef internal::Matcher<Decl>

Types of matchers for the top-level classes in the AST class hierarchy.

Definition at line 143 of file ASTMatchers.h.

◆ LambdaCaptureMatcher

using clang::ast_matchers::LambdaCaptureMatcher = typedef internal::Matcher<LambdaCapture>

Definition at line 153 of file ASTMatchers.h.

◆ NestedNameSpecifierLocMatcher

Definition at line 148 of file ASTMatchers.h.

◆ NestedNameSpecifierMatcher

Definition at line 147 of file ASTMatchers.h.

◆ StatementMatcher

using clang::ast_matchers::StatementMatcher = typedef internal::Matcher<Stmt>

Definition at line 144 of file ASTMatchers.h.

◆ TemplateArgumentLocMatcher

Definition at line 152 of file ASTMatchers.h.

◆ TemplateArgumentMatcher

Definition at line 151 of file ASTMatchers.h.

◆ TypeLocMatcher

using clang::ast_matchers::TypeLocMatcher = typedef internal::Matcher<TypeLoc>

Definition at line 146 of file ASTMatchers.h.

◆ TypeMatcher

using clang::ast_matchers::TypeMatcher = typedef internal::Matcher<QualType>

Definition at line 145 of file ASTMatchers.h.

Enumeration Type Documentation

◆ GtestCmp

enum class clang::ast_matchers::GtestCmp
strong

Gtest's comparison operations.

Enumerator
Eq 
Ne 
Ge 
Gt 
Le 
Lt 

Definition at line 25 of file GtestMatchers.h.

◆ MockArgs

enum class clang::ast_matchers::MockArgs
strong

This enum indicates whether the mock method in the matched ON_CALL or EXPECT_CALL macro has arguments.

For example, None can be used to match ON_CALL(mock, TwoParamMethod) whereas Some can be used to match ON_CALL(mock, TwoParamMethod(m1, m2)).

Enumerator
None 
Some 

Definition at line 38 of file GtestMatchers.h.

Function Documentation

◆ alignOfExpr()

internal::BindableMatcher< Stmt > clang::ast_matchers::alignOfExpr ( const internal::Matcher< UnaryExprOrTypeTraitExpr > &  InnerMatcher)
inline

Same as unaryExprOrTypeTraitExpr, but only matching alignof.

Definition at line 3048 of file ASTMatchers.h.

References allOf, anyOf, stmt, and unaryExprOrTypeTraitExpr.

◆ anything()

internal::TrueMatcher clang::ast_matchers::anything ( )
inline

Matches any node.

Useful when another matcher requires a child matcher, but there's no additional constraint. This will often be used with an explicit conversion to an internal::Matcher<> type such as TypeMatcher.

Example: DeclarationMatcher(anything()) matches all declarations, e.g.,

"int* p" and "void f()" in
int* p;
void f();
#define and
Definition: iso646.h:14

Usable as: Any Matcher

Definition at line 171 of file ASTMatchers.h.

◆ AST_MATCHER() [1/85]

clang::ast_matchers::AST_MATCHER ( ArraySubscriptExpr  ,
isSafeArraySubscript   
)

Definition at line 414 of file UnsafeBufferUsage.cpp.

References Node.

◆ AST_MATCHER() [2/85]

clang::ast_matchers::AST_MATCHER ( CallExpr  ,
usesADL   
)

Matches call expressions which were resolved using ADL.

Example matches y(x) but not y(42) or NS::y(x).

namespace NS {
struct X {};
void y(X);
}
void y(...);
void test() {
NS::X x;
y(x); // Matches
NS::y(x); // Doesn't match
y(42); // Doesn't match
using NS::y;
y(x); // Found by both unqualified lookup and ADL, doesn't match
// }
#define X(type, name)
Definition: Value.h:142

Definition at line 1498 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER() [3/85]

clang::ast_matchers::AST_MATCHER ( CXXCatchStmt  ,
isCatchAll   
)

Matches a C++ catch statement that has a catch-all handler.

Given

try {
// ...
} catch (int) {
// ...
} catch (...) {
// ...
}

cxxCatchStmt(isCatchAll()) matches catch(...) but not catch(int).

Definition at line 4749 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER() [4/85]

clang::ast_matchers::AST_MATCHER ( CXXConstructExpr  ,
isListInitialization   
)

Matches a constructor call expression which uses list initialization.

Definition at line 4985 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER() [5/85]

clang::ast_matchers::AST_MATCHER ( CXXConstructExpr  ,
isSafeSpanTwoParamConstruct   
)

◆ AST_MATCHER() [6/85]

clang::ast_matchers::AST_MATCHER ( CXXConstructExpr  ,
requiresZeroInitialization   
)

Matches a constructor call expression which requires zero initialization.

Given

void foo() {
struct point { double x; double y; };
point pt[2] = { { 1.0, 2.0 } };
}

initListExpr(has(cxxConstructExpr(requiresZeroInitialization())) will match the implicit array filler for pt[1].

Definition at line 5001 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER() [7/85]

clang::ast_matchers::AST_MATCHER ( CXXConstructorDecl  ,
isCopyConstructor   
)

Matches constructor declarations that are copy constructors.

Given

struct S {
S(); // #1
S(const S &); // #2
S(S &&); // #3
};

cxxConstructorDecl(isCopyConstructor()) will match #2, but not #1 or #3.

Definition at line 7933 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER() [8/85]

clang::ast_matchers::AST_MATCHER ( CXXConstructorDecl  ,
isDefaultConstructor   
)

Matches constructor declarations that are default constructors.

Given

struct S {
S(); // #1
S(const S &); // #2
S(S &&); // #3
};

cxxConstructorDecl(isDefaultConstructor()) will match #1, but not #2 or #3.

Definition at line 7963 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER() [9/85]

clang::ast_matchers::AST_MATCHER ( CXXConstructorDecl  ,
isDelegatingConstructor   
)

Matches constructors that delegate to another constructor.

Given

struct S {
S(); // #1
S(int) {} // #2
S(S &&) : S() {} // #3
};
S::S() : S(0) {} // #4

cxxConstructorDecl(isDelegatingConstructor()) will match #3 and #4, but not #1 or #2.

Definition at line 7980 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER() [10/85]

clang::ast_matchers::AST_MATCHER ( CXXConstructorDecl  ,
isInheritingConstructor   
)

Definition at line 6339 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER() [11/85]

clang::ast_matchers::AST_MATCHER ( CXXConstructorDecl  ,
isMoveConstructor   
)

Matches constructor declarations that are move constructors.

Given

struct S {
S(); // #1
S(const S &); // #2
S(S &&); // #3
};

cxxConstructorDecl(isMoveConstructor()) will match #3, but not #1 or #2.

Definition at line 7948 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER() [12/85]

clang::ast_matchers::AST_MATCHER ( CXXCtorInitializer  ,
isBaseInitializer   
)

Matches a constructor initializer if it is initializing a base, as opposed to a member.

Given

struct B {};
struct D : B {
int I;
D(int i) : I(i) {}
};
struct E : B {
E() : B() {}
};

cxxConstructorDecl(hasAnyConstructorInitializer(isBaseInitializer())) will match E(), but not match D(int).

Definition at line 4848 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER() [13/85]

clang::ast_matchers::AST_MATCHER ( CXXCtorInitializer  ,
isMemberInitializer   
)

Matches a constructor initializer if it is initializing a member, as opposed to a base.

Given

struct B {};
struct D : B {
int I;
D(int i) : I(i) {}
};
struct E : B {
E() : B() {}
};

cxxConstructorDecl(hasAnyConstructorInitializer(isMemberInitializer())) will match D(int), but not match E().

Definition at line 4868 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER() [14/85]

clang::ast_matchers::AST_MATCHER ( CXXCtorInitializer  ,
isWritten   
)

Matches a constructor initializer if it is explicitly written in code (as opposed to implicitly added by the compiler).

Given

struct Foo {
Foo() { }
Foo(int) : foo_("A") { }
string foo_;
};

cxxConstructorDecl(hasAnyConstructorInitializer(isWritten())) will match Foo(int), but not Foo()

Definition at line 4828 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER() [15/85]

clang::ast_matchers::AST_MATCHER ( CXXFoldExpr  ,
isBinaryFold   
)

Matches binary fold expressions, i.e.

fold expressions with an initializer.

Example matches (0 + ... + args) (matcher = cxxFoldExpr(isBinaryFold()))

template <typename... Args>
auto sum(Args... args) {
return (0 + ... + args);
}
template <typename... Args>
auto multiply(Args... args) {
return (args * ...);
}

Definition at line 4677 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER() [16/85]

clang::ast_matchers::AST_MATCHER ( CXXFoldExpr  ,
isLeftFold   
)

Matches left-folding fold expressions.

Example matches (0 + ... + args) (matcher = cxxFoldExpr(isLeftFold()))

template <typename... Args>
auto sum(Args... args) {
return (0 + ... + args);
}
template <typename... Args>
auto multiply(Args... args) {
return (args * ... * 1);
}

Definition at line 4642 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER() [17/85]

clang::ast_matchers::AST_MATCHER ( CXXFoldExpr  ,
isRightFold   
)

Matches right-folding fold expressions.

Example matches (args * ... * 1) (matcher = cxxFoldExpr(isRightFold()))

template <typename... Args>
auto sum(Args... args) {
return (0 + ... + args);
}
template <typename... Args>
auto multiply(Args... args) {
return (args * ... * 1);
}

Definition at line 4625 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER() [18/85]

clang::ast_matchers::AST_MATCHER ( CXXFoldExpr  ,
isUnaryFold   
)

Matches unary fold expressions, i.e.

fold expressions without an initializer.

Example matches (args * ...) (matcher = cxxFoldExpr(isUnaryFold()))

template <typename... Args>
auto sum(Args... args) {
return (0 + ... + args);
}
template <typename... Args>
auto multiply(Args... args) {
return (args * ...);
}

Definition at line 4660 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER() [19/85]

clang::ast_matchers::AST_MATCHER ( CXXMethodDecl  ,
isConst   
)

Matches if the given method declaration is const.

Given

struct A {
void foo() const;
void bar();
};

cxxMethodDecl(isConst()) matches A::foo() but not A::bar()

Definition at line 6387 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER() [20/85]

clang::ast_matchers::AST_MATCHER ( CXXMethodDecl  ,
isCopyAssignmentOperator   
)

Matches if the given method declaration declares a copy assignment operator.

Given

struct A {
A &operator=(const A &);
A &operator=(A &&);
};

cxxMethodDecl(isCopyAssignmentOperator()) matches the first method but not the second one.

Definition at line 6404 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER() [21/85]

clang::ast_matchers::AST_MATCHER ( CXXMethodDecl  ,
isExplicitObjectMemberFunction   
)

Matches if the given method declaration declares a member function with an explicit object parameter.

Given

struct A {
int operator-(this A, int);
void fun(this A &&self);
static int operator()(int);
int operator+(int);
};

cxxMethodDecl(isExplicitObjectMemberFunction()) matches the first two methods but not the last two.

Definition at line 5050 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER() [22/85]

clang::ast_matchers::AST_MATCHER ( CXXMethodDecl  ,
isMoveAssignmentOperator   
)

Matches if the given method declaration declares a move assignment operator.

Given

struct A {
A &operator=(const A &);
A &operator=(A &&);
};

cxxMethodDecl(isMoveAssignmentOperator()) matches the second method but not the first one.

Definition at line 6421 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER() [23/85]

clang::ast_matchers::AST_MATCHER ( CXXMethodDecl  ,
isOverride   
)

Matches if the given method declaration overrides another method.

Given

class A {
public:
virtual void x();
};
class B : public A {
public:
virtual void x();
};

matches B::x

Definition at line 6439 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER() [24/85]

clang::ast_matchers::AST_MATCHER ( CXXMethodDecl  ,
isPure   
)

Matches if the given method declaration is pure.

Given

class A {
public:
virtual void x() = 0;
};

matches A::x

Definition at line 6374 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER() [25/85]

clang::ast_matchers::AST_MATCHER ( CXXMethodDecl  ,
isUserProvided   
)

Matches method declarations that are user-provided.

Given

struct S {
S(); // #1
S(const S &) = default; // #2
S(S &&) = delete; // #3
};

cxxConstructorDecl(isUserProvided()) will match #1, but not #2 or #3.

Definition at line 6454 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER() [26/85]

clang::ast_matchers::AST_MATCHER ( CXXMethodDecl  ,
isVirtualAsWritten   
)

Matches if the given method declaration has an explicit "virtual".

Given

class A {
public:
virtual void x();
};
class B : public A {
public:
void x();
};

matches A::x but not B::x

Definition at line 6335 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER() [27/85]

clang::ast_matchers::AST_MATCHER ( CXXNewExpr  ,
isArray   
)

Matches array new expressions.

Given:

MyClass *p1 = new MyClass[10];

cxxNewExpr(isArray()) matches the expression 'new MyClass[10]'.

Definition at line 8444 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER() [28/85]

clang::ast_matchers::AST_MATCHER ( CXXRecordDecl  ,
hasDefinition   
)

Matches a class declaration that is defined.

Example matches x (matcher = cxxRecordDecl(hasDefinition()))

class x {};
class y;

Definition at line 8497 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER() [29/85]

clang::ast_matchers::AST_MATCHER ( CXXRecordDecl  ,
isLambda   
)

Matches the generated class of lambda expressions.

Given:

auto x = []{};

cxxRecordDecl(isLambda()) matches the implicit class declaration of decltype(x)

Definition at line 3456 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER() [30/85]

clang::ast_matchers::AST_MATCHER ( Decl  ,
isInAnonymousNamespace   
)

Matches declarations in an anonymous namespace.

Given

class vector {};
namespace foo {
class vector {};
namespace {
class vector {}; // #1
}
}
namespace {
class vector {}; // #2
namespace foo {
class vector{}; // #3
}
}

cxxRecordDecl(hasName("vector"), isInAnonymousNamespace()) will match #1, #2 and #3.

Definition at line 8129 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER() [31/85]

clang::ast_matchers::AST_MATCHER ( Decl  ,
isInStdNamespace   
)

Matches declarations in the namespace std, but not in nested namespaces.

Given

class vector {};
namespace foo {
class vector {};
namespace std {
class vector {};
}
}
namespace std {
inline namespace __1 {
class vector {}; // #1
namespace experimental {
class vector {};
}
}
}
Definition: Format.h:5304

cxxRecordDecl(hasName("vector"), isInStdNamespace()) will match only #1.

Definition at line 8107 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER() [32/85]

clang::ast_matchers::AST_MATCHER ( EnumDecl  ,
isScoped   
)

Matches C++11 scoped enum declaration.

Example matches Y (matcher = enumDecl(isScoped()))

enum X {};
enum class Y {};

Definition at line 8508 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER() [33/85]

clang::ast_matchers::AST_MATCHER ( Expr  ,
isInstantiationDependent   
)

Matches expressions that are instantiation-dependent even if it is neither type- nor value-dependent.

In the following example, the expression sizeof(sizeof(T() + T())) is instantiation-dependent (since it involves a template parameter T), but is neither type- nor value-dependent, since the type of the inner sizeof is known (std::size_t) and therefore the size of the outer sizeof is known.

template<typename T>
void f(T x, T y) { sizeof(sizeof(T() + T()); }

expr(isInstantiationDependent()) matches sizeof(sizeof(T() + T())

Definition at line 1021 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER() [34/85]

clang::ast_matchers::AST_MATCHER ( Expr  ,
isTypeDependent   
)

Matches expressions that are type-dependent because the template type is not yet instantiated.

For example, the expressions "x" and "x + y" are type-dependent in the following code, but "y" is not type-dependent:

template<typename T>
void add(T x, int y) {
x + y;
}

expr(isTypeDependent()) matches x + y

Definition at line 1037 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER() [35/85]

clang::ast_matchers::AST_MATCHER ( Expr  ,
isValueDependent   
)

Matches expression that are value-dependent because they contain a non-type template parameter.

For example, the array bound of "Chars" in the following example is value-dependent.

template<int Size> int f() { return Size; }

expr(isValueDependent()) matches return Size

Definition at line 1048 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER() [36/85]

clang::ast_matchers::AST_MATCHER ( FieldDecl  ,
isBitField   
)

Matches non-static data members that are bit-fields.

Given

class C {
int a : 2;
int b;
};
__device__ __2f16 b

fieldDecl(isBitField()) matches 'int a;' but not 'int b;'.

Definition at line 693 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER() [37/85]

clang::ast_matchers::AST_MATCHER ( FunctionDecl  ,
hasTrailingReturn   
)

Matches a function declared with a trailing return type.

Example matches Y (matcher = functionDecl(hasTrailingReturn()))

int X() {}
auto Y() -> int {}

Definition at line 8519 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER() [38/85]

clang::ast_matchers::AST_MATCHER ( FunctionDecl  ,
isDefaulted   
)

Matches defaulted function declarations.

Given:

class A { ~A(); };
class B { ~B() = default; };

functionDecl(isDefaulted()) matches the declaration of ~B, but not ~A.

Definition at line 5439 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER() [39/85]

clang::ast_matchers::AST_MATCHER ( FunctionDecl  ,
isDeleted   
)

Matches deleted function declarations.

Given:

void Func();
void DeletedFunc() = delete;

functionDecl(isDeleted()) matches the declaration of DeletedFunc, but not Func.

Definition at line 5426 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER() [40/85]

clang::ast_matchers::AST_MATCHER ( FunctionDecl  ,
isMain   
)

Determines whether the function is "main", which is the entry point into an executable program.

Definition at line 738 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER() [41/85]

clang::ast_matchers::AST_MATCHER ( FunctionDecl  ,
isNoReturn   
)

Matches FunctionDecls that have a noreturn attribute.

Given

void nope();
[[noreturn]] void a();
struct c { [[noreturn]] c(); };
_Float16 __2f16 __attribute__((ext_vector_type(2)))
Zeroes the upper 128 bits (bits 255:128) of all YMM registers.
__device__ __2f16 float c
#define noreturn
Definition: stdnoreturn.h:13

functionDecl(isNoReturn()) matches all of those except

void nope();

Definition at line 5362 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER() [42/85]

clang::ast_matchers::AST_MATCHER ( FunctionDecl  ,
isVariadic   
)

Matches if a function declaration is variadic.

Example matches f, but not g or h. The function i will not match, even when compiled in C mode.

void f(...);
void g(int);
template <typename... Ts> void h(Ts...);
void i();

Definition at line 6224 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER() [43/85]

clang::ast_matchers::AST_MATCHER ( FunctionDecl  ,
isWeak   
)

Matches weak function declarations.

Given:

void foo() __attribute__((__weakref__("__foo")));
void bar();

functionDecl(isWeak()) matches the weak declaration "foo", but not "bar".

Definition at line 5452 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER() [44/85]

clang::ast_matchers::AST_MATCHER ( LambdaCapture  ,
capturesThis   
)

Matches a LambdaCapture that refers to 'this'.

Given

class C {
int cc;
int f() {
auto l = [this]() { return cc; };
return l();
}
};

lambdaExpr(hasAnyCapture(lambdaCapture(capturesThis()))) matches [this]() { return cc; }.

Definition at line 4982 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER() [45/85]

clang::ast_matchers::AST_MATCHER ( NamedDecl  ,
hasExternalFormalLinkage   
)

Matches a declaration that has external formal linkage.

Example matches only z (matcher = varDecl(hasExternalFormalLinkage()))

void f() {
int x;
static int y;
}
int z;

Example matches f() because it has external formal linkage despite being unique to the translation unit as though it has internal likage (matcher = functionDecl(hasExternalFormalLinkage()))

namespace {
void f() {}
}

Definition at line 8407 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER() [46/85]

clang::ast_matchers::AST_MATCHER ( NamespaceDecl  ,
isAnonymous   
)

Matches anonymous namespace declarations.

Given

namespace n {
namespace {} // #1
}

namespaceDecl(isAnonymous()) will match #1 but not ::n.

Definition at line 8082 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER() [47/85]

clang::ast_matchers::AST_MATCHER ( ObjCMessageExpr  ,
hasKeywordSelector   
)

Matches when the selector is a keyword selector.

objCMessageExpr(hasKeywordSelector()) matches the generated setFrame message expression in

UIWebView *webView = ...;
CGRect bodyFrame = webView.frame;
bodyFrame.size.height = self.bodyContentHeight;
webView.frame = bodyFrame;
// ^---- matches here

Definition at line 3877 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER() [48/85]

clang::ast_matchers::AST_MATCHER ( ObjCMessageExpr  ,
hasNullSelector   
)

Matches when the selector is the empty selector.

Matches only when the selector of the objCMessageExpr is NULL. This may represent an error condition in the tree!

Definition at line 3849 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER() [49/85]

clang::ast_matchers::AST_MATCHER ( ObjCMessageExpr  ,
hasUnarySelector   
)

Matches when the selector is a Unary Selector.

matcher = objCMessageExpr(matchesSelector(hasUnarySelector()); matches self.bodyView in the code below, but NOT the outer message invocation of "loadHTMLString:baseURL:".

[self.bodyView loadHTMLString:html baseURL:NULL];
#define NULL
Definition: __stddef_null.h:26

Definition at line 3861 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER() [50/85]

clang::ast_matchers::AST_MATCHER ( ObjCMessageExpr  ,
isClassMessage   
)

Returns true when the Objective-C message is sent to a class.

Example matcher = objcMessageExpr(isClassMessage()) matches

[NSString stringWithFormat:@"format"];

but not

NSString *x = @"hello";
[x containsString:@"h"];

Definition at line 3766 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER() [51/85]

clang::ast_matchers::AST_MATCHER ( ObjCMessageExpr  ,
isInstanceMessage   
)

Returns true when the Objective-C message is sent to an instance.

Example matcher = objcMessageExpr(isInstanceMessage()) matches

NSString *x = @"hello";
[x containsString:@"h"];

but not

[NSString stringWithFormat:@"format"];

Definition at line 3783 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER() [52/85]

clang::ast_matchers::AST_MATCHER ( ObjCMethodDecl  ,
isClassMethod   
)

Returns true when the Objective-C method declaration is a class method.

Example matcher = objcMethodDecl(isClassMethod()) matches

@interface I + (void)foo; @end

but not

@interface I - (void)bar; @end

Definition at line 3733 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER() [53/85]

clang::ast_matchers::AST_MATCHER ( ObjCMethodDecl  ,
isInstanceMethod   
)

Returns true when the Objective-C method declaration is an instance method.

Example matcher = objcMethodDecl(isInstanceMethod()) matches

@interface I - (void)bar; @end

but not

@interface I + (void)foo; @end

Definition at line 3749 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER() [54/85]

clang::ast_matchers::AST_MATCHER ( OMPDefaultClause  ,
isFirstPrivateKind   
)

Matches if the OpenMP default clause has firstprivate kind specified.

Given

#pragma omp parallel
#pragma omp parallel default(none)
#pragma omp parallel default(shared)
#pragma omp parallel default(private)
#pragma omp parallel default(firstprivate)

ompDefaultClause(isFirstPrivateKind()) matches only default(firstprivate).

Definition at line 8733 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER() [55/85]

clang::ast_matchers::AST_MATCHER ( OMPDefaultClause  ,
isNoneKind   
)

Matches if the OpenMP default clause has none kind specified.

Given

#pragma omp parallel
#pragma omp parallel default(none)
#pragma omp parallel default(shared)
#pragma omp parallel default(private)
#pragma omp parallel default(firstprivate)

ompDefaultClause(isNoneKind()) matches only default(none).

Definition at line 8678 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER() [56/85]

clang::ast_matchers::AST_MATCHER ( OMPDefaultClause  ,
isPrivateKind   
)

Matches if the OpenMP default clause has private kind specified.

Given

#pragma omp parallel
#pragma omp parallel default(none)
#pragma omp parallel default(shared)
#pragma omp parallel default(private)
#pragma omp parallel default(firstprivate)

ompDefaultClause(isPrivateKind()) matches only default(private).

Definition at line 8714 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER() [57/85]

clang::ast_matchers::AST_MATCHER ( OMPDefaultClause  ,
isSharedKind   
)

Matches if the OpenMP default clause has shared kind specified.

Given

#pragma omp parallel
#pragma omp parallel default(none)
#pragma omp parallel default(shared)
#pragma omp parallel default(private)
#pragma omp parallel default(firstprivate)

ompDefaultClause(isSharedKind()) matches only default(shared).

Definition at line 8695 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER() [58/85]

clang::ast_matchers::AST_MATCHER ( OMPExecutableDirective  ,
isStandaloneDirective   
)

Matches standalone OpenMP directives, i.e., directives that can't have a structured block.

Given

#pragma omp parallel
{}
#pragma omp taskyield

ompExecutableDirective(isStandaloneDirective())) matches omp taskyield.

Definition at line 8603 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER() [59/85]

clang::ast_matchers::AST_MATCHER ( ParmVarDecl  ,
hasDefaultArgument   
)

Matches a declaration that has default arguments.

Example matches y (matcher = parmVarDecl(hasDefaultArgument()))

void x(int val) {}
void y(int val = 0) {}

Deprecated. Use hasInitializer() instead to be able to match on the contents of the default argument. For example:

void x(int val = 7) {}
void y(int val = 42) {}

parmVarDecl(hasInitializer(integerLiteral(equals(42)))) matches the parameter of y

A matcher such as parmVarDecl(hasInitializer(anything())) is equivalent to parmVarDecl(hasDefaultArgument()).

Definition at line 8432 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER() [60/85]

clang::ast_matchers::AST_MATCHER ( QualType  ,
hasLocalQualifiers   
)

Matches QualType nodes that have local CV-qualifiers attached to the node, not hidden within a typedef.

Given

typedef const int const_int;
const_int i;
int *const j;
int *volatile k;
int m;

varDecl(hasType(hasLocalQualifiers())) matches only j and k. i is const-qualified but the qualifier is not local.

Definition at line 6615 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER() [61/85]

clang::ast_matchers::AST_MATCHER ( QualType  ,
isAnyCharacter   
)

Matches QualType nodes that are of character type.

Given

void a(char);
void b(wchar_t);
void c(double);

functionDecl(hasAnyParameter(hasType(isAnyCharacter()))) matches "a(char)", "b(wchar_t)", but not "c(double)".

Definition at line 6540 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER() [62/85]

clang::ast_matchers::AST_MATCHER ( QualType  ,
isAnyPointer   
)

Matches QualType nodes that are of any pointer type; this includes the Objective-C object pointer type, which is different despite being syntactically similar.

Given

int *i = nullptr;
@interface Foo
@end
Foo *f;
int j;

varDecl(hasType(isAnyPointer())) matches "int *i" and "Foo *f", but not "int j".

Definition at line 6560 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER() [63/85]

clang::ast_matchers::AST_MATCHER ( QualType  ,
isConstQualified   
)

Matches QualType nodes that are const-qualified, i.e., that include "top-level" const.

Given

void a(int);
void b(int const);
void c(const int);
void d(const int*);
void e(int const) {};

functionDecl(hasAnyParameter(hasType(isConstQualified()))) matches "void b(int const)", "void c(const int)" and "void e(int const) {}". It does not match d as there is no top-level const on the parameter type "const int *".

Definition at line 6579 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER() [64/85]

clang::ast_matchers::AST_MATCHER ( QualType  ,
isInteger   
)

Matches QualType nodes that are of integer type.

Given

void a(int);
void b(long);
void c(double);

functionDecl(hasAnyParameter(hasType(isInteger()))) matches "a(int)", "b(long)", but not "c(double)".

Definition at line 6498 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER() [65/85]

clang::ast_matchers::AST_MATCHER ( QualType  ,
isSignedInteger   
)

Matches QualType nodes that are of signed integer type.

Given

void a(int);
void b(unsigned long);
void c(double);

functionDecl(hasAnyParameter(hasType(isSignedInteger()))) matches "a(int)", but not "b(unsigned long)" and "c(double)".

Definition at line 6526 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER() [66/85]

clang::ast_matchers::AST_MATCHER ( QualType  ,
isUnsignedInteger   
)

Matches QualType nodes that are of unsigned integer type.

Given

void a(int);
void b(unsigned long);
void c(double);

functionDecl(hasAnyParameter(hasType(isUnsignedInteger()))) matches "b(unsigned long)", but not "a(int)" and "c(double)".

Definition at line 6512 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER() [67/85]

clang::ast_matchers::AST_MATCHER ( QualType  ,
isVolatileQualified   
)

Matches QualType nodes that are volatile-qualified, i.e., that include "top-level" volatile.

Given

void a(int);
void b(int volatile);
void c(volatile int);
void d(volatile int*);
void e(int volatile) {};

functionDecl(hasAnyParameter(hasType(isVolatileQualified()))) matches "void b(int volatile)", "void c(volatile int)" and "void e(int volatile) {}". It does not match d as there is no top-level volatile on the parameter type "volatile int *".

Definition at line 6598 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER() [68/85]

clang::ast_matchers::AST_MATCHER ( TagDecl  ,
isClass   
)

Matches TagDecl object that are spelled with "class.".

Example matches C, but not S, U or E.

struct S {};
class C {};
union U {};
enum E {};

Definition at line 6137 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER() [69/85]

clang::ast_matchers::AST_MATCHER ( TagDecl  ,
isEnum   
)

Matches TagDecl object that are spelled with "enum.".

Example matches E, but not C, S or U.

struct S {};
class C {};
union U {};
enum E {};

Definition at line 6150 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER() [70/85]

clang::ast_matchers::AST_MATCHER ( TagDecl  ,
isStruct   
)

Matches TagDecl object that are spelled with "struct.".

Example matches S, but not C, U or E.

struct S {};
class C {};
union U {};
enum E {};

Definition at line 6111 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER() [71/85]

clang::ast_matchers::AST_MATCHER ( TagDecl  ,
isUnion   
)

Matches TagDecl object that are spelled with "union.".

Example matches U, but not C, S or E.

struct S {};
class C {};
union U {};
enum E {};

Definition at line 6124 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER() [72/85]

clang::ast_matchers::AST_MATCHER ( TemplateArgument  ,
isIntegral   
)

Matches a TemplateArgument that is an integral value.

Given

template<int T> struct C {};
C<42> c;

classTemplateSpecializationDecl( hasAnyTemplateArgument(isIntegral())) matches the implicit instantiation of C in C<42> with isIntegral() matching 42.

Definition at line 1183 of file ASTMatchers.h.

References clang::TemplateArgument::Integral, and Node.

◆ AST_MATCHER() [73/85]

clang::ast_matchers::AST_MATCHER ( Type  ,
booleanType   
)

Matches type bool.

Given

struct S { bool func(); };

functionDecl(returns(booleanType())) matches "bool func();"

Definition at line 6988 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER() [74/85]

clang::ast_matchers::AST_MATCHER ( Type  ,
realFloatingPointType   
)

Matches any real floating-point type (float, double, long double).

Given

int i;
float f;

realFloatingPointType() matches "float f" but not "int i"

Definition at line 7052 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER() [75/85]

clang::ast_matchers::AST_MATCHER ( Type  ,
voidType   
)

Matches type void.

Given

struct S { void func(); };

functionDecl(returns(voidType())) matches "void func();"

Definition at line 7000 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER() [76/85]

clang::ast_matchers::AST_MATCHER ( UnaryOperator  ,
isPreInc   
)

Definition at line 255 of file UnsafeBufferUsage.cpp.

References Node.

◆ AST_MATCHER() [77/85]

clang::ast_matchers::AST_MATCHER ( VarDecl  ,
hasAutomaticStorageDuration   
)

Matches a variable declaration that has automatic storage duration.

Example matches x, but not y, z, or a. (matcher = varDecl(hasAutomaticStorageDuration())

void f() {
int x;
static int y;
thread_local int z;
}
int a;

Definition at line 4439 of file ASTMatchers.h.

References Node, and clang::SD_Automatic.

◆ AST_MATCHER() [78/85]

clang::ast_matchers::AST_MATCHER ( VarDecl  ,
hasGlobalStorage   
)

Matches a variable declaration that does not have local storage.

Example matches y and z (matcher = varDecl(hasGlobalStorage())

void f() {
int x;
static int y;
}
int z;

Definition at line 4423 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER() [79/85]

clang::ast_matchers::AST_MATCHER ( VarDecl  ,
hasLocalStorage   
)

Matches a variable declaration that has function scope and is a non-static local variable.

Example matches x (matcher = varDecl(hasLocalStorage())

void f() {
int x;
static int y;
}
int z;

Definition at line 4409 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER() [80/85]

clang::ast_matchers::AST_MATCHER ( VarDecl  ,
hasStaticStorageDuration   
)

Matches a variable declaration that has static storage duration.

It includes the variable declared at namespace scope and those declared with "static" and "extern" storage class specifiers.

void f() {
int x;
static int y;
thread_local int z;
}
int a;
static int b;
extern int c;
varDecl(hasStaticStorageDuration())
matches the function declaration y, a, b and c.
const internal::VariadicDynCastAllOfMatcher< Decl, VarDecl > varDecl
Matches variable declarations.

Definition at line 4459 of file ASTMatchers.h.

References Node, and clang::SD_Static.

◆ AST_MATCHER() [81/85]

clang::ast_matchers::AST_MATCHER ( VarDecl  ,
hasThreadStorageDuration   
)

Matches a variable declaration that has thread storage duration.

Example matches z, but not x, z, or a. (matcher = varDecl(hasThreadStorageDuration())

void f() {
int x;
static int y;
thread_local int z;
}
int a;

Definition at line 4475 of file ASTMatchers.h.

References Node, and clang::SD_Thread.

◆ AST_MATCHER() [82/85]

clang::ast_matchers::AST_MATCHER ( VarDecl  ,
isConstinit   
)

Matches constinit variable declarations.

Given:

constinit int foo = 42;
constinit const char* bar = "bar";
int baz = 42;
[[clang::require_constant_initialization]] int xyz = 42;

varDecl(isConstinit()) matches the declaration of foo and bar, but not baz and xyz.

Definition at line 5559 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER() [83/85]

clang::ast_matchers::AST_MATCHER ( VarDecl  ,
isExceptionVariable   
)

Matches a variable declaration that is an exception variable from a C++ catch block, or an Objective-C @catch statement.

Example matches x (matcher = varDecl(isExceptionVariable())

void f(int y) {
try {
} catch (int x) {
}
}

Definition at line 4490 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER() [84/85]

clang::ast_matchers::AST_MATCHER ( VarDecl  ,
isInitCapture   
)

Matches a variable serving as the implicit variable for a lambda init- capture.

Example matches x (matcher = varDecl(isInitCapture()))

auto f = [x=3]() { return x; };

Definition at line 4352 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER() [85/85]

clang::ast_matchers::AST_MATCHER ( VarDecl  ,
isStaticLocal   
)

Matches a static variable with local scope.

Example matches y (matcher = varDecl(isStaticLocal()))

void f() {
int x;
static int y;
}
static int z;

Definition at line 4394 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER_FUNCTION() [1/3]

clang::ast_matchers::AST_MATCHER_FUNCTION ( internal::Matcher< Decl ,
isInstantiated   
)

Matches declarations that are template instantiations or are inside template instantiations.

Given

template<typename T> void A(T t) { T i; }
A(0);
A(0U);

functionDecl(isInstantiated()) matches 'A(int) {...};' and 'A(unsigned) {...}'.

Definition at line 6747 of file ASTMatchers.h.

References anyOf, cxxRecordDecl, decl, functionDecl, hasAncestor, and clang::isTemplateInstantiation().

◆ AST_MATCHER_FUNCTION() [2/3]

clang::ast_matchers::AST_MATCHER_FUNCTION ( internal::Matcher< Expr ,
nullPointerConstant   
)

Matches expressions that resolve to a null pointer constant, such as GNU's __null, C++11's nullptr, or C's NULL macro.

Given:

void *v1 = NULL;
void *v2 = nullptr;
void *v3 = __null; // GNU extension
char *cp = (char *)0;
int *ip = 0;
int i = 0;

expr(nullPointerConstant()) matches the initializer for v1, v2, v3, cp, and ip. Does not match the initializer for i.

Definition at line 8208 of file ASTMatchers.h.

References anyOf, cxxNullPtrLiteralExpr, equals(), expr, gnuNullExpr, hasParent, integerLiteral, and pointerType.

◆ AST_MATCHER_FUNCTION() [3/3]

clang::ast_matchers::AST_MATCHER_FUNCTION ( internal::Matcher< Stmt ,
isInTemplateInstantiation   
)

Matches statements inside of a template instantiation.

Given

int j;
template<typename T> void A(T t) { T i; j += 42;}
A(0);
A(0U);

declStmt(isInTemplateInstantiation()) matches 'int i;' and 'unsigned i'. unless(stmt(isInTemplateInstantiation())) will NOT match j += 42; as it's shared between the template definition and instantiation.

Definition at line 6767 of file ASTMatchers.h.

References anyOf, cxxRecordDecl, decl, functionDecl, hasAncestor, clang::isTemplateInstantiation(), and stmt.

◆ AST_MATCHER_FUNCTION_P_OVERLOAD() [1/2]

clang::ast_matchers::AST_MATCHER_FUNCTION_P_OVERLOAD ( internal::BindableMatcher< NestedNameSpecifierLoc ,
loc  ,
internal::Matcher< NestedNameSpecifier ,
InnerMatcher  ,
 
)

Matches NestedNameSpecifierLocs for which the given inner NestedNameSpecifier-matcher matches.

Definition at line 7723 of file ASTMatchers.h.

◆ AST_MATCHER_FUNCTION_P_OVERLOAD() [2/2]

clang::ast_matchers::AST_MATCHER_FUNCTION_P_OVERLOAD ( internal::BindableMatcher< TypeLoc ,
loc  ,
internal::Matcher< QualType ,
InnerMatcher  ,
 
)

Matches TypeLocs for which the given inner QualType-matcher matches.

Definition at line 6793 of file ASTMatchers.h.

◆ AST_MATCHER_P() [1/107]

clang::ast_matchers::AST_MATCHER_P ( AbstractConditionalOperator  ,
hasFalseExpression  ,
internal::Matcher< Expr ,
InnerMatcher   
)

Matches the false branch expression of a conditional operator (binary or ternary).

Example matches b

condition ? a : b
condition ?: b

Definition at line 6180 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER_P() [2/107]

clang::ast_matchers::AST_MATCHER_P ( AbstractConditionalOperator  ,
hasTrueExpression  ,
internal::Matcher< Expr ,
InnerMatcher   
)

Matches the true branch expression of a conditional operator.

Example 1 (conditional ternary operator): matches a

condition ? a : b

Example 2 (conditional binary operator): matches opaqueValueExpr(condition)

condition ?: b

Definition at line 6165 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER_P() [3/107]

clang::ast_matchers::AST_MATCHER_P ( ArraySubscriptExpr  ,
hasBase  ,
internal::Matcher< Expr ,
InnerMatcher   
)

Matches the base expression of an array subscript expression.

Given

int i[5];
void f() { i[1] = 42; }

arraySubscriptExpression(hasBase(implicitCastExpr( hasSourceExpression(declRefExpr())))) matches i[1] with the declRefExpr() matching i

Definition at line 5714 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER_P() [4/107]

clang::ast_matchers::AST_MATCHER_P ( ArraySubscriptExpr  ,
hasIndex  ,
internal::Matcher< Expr ,
InnerMatcher   
)

Matches the index expression of an array subscript expression.

Given

int i[5];
void f() { i[1] = 42; }

arraySubscriptExpression(hasIndex(integerLiteral())) matches i[1] with the integerLiteral() matching 1

Definition at line 5697 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER_P() [5/107]

clang::ast_matchers::AST_MATCHER_P ( BaseUsingDecl  ,
hasAnyUsingShadowDecl  ,
internal::Matcher< UsingShadowDecl ,
InnerMatcher   
)

Matches any using shadow declaration.

Given

namespace X { void b(); }
using X::b;

usingDecl(hasAnyUsingShadowDecl(hasName("b")))) matches

using X::b

Definition at line 6675 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER_P() [6/107]

clang::ast_matchers::AST_MATCHER_P ( BindingDecl  ,
forDecomposition  ,
internal::Matcher< ValueDecl ,
InnerMatcher   
)

Matches the DecompositionDecl the binding belongs to.

For example, in:

void foo()
{
int arr[3];
auto &[f, s, t] = arr;
f = 42;
}
__device__ __2f16 float __ockl_bool s

The matcher:

forDecomposition(decompositionDecl())
const internal::VariadicDynCastAllOfMatcher< Decl, BindingDecl > bindingDecl
Matches binding declarations Example matches foo and bar (matcher = bindingDecl()
internal::Matcher< NamedDecl > hasName(StringRef Name)
Matches NamedDecl nodes that have the specified name.
Definition: ASTMatchers.h:3078
const internal::VariadicDynCastAllOfMatcher< Decl, DecompositionDecl > decompositionDecl
Matches decomposition-declarations.

matches 'f' in 'auto &[f, s, t]'.

Definition at line 8232 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER_P() [7/107]

clang::ast_matchers::AST_MATCHER_P ( CaseStmt  ,
hasCaseConstant  ,
internal::Matcher< Expr ,
InnerMatcher   
)

If the given case statement does not use the GNU case range extension, matches the constant given in the statement.

Given

switch (1) { case 1: case 1+1: case 3 ... 4: ; }

caseStmt(hasCaseConstant(integerLiteral())) matches "case 1:"

Definition at line 8142 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER_P() [8/107]

clang::ast_matchers::AST_MATCHER_P ( CastExpr  ,
castSubExpr  ,
internal::Matcher< Expr ,
innerMatcher   
)

Definition at line 250 of file UnsafeBufferUsage.cpp.

References Node.

◆ AST_MATCHER_P() [9/107]

clang::ast_matchers::AST_MATCHER_P ( CastExpr  ,
hasCastKind  ,
CastKind  ,
Kind   
)

Matches casts that has a given cast kind.

Example: matches the implicit cast around 0 (matcher = castExpr(hasCastKind(CK_NullToPointer)))

int *p = 0;

If the matcher is use from clang-query, CastKind parameter should be passed as a quoted string. e.g., hasCastKind("CK_NullToPointer").

Definition at line 6081 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER_P() [10/107]

clang::ast_matchers::AST_MATCHER_P ( ClassTemplateSpecializationDecl  ,
hasSpecializedTemplate  ,
internal::Matcher< ClassTemplateDecl ,
InnerMatcher   
)

Matches the specialized template of a specialization declaration.

Given

template<typename T> class A {}; #1
template<> class A<int> {}; #2
__device__ int

classTemplateSpecializationDecl(hasSpecializedTemplate(classTemplateDecl())) matches '#2' with classTemplateDecl() matching the class template declaration of 'A' at #1.

Definition at line 752 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER_P() [11/107]

clang::ast_matchers::AST_MATCHER_P ( CompoundStmt  ,
statementCountIs  ,
unsigned  ,
 
)

Checks that a compound statement contains a specific number of child statements.

Example: Given

{ for (;;) {} }

compoundStmt(statementCountIs(0))) matches '{}' but does not match the outer compound statement.

Definition at line 5812 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER_P() [12/107]

clang::ast_matchers::AST_MATCHER_P ( CXXConstructorDecl  ,
forEachConstructorInitializer  ,
internal::Matcher< CXXCtorInitializer ,
InnerMatcher   
)

Matches each constructor initializer in a constructor definition.

Given

class A { A() : i(42), j(42) {} int i; int j; };

cxxConstructorDecl(forEachConstructorInitializer( forField(decl().bind("x")) )) will trigger two matches, binding for 'i' and 'j' respectively.

Definition at line 7905 of file ASTMatchers.h.

References Node, and clang::Result.

◆ AST_MATCHER_P() [13/107]

clang::ast_matchers::AST_MATCHER_P ( CXXConstructorDecl  ,
hasAnyConstructorInitializer  ,
internal::Matcher< CXXCtorInitializer ,
InnerMatcher   
)

Matches a constructor initializer.

Given

struct Foo {
Foo() : foo_(1) { }
int foo_;
};

cxxRecordDecl(has(cxxConstructorDecl( hasAnyConstructorInitializer(anything()) ))) record matches Foo, hasAnyConstructorInitializer matches foo_(1)

Definition at line 4766 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER_P() [14/107]

clang::ast_matchers::AST_MATCHER_P ( CXXCtorInitializer  ,
forField  ,
internal::Matcher< FieldDecl ,
InnerMatcher   
)

Matches the field declaration of a constructor initializer.

Given

struct Foo {
Foo() : foo_(1) { }
int foo_;
};

cxxRecordDecl(has(cxxConstructorDecl(hasAnyConstructorInitializer( forField(hasName("foo_")))))) matches Foo with forField matching foo_

Definition at line 4788 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER_P() [15/107]

clang::ast_matchers::AST_MATCHER_P ( CXXCtorInitializer  ,
withInitializer  ,
internal::Matcher< Expr ,
InnerMatcher   
)

Matches the initializer expression of a constructor initializer.

Given

struct Foo {
Foo() : foo_(1) { }
int foo_;
};

cxxRecordDecl(has(cxxConstructorDecl(hasAnyConstructorInitializer( withInitializer(integerLiteral(equals(1))))))) matches Foo with withInitializer matching (1)

Definition at line 4808 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER_P() [16/107]

clang::ast_matchers::AST_MATCHER_P ( CXXDependentScopeMemberExpr  ,
hasMemberName  ,
std::string  ,
 
)

Matches template-dependent, but known, member names.

In template declarations, dependent members are not resolved and so can not be matched to particular named declarations.

This matcher allows to match on the known name of members.

Given

template <typename T>
struct S {
void mem();
};
template <typename T>
void x() {
S<T> s;
s.mem();
}

cxxDependentScopeMemberExpr(hasMemberName("mem")) matches s.mem()

Definition at line 3184 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER_P() [17/107]

clang::ast_matchers::AST_MATCHER_P ( CXXDependentScopeMemberExpr  ,
memberHasSameNameAsBoundNode  ,
std::string  ,
BindingID   
)

Matches template-dependent, but known, member names against an already-bound node.

In template declarations, dependent members are not resolved and so can not be matched to particular named declarations.

This matcher allows to match on the name of already-bound VarDecl, FieldDecl and CXXMethodDecl nodes.

Given

template <typename T>
struct S {
void mem();
};
template <typename T>
void x() {
S<T> s;
s.mem();
}

The matcher

hasObjectExpression(declRefExpr(hasType(templateSpecializationType(
cxxMethodDecl(hasName("mem")).bind("templMem")
)))))
)))),
memberHasSameNameAsBoundNode("templMem")
)
const internal::VariadicDynCastAllOfMatcher< Stmt, DeclRefExpr > declRefExpr
Matches expressions that refer to declarations.
const AstTypeMatcher< TemplateSpecializationType > templateSpecializationType
Matches template specialization types.
const internal::VariadicDynCastAllOfMatcher< Stmt, CXXDependentScopeMemberExpr > cxxDependentScopeMemberExpr
Matches member expressions where the actual member referenced could not be resolved because the base ...
const internal::ArgumentAdaptingMatcherFunc< internal::HasMatcher > has
Matches AST nodes that have child AST nodes that match the provided matcher.
const internal::VariadicDynCastAllOfMatcher< Decl, CXXRecordDecl > cxxRecordDecl
Matches C++ class declarations.
internal::PolymorphicMatcher< internal::HasDeclarationMatcher, void(internal::HasDeclarationSupportedTypes), internal::Matcher< Decl > > hasDeclaration(const internal::Matcher< Decl > &InnerMatcher)
Matches a node if the declaration associated with that node matches the given matcher.
Definition: ASTMatchers.h:3652
const internal::VariadicDynCastAllOfMatcher< Decl, CXXMethodDecl > cxxMethodDecl
Matches method declarations.
const internal::VariadicDynCastAllOfMatcher< Decl, ClassTemplateDecl > classTemplateDecl
Matches C++ class template declarations.

first matches and binds the mem member of the S template, then compares its name to the usage in s.mem() in the x function template

Definition at line 3222 of file ASTMatchers.h.

References Node, and Nodes.

◆ AST_MATCHER_P() [18/107]

clang::ast_matchers::AST_MATCHER_P ( CXXFoldExpr  ,
hasFoldInit  ,
internal::Matcher< Expr ,
InnerMacher   
)

Matches the operand that does not contain the parameter pack.

Example matches (0 + ... + args) and (args * ... * 1) (matcher = cxxFoldExpr(hasFoldInit(expr()))) with hasFoldInit(...) matching 0 and 1 respectively

template <typename... Args>
auto sum(Args... args) {
return (0 + ... + args);
}
template <typename... Args>
auto multiply(Args... args) {
return (args * ... * 1);
}

Definition at line 4583 of file ASTMatchers.h.

References clang::Init, and Node.

◆ AST_MATCHER_P() [19/107]

clang::ast_matchers::AST_MATCHER_P ( CXXFoldExpr  ,
hasPattern  ,
internal::Matcher< Expr ,
InnerMacher   
)

Matches the operand that contains the parameter pack.

Example matches (0 + ... + args) (matcher = cxxFoldExpr(hasPattern(expr()))) with hasPattern(...) matching args

template <typename... Args>
auto sum(Args... args) {
return (0 + ... + args);
}
template <typename... Args>
auto multiply(Args... args) {
return (args * ... * 1);
}

Definition at line 4605 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER_P() [20/107]

clang::ast_matchers::AST_MATCHER_P ( CXXForRangeStmt  ,
hasLoopVariable  ,
internal::Matcher< VarDecl ,
InnerMatcher   
)

Matches the initialization statement of a for loop.

Example: forStmt(hasLoopVariable(anything())) matches 'int x' in

for (int x : a) { }

Definition at line 2202 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER_P() [21/107]

clang::ast_matchers::AST_MATCHER_P ( CXXForRangeStmt  ,
hasRangeInit  ,
internal::Matcher< Expr ,
InnerMatcher   
)

Matches the range initialization statement of a for loop.

Example: forStmt(hasRangeInit(anything())) matches 'a' in

for (int x : a) { }

Definition at line 2216 of file ASTMatchers.h.

References clang::Init, and Node.

◆ AST_MATCHER_P() [22/107]

clang::ast_matchers::AST_MATCHER_P ( CXXMemberCallExpr  ,
on  ,
internal::Matcher< Expr ,
InnerMatcher   
)

Matches on the implicit object argument of a member call expression, after stripping off any parentheses or implicit casts.

Given

class Y { public: void m(); };
Y g();
class X : public Y {};
void z(Y y, X x) { y.m(); (g()).m(); x.m(); }

cxxMemberCallExpr(on(hasType(cxxRecordDecl(hasName("Y"))))) matches y.m() and (g()).m(). cxxMemberCallExpr(on(hasType(cxxRecordDecl(hasName("X"))))) matches x.m(). cxxMemberCallExpr(on(callExpr())) matches (g()).m().

FIXME: Overload to allow directly matching types?

Definition at line 3696 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER_P() [23/107]

clang::ast_matchers::AST_MATCHER_P ( CXXMemberCallExpr  ,
onImplicitObjectArgument  ,
internal::Matcher< Expr ,
InnerMatcher   
)

Matches on the implicit object argument of a member call expression.

Unlike on, matches the argument directly without stripping away anything.

Given

class Y { public: void m(); };
Y g();
class X : public Y { void g(); };
void z(Y y, X x) { y.m(); x.m(); x.g(); (g()).m(); }

cxxMemberCallExpr(onImplicitObjectArgument(hasType( cxxRecordDecl(hasName("Y"))))) matches y.m(), x.m() and (g()).m(), but not x.g(). cxxMemberCallExpr(on(callExpr())) does not match (g()).m(), because the parens are not ignored.

FIXME: Overload to allow directly matching types?

Definition at line 4205 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER_P() [24/107]

clang::ast_matchers::AST_MATCHER_P ( CXXMethodDecl  ,
forEachOverridden  ,
internal::Matcher< CXXMethodDecl ,
InnerMatcher   
)

Matches each method overridden by the given method.

This matcher may produce multiple matches.

Given

class A { virtual void f(); };
class B : public A { void f(); };
class C : public B { void f(); };

cxxMethodDecl(ofClass(hasName("C")), forEachOverridden(cxxMethodDecl().bind("b"))).bind("d") matches once, with "b" binding "A::f" and "d" binding "C::f" (Note that B::f is not overridden by C::f).

The check can produce multiple matches in case of multiple inheritance, e.g.

class A1 { virtual void f(); };
class A2 { virtual void f(); };
class C : public A1, public A2 { void f(); };

cxxMethodDecl(ofClass(hasName("C")), forEachOverridden(cxxMethodDecl().bind("b"))).bind("d") matches twice, once with "b" binding "A1::f" and "d" binding "C::f", and once with "b" binding "A2::f" and "d" binding "C::f".

Definition at line 6279 of file ASTMatchers.h.

References Node, and clang::Result.

◆ AST_MATCHER_P() [25/107]

clang::ast_matchers::AST_MATCHER_P ( CXXMethodDecl  ,
ofClass  ,
internal::Matcher< CXXRecordDecl ,
InnerMatcher   
)

Matches the class declaration that the given method declaration belongs to.

FIXME: Generalize this for other kinds of declarations. FIXME: What other kind of declarations would we need to generalize this to?

Example matches A() in the last line (matcher = cxxConstructExpr(hasDeclaration(cxxMethodDecl( ofClass(hasName("A"))))))

class A {
public:
A();
};
A a = A();

Definition at line 6245 of file ASTMatchers.h.

References Node, and Parent.

◆ AST_MATCHER_P() [26/107]

clang::ast_matchers::AST_MATCHER_P ( CXXNewExpr  ,
hasAnyPlacementArg  ,
internal::Matcher< Expr ,
InnerMatcher   
)

Matches any placement new expression arguments.

Given:

MyClass *p1 = new (Storage) MyClass();

cxxNewExpr(hasAnyPlacementArg(anything())) matches the expression 'new (Storage, 16) MyClass()'.

Definition at line 8470 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER_P() [27/107]

clang::ast_matchers::AST_MATCHER_P ( CXXNewExpr  ,
hasArraySize  ,
internal::Matcher< Expr ,
InnerMatcher   
)

Matches array new expressions with a given array size.

Given:

MyClass *p1 = new MyClass[10];

cxxNewExpr(hasArraySize(integerLiteral(equals(10)))) matches the expression 'new MyClass[10]'.

Definition at line 8485 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER_P() [28/107]

clang::ast_matchers::AST_MATCHER_P ( CXXRecordDecl  ,
hasAnyBase  ,
internal::Matcher< CXXBaseSpecifier ,
BaseSpecMatcher   
)

Matches C++ classes that have a direct or indirect base matching BaseSpecMatcher.

Example: matcher hasAnyBase(hasType(cxxRecordDecl(hasName("SpecialBase"))))

class Foo;
class Bar : Foo {};
class Baz : Bar {};
class SpecialBase;
class Proxy : SpecialBase {}; // matches Proxy
class IndirectlyDerived : Proxy {}; //matches IndirectlyDerived

Definition at line 3314 of file ASTMatchers.h.

References clang::ast_matchers::internal::matchesAnyBase(), and Node.

◆ AST_MATCHER_P() [29/107]

clang::ast_matchers::AST_MATCHER_P ( CXXRecordDecl  ,
hasDirectBase  ,
internal::Matcher< CXXBaseSpecifier ,
BaseSpecMatcher   
)

Matches C++ classes that have a direct base matching BaseSpecMatcher.

Example: matcher hasDirectBase(hasType(cxxRecordDecl(hasName("SpecialBase"))))

class Foo;
class Bar : Foo {};
class Baz : Bar {};
class SpecialBase;
class Proxy : SpecialBase {}; // matches Proxy
class IndirectlyDerived : Proxy {}; // doesn't match

Definition at line 3331 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER_P() [30/107]

clang::ast_matchers::AST_MATCHER_P ( CXXRecordDecl  ,
hasMethod  ,
internal::Matcher< CXXMethodDecl ,
InnerMatcher   
)

Matches the first method of a class or struct that satisfies InnerMatcher.

Given:

class A { void func(); };
class B { void member(); };

cxxRecordDecl(hasMethod(hasName("func"))) matches the declaration of A but not B.

Definition at line 3433 of file ASTMatchers.h.

References Node, and clang::Result.

◆ AST_MATCHER_P() [31/107]

clang::ast_matchers::AST_MATCHER_P ( DecayedType  ,
hasDecayedType  ,
internal::Matcher< QualType ,
InnerType   
)

Matches the decayed type, whoes decayed type matches InnerMatcher.

Definition at line 7676 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER_P() [32/107]

clang::ast_matchers::AST_MATCHER_P ( Decl  ,
hasAttr  ,
attr::Kind  ,
AttrKind   
)

Matches declaration that has a given attribute.

Given

__attribute__((device)) void f() { ... }

decl(hasAttr(clang::attr::CUDADevice)) matches the function declaration of f. If the matcher is used from clang-query, attr::Kind parameter should be passed as a quoted string. e.g., hasAttr("attr::CUDADevice").

Definition at line 8159 of file ASTMatchers.h.

References clang::Attr::getKind(), and Node.

◆ AST_MATCHER_P() [33/107]

clang::ast_matchers::AST_MATCHER_P ( Decl  ,
hasDeclContext  ,
internal::Matcher< Decl ,
InnerMatcher   
)

Matches declarations whose declaration context, interpreted as a Decl, matches InnerMatcher.

Given

namespace N {
namespace M {
class D {};
}
}

cxxRcordDecl(hasDeclContext(namedDecl(hasName("M")))) matches the declaration of class D.

Definition at line 7695 of file ASTMatchers.h.

References clang::Decl::castFromDeclContext(), and Node.

◆ AST_MATCHER_P() [34/107]

clang::ast_matchers::AST_MATCHER_P ( DeclRefExpr  ,
to  ,
internal::Matcher< Decl ,
InnerMatcher   
)

Matches a DeclRefExpr that refers to a declaration that matches the specified matcher.

Example matches x in if(x) (matcher = declRefExpr(to(varDecl(hasName("x")))))

bool x;
if (x) {}

Definition at line 4252 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER_P() [35/107]

clang::ast_matchers::AST_MATCHER_P ( DeclStmt  ,
declCountIs  ,
unsigned  ,
 
)

Matches declaration statements that contain a specific number of declarations.

Example: Given

int a, b;
int c;
int d = 2, e;

declCountIs(2) matches 'int a, b;' and 'int d = 2, e;', but not 'int c;'.

Definition at line 4703 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER_P() [36/107]

clang::ast_matchers::AST_MATCHER_P ( DeclStmt  ,
hasSingleDecl  ,
internal::Matcher< Decl ,
InnerMatcher   
)

Matches the Decl of a DeclStmt which has a single declaration.

Given

int a, b;
int c;

declStmt(hasSingleDecl(anything())) matches 'int c;' but not 'int a, b;'.

Definition at line 4321 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER_P() [37/107]

clang::ast_matchers::AST_MATCHER_P ( DecompositionDecl  ,
hasAnyBinding  ,
internal::Matcher< BindingDecl ,
InnerMatcher   
)

Matches any binding of a DecompositionDecl.

For example, in:

void foo()
{
int arr[3];
auto &[f, s, t] = arr;
f = 42;
}

The matcher:

decompositionDecl(hasAnyBinding(bindingDecl(hasName("f").bind("fBinding"))))

matches the decomposition decl with 'f' bound to "fBinding".

Definition at line 8281 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER_P() [38/107]

clang::ast_matchers::AST_MATCHER_P ( DesignatedInitExpr  ,
designatorCountIs  ,
unsigned  ,
 
)

Matches designated initializer expressions that contain a specific number of designators.

Example: Given

point ptarray[10] = { [2].y = 1.0, [0].x = 1.0 };
point ptarray2[10] = { [2].y = 1.0, [2].x = 0.0, [0].x = 1.0 };

designatorCountIs(2) matches '{ [2].y = 1.0, [0].x = 1.0 }', but not '{ [2].y = 1.0, [2].x = 0.0, [0].x = 1.0 }'.

Definition at line 2785 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER_P() [39/107]

clang::ast_matchers::AST_MATCHER_P ( ElaboratedType  ,
hasQualifier  ,
internal::Matcher< NestedNameSpecifier ,
InnerMatcher   
)

Matches ElaboratedTypes whose qualifier, a NestedNameSpecifier, matches InnerMatcher if the qualifier exists.

Given

namespace N {
namespace M {
class D {};
}
}
N::M::D d;

elaboratedType(hasQualifier(hasPrefix(specifiesNamespace(hasName("N")))) matches the type of the variable declaration of d.

Definition at line 7571 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER_P() [40/107]

clang::ast_matchers::AST_MATCHER_P ( ElaboratedType  ,
namesType  ,
internal::Matcher< QualType ,
InnerMatcher   
)

Matches ElaboratedTypes whose named type matches InnerMatcher.

Given

namespace N {
namespace M {
class D {};
}
}
N::M::D d;

elaboratedType(namesType(recordType( hasDeclaration(namedDecl(hasName("D")))))) matches the type of the variable declaration of d.

Definition at line 7594 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER_P() [41/107]

clang::ast_matchers::AST_MATCHER_P ( ElaboratedTypeLoc  ,
hasNamedTypeLoc  ,
internal::Matcher< TypeLoc ,
InnerMatcher   
)

Matches elaborated TypeLocs that have a named TypeLoc matching InnerMatcher.

Given

template <typename T>
class C {};
class C<int> c;
class D {};
class D d;

elaboratedTypeLoc(hasNamedTypeLoc(templateSpecializationTypeLoc())); matches the TypeLoc of the variable declaration of c, but not d.

Definition at line 6975 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER_P() [42/107]

clang::ast_matchers::AST_MATCHER_P ( ExplicitCastExpr  ,
hasDestinationType  ,
internal::Matcher< QualType ,
InnerMatcher   
)

Matches casts whose destination type matches a given matcher.

(Note: Clang's AST refers to other conversions as "casts" too, and calls actual casts "explicit" casts.)

Definition at line 6089 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER_P() [43/107]

clang::ast_matchers::AST_MATCHER_P ( Expr  ,
ignoringElidableConstructorCall  ,
internal::Matcher< Expr ,
InnerMatcher   
)

Matches expressions that match InnerMatcher that are possibly wrapped in an elidable constructor and other corresponding bookkeeping nodes.

In C++17, elidable copy constructors are no longer being generated in the AST as it is not permitted by the standard. They are, however, part of the AST in C++14 and earlier. So, a matcher must abstract over these differences to work in all language modes. This matcher skips elidable constructor-call AST nodes, ExprWithCleanups nodes wrapping elidable constructor-calls and various implicit nodes inside the constructor calls, all of which will not appear in the C++17 AST.

Given

struct H {};
H G();
void f() {
H D = G();
}

varDecl(hasInitializer(ignoringElidableConstructorCall(callExpr()))) matches H D = G() in C++11 through C++17 (and beyond).

Definition at line 8548 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER_P() [44/107]

clang::ast_matchers::AST_MATCHER_P ( Expr  ,
ignoringImpCasts  ,
internal::Matcher< Expr ,
InnerMatcher   
)

Matches expressions that match InnerMatcher after any implicit casts are stripped off.

Parentheses and explicit casts are not discarded. Given

int arr[5];
int a = 0;
char b = 0;
const int c = a;
int *d = arr;
long e = (long) 0l;

The matchers

varDecl(hasInitializer(ignoringImpCasts(integerLiteral())))
varDecl(hasInitializer(ignoringImpCasts(declRefExpr())))
const internal::VariadicDynCastAllOfMatcher< Stmt, IntegerLiteral > integerLiteral
Matches integer literals of all sizes / encodings, e.g.

would match the declarations for a, b, c, and d, but not e. While

varDecl(hasInitializer(integerLiteral()))
varDecl(hasInitializer(declRefExpr()))

only match the declarations for a.

Definition at line 923 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER_P() [45/107]

clang::ast_matchers::AST_MATCHER_P ( Expr  ,
ignoringImplicit  ,
internal::Matcher< Expr ,
InnerMatcher   
)

Matches expressions that match InnerMatcher after any implicit AST nodes are stripped off.

Parentheses and explicit casts are not discarded. Given

class C {};
C a = C();
C b;
C c = b;

The matchers

varDecl(hasInitializer(ignoringImplicit(cxxConstructExpr())))
const internal::VariadicDynCastAllOfMatcher< Stmt, CXXConstructExpr > cxxConstructExpr
Matches constructor call expressions (including implicit ones).

would match the declarations for a, b, and c. While

varDecl(hasInitializer(cxxConstructExpr()))

only match the declarations for b and c.

Definition at line 893 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER_P() [46/107]

clang::ast_matchers::AST_MATCHER_P ( Expr  ,
ignoringParenCasts  ,
internal::Matcher< Expr ,
InnerMatcher   
)

Matches expressions that match InnerMatcher after parentheses and casts are stripped off.

Implicit and non-C Style casts are also discarded. Given

int a = 0;
char b = (0);
void* c = reinterpret_cast<char*>(0);
char d = char(0);

The matcher varDecl(hasInitializer(ignoringParenCasts(integerLiteral()))) would match the declarations for a, b, c, and d. while varDecl(hasInitializer(integerLiteral())) only match the declaration for a.

Definition at line 945 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER_P() [47/107]

clang::ast_matchers::AST_MATCHER_P ( Expr  ,
ignoringParenImpCasts  ,
internal::Matcher< Expr ,
InnerMatcher   
)

Matches expressions that match InnerMatcher after implicit casts and parentheses are stripped off.

Explicit casts are not discarded. Given

int arr[5];
int a = 0;
char b = (0);
const int c = a;
int *d = (arr);
long e = ((long) 0l);

The matchers varDecl(hasInitializer(ignoringParenImpCasts(integerLiteral()))) varDecl(hasInitializer(ignoringParenImpCasts(declRefExpr()))) would match the declarations for a, b, c, and d, but not e. while varDecl(hasInitializer(integerLiteral())) varDecl(hasInitializer(declRefExpr())) would only match the declaration for a.

Definition at line 970 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER_P() [48/107]

clang::ast_matchers::AST_MATCHER_P ( FieldDecl  ,
hasBitWidth  ,
unsigned  ,
Width   
)

Matches non-static data members that are bit-fields of the specified bit width.

Given

class C {
int a : 2;
int b : 4;
int c : 2;
};

fieldDecl(hasBitWidth(2)) matches 'int a;' and 'int c;' but not 'int b;'.

Definition at line 710 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER_P() [49/107]

clang::ast_matchers::AST_MATCHER_P ( FieldDecl  ,
hasInClassInitializer  ,
internal::Matcher< Expr ,
InnerMatcher   
)

Matches non-static data members that have an in-class initializer.

Given

class C {
int a = 2;
int b = 3;
int c;
};

fieldDecl(hasInClassInitializer(integerLiteral(equals(2)))) matches 'int a;' but not 'int b;'. fieldDecl(hasInClassInitializer(anything())) matches 'int a;' and 'int b;' but not 'int c;'.

Definition at line 729 of file ASTMatchers.h.

References clang::Initializer, and Node.

◆ AST_MATCHER_P() [50/107]

clang::ast_matchers::AST_MATCHER_P ( ForStmt  ,
hasIncrement  ,
internal::Matcher< Stmt ,
InnerMatcher   
)

Matches the increment statement of a for loop.

Example: forStmt(hasIncrement(unaryOperator(hasOperatorName("++")))) matches '++x' in

for (x; x < N; ++x) { }

Definition at line 2163 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER_P() [51/107]

clang::ast_matchers::AST_MATCHER_P ( ForStmt  ,
hasLoopInit  ,
internal::Matcher< Stmt ,
InnerMatcher   
)

Matches the initialization statement of a for loop.

Example: forStmt(hasLoopInit(declStmt())) matches 'int x = 0' in

for (int x = 0; x < N; ++x) { }

Definition at line 2178 of file ASTMatchers.h.

References clang::Init, and Node.

◆ AST_MATCHER_P() [52/107]

clang::ast_matchers::AST_MATCHER_P ( FunctionDecl  ,
hasAnyBody  ,
internal::Matcher< Stmt ,
InnerMatcher   
)

Matches a function declaration that has a given body present in the AST.

Note that this matcher matches all the declarations of a function whose body is present in the AST.

Given

void f();
void f() {}
void g();

functionDecl(hasAnyBody(compoundStmt())) matches both 'void f();' and 'void f() {}' with compoundStmt() matching '{}' but does not match 'void g();'

Definition at line 5773 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER_P() [53/107]

clang::ast_matchers::AST_MATCHER_P ( FunctionDecl  ,
hasExplicitSpecifier  ,
internal::Matcher< Expr ,
InnerMatcher   
)

Matches the expression in an explicit specifier if present in the given declaration.

Given

template<bool b>
struct S {
S(int); // #1
explicit S(double); // #2
operator int(); // #3
explicit operator bool(); // #4
explicit(false) S(bool) // # 7
explicit(true) S(char) // # 8
explicit(b) S(S) // # 9
};
S(int) -> S<true> // #5
explicit S(double) -> S<false> // #6
#define bool
Definition: stdbool.h:20

cxxConstructorDecl(hasExplicitSpecifier(constantExpr())) will match #7, #8 and #9, but not #1 or #2. cxxConversionDecl(hasExplicitSpecifier(constantExpr())) will not match #3 or #4. cxxDeductionGuideDecl(hasExplicitSpecifier(constantExpr())) will not match #5 or #6.

Definition at line 8033 of file ASTMatchers.h.

References clang::ExplicitSpecifier::getExpr(), clang::ExplicitSpecifier::getFromDecl(), and Node.

◆ AST_MATCHER_P() [54/107]

clang::ast_matchers::AST_MATCHER_P ( FunctionDecl  ,
hasReturnTypeLoc  ,
internal::Matcher< TypeLoc ,
ReturnMatcher   
)

Matches a function declared with the specified return TypeLoc.

Given

int f() { return 5; }
void g() {}

functionDecl(hasReturnTypeLoc(loc(asString("int")))) matches the declaration of f, but not g.

Definition at line 6834 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER_P() [55/107]

clang::ast_matchers::AST_MATCHER_P ( FunctionDecl  ,
returns  ,
internal::Matcher< QualType ,
InnerMatcher   
)

Matches the return type of a function declaration.

Given:

class X { int f() { return 1; } };

cxxMethodDecl(returns(asString("int"))) matches int f() { return 1; }

Definition at line 5372 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER_P() [56/107]

clang::ast_matchers::AST_MATCHER_P ( IfStmt  ,
hasConditionVariableStatement  ,
internal::Matcher< DeclStmt ,
InnerMatcher   
)

Matches the condition variable statement in an if statement.

Given

if (A* a = GetAPointer()) {}

hasConditionVariableStatement(...) matches 'A* a = GetAPointer()'.

Definition at line 5680 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER_P() [57/107]

clang::ast_matchers::AST_MATCHER_P ( IfStmt  ,
hasElse  ,
internal::Matcher< Stmt ,
InnerMatcher   
)

Matches the else-statement of an if statement.

Examples matches the if statement (matcher = ifStmt(hasElse(cxxBoolLiteral(equals(true)))))

if (false) false; else true;

Definition at line 5630 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER_P() [58/107]

clang::ast_matchers::AST_MATCHER_P ( IfStmt  ,
hasThen  ,
internal::Matcher< Stmt ,
InnerMatcher   
)

Matches the then-statement of an if statement.

Examples matches the if statement (matcher = ifStmt(hasThen(cxxBoolLiteral(equals(true)))))

if (false) true; else false;

Definition at line 5618 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER_P() [59/107]

clang::ast_matchers::AST_MATCHER_P ( ImplicitCastExpr  ,
hasImplicitDestinationType  ,
internal::Matcher< QualType ,
InnerMatcher   
)

Matches implicit casts whose destination type matches a given matcher.

Definition at line 6097 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER_P() [60/107]

clang::ast_matchers::AST_MATCHER_P ( InitListExpr  ,
hasSyntacticForm  ,
internal::Matcher< Expr ,
InnerMatcher   
)

Matches the syntactic form of init list expressions (if expression have it).

Definition at line 1704 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER_P() [61/107]

clang::ast_matchers::AST_MATCHER_P ( LambdaCapture  ,
capturesVar  ,
internal::Matcher< ValueDecl ,
InnerMatcher   
)

Matches a LambdaCapture that refers to the specified VarDecl.

The VarDecl can be a separate variable that is captured by value or reference, or a synthesized variable if the capture has an initializer.

Given

void foo() {
int x;
auto f = [x](){};
auto g = [x = 1](){};
}

In the matcher lambdaExpr(hasAnyCapture(lambdaCapture(capturesVar(hasName("x")))), capturesVar(hasName("x")) matches x and x = 1.

Definition at line 4962 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER_P() [62/107]

clang::ast_matchers::AST_MATCHER_P ( LambdaExpr  ,
forEachLambdaCapture  ,
internal::Matcher< LambdaCapture ,
InnerMatcher   
)

Matches each lambda capture in a lambda expression.

Given

int main() {
int x, y;
float z;
auto f = [=]() { return x + y + z; };
}
int main(int argc, const char **argv)

lambdaExpr(forEachLambdaCapture( lambdaCapture(capturesVar(varDecl(hasType(isInteger())))))) will trigger two matches, binding for 'x' and 'y' respectively.

Definition at line 4367 of file ASTMatchers.h.

References Node, and clang::Result.

◆ AST_MATCHER_P() [63/107]

clang::ast_matchers::AST_MATCHER_P ( LambdaExpr  ,
hasAnyCapture  ,
internal::Matcher< LambdaCapture ,
InnerMatcher   
)

Matches any capture in a lambda expression.

Given

void foo() {
int t = 5;
auto f = [=](){ return t; };
}

lambdaExpr(hasAnyCapture(lambdaCapture())) and lambdaExpr(hasAnyCapture(lambdaCapture(refersToVarDecl(hasName("t"))))) both match [=](){ return t; }.

Definition at line 4935 of file ASTMatchers.h.

References Node, and clang::Result.

◆ AST_MATCHER_P() [64/107]

clang::ast_matchers::AST_MATCHER_P ( MemberExpr  ,
member  ,
internal::Matcher< ValueDecl ,
InnerMatcher   
)

Matches a member expression where the member is matched by a given matcher.

Given

struct { int first, second; } first, second;
int i(second.first);
int j(first.second);

memberExpr(member(hasName("first"))) matches second.first but not first.second (because the member name there is "second").

Definition at line 6631 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER_P() [65/107]

clang::ast_matchers::AST_MATCHER_P ( NamedDecl  ,
hasUnderlyingDecl  ,
internal::Matcher< NamedDecl ,
InnerMatcher   
)

Matches a NamedDecl whose underlying declaration matches the given matcher.

Given

namespace N { template<class T> void f(T t); }
template <class T> void g() { using N::f; f(T()); }

unresolvedLookupExpr(hasAnyDeclaration( namedDecl(hasUnderlyingDecl(hasName("::N::f"))))) matches the use of f in g() .

Definition at line 3670 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER_P() [66/107]

clang::ast_matchers::AST_MATCHER_P ( NestedNameSpecifier  ,
specifiesNamespace  ,
internal::Matcher< NamespaceDecl ,
InnerMatcher   
)

Matches nested name specifiers that specify a namespace matching the given namespace matcher.

Given

namespace ns { struct A {}; }
ns::A a;

nestedNameSpecifier(specifiesNamespace(hasName("ns"))) matches "ns::"

Definition at line 7813 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER_P() [67/107]

clang::ast_matchers::AST_MATCHER_P ( NestedNameSpecifier  ,
specifiesType  ,
internal::Matcher< QualType ,
InnerMatcher   
)

Matches nested name specifiers that specify a type matching the given QualType matcher without qualifiers.

Given

struct A { struct B { struct C {}; }; };
A::B::C c;

nestedNameSpecifier(specifiesType( hasDeclaration(cxxRecordDecl(hasName("A"))) )) matches "A::"

Definition at line 7743 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER_P() [68/107]

clang::ast_matchers::AST_MATCHER_P ( NestedNameSpecifierLoc  ,
specifiesTypeLoc  ,
internal::Matcher< TypeLoc ,
InnerMatcher   
)

Matches nested name specifier locs that specify a type matching the given TypeLoc.

Given

struct A { struct B { struct C {}; }; };
A::B::C c;

nestedNameSpecifierLoc(specifiesTypeLoc(loc(type( hasDeclaration(cxxRecordDecl(hasName("A"))))))) matches "A::"

Definition at line 7761 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER_P() [69/107]

clang::ast_matchers::AST_MATCHER_P ( ObjCMessageExpr  ,
hasAnySelectorMatcher  ,
std::vector< std::string >  ,
Matches   
)

Definition at line 45 of file ASTMatchersInternal.cpp.

References Node.

◆ AST_MATCHER_P() [70/107]

clang::ast_matchers::AST_MATCHER_P ( ObjCMessageExpr  ,
hasReceiver  ,
internal::Matcher< Expr ,
InnerMatcher   
)

Matches if the Objective-C message is sent to an instance, and the inner matcher matches on that instance.

For example the method call in

NSString *x = @"hello";
[x containsString:@"h"];

is matched by objcMessageExpr(hasReceiver(declRefExpr(to(varDecl(hasName("x"))))))

Definition at line 3797 of file ASTMatchers.h.

References clang::Expr::IgnoreParenImpCasts(), and Node.

◆ AST_MATCHER_P() [71/107]

clang::ast_matchers::AST_MATCHER_P ( ObjCMessageExpr  ,
hasReceiverType  ,
internal::Matcher< QualType ,
InnerMatcher   
)

Matches on the receiver of an ObjectiveC Message expression.

Example matcher = objCMessageExpr(hasReceiverType(asString("UIWebView *"))); matches the [webView ...] message invocation.

NSString *webViewJavaScript = ...
UIWebView *webView = ...
[webView stringByEvaluatingJavaScriptFromString:webViewJavascript];

Definition at line 3715 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER_P() [72/107]

clang::ast_matchers::AST_MATCHER_P ( ObjCMessageExpr  ,
hasSelector  ,
std::string  ,
BaseName   
)

Matches when BaseName == Selector.getAsString()

matcher = objCMessageExpr(hasSelector("loadHTMLString:baseURL:")); matches the outer message expr in the code below, but NOT the message invocation for self.bodyView.

[self.bodyView loadHTMLString:html baseURL:NULL];

Definition at line 3813 of file ASTMatchers.h.

References clang::Selector::getAsString(), and Node.

◆ AST_MATCHER_P() [73/107]

clang::ast_matchers::AST_MATCHER_P ( ObjCMessageExpr  ,
numSelectorArgs  ,
unsigned  ,
 
)

Matches when the selector has the specified number of arguments.

matcher = objCMessageExpr(numSelectorArgs(0)); matches self.bodyView in the code below

matcher = objCMessageExpr(numSelectorArgs(2)); matches the invocation of "loadHTMLString:baseURL:" but not that of self.bodyView

[self.bodyView loadHTMLString:html baseURL:NULL];

Definition at line 3892 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER_P() [74/107]

clang::ast_matchers::AST_MATCHER_P ( OMPExecutableDirective  ,
hasAnyClause  ,
internal::Matcher< OMPClause ,
InnerMatcher   
)

Matches any clause in an OpenMP directive.

Given

#pragma omp parallel
#pragma omp parallel default(none)

ompExecutableDirective(hasAnyClause(anything())) matches omp parallel default(none).

Definition at line 8640 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER_P() [75/107]

clang::ast_matchers::AST_MATCHER_P ( OMPExecutableDirective  ,
hasStructuredBlock  ,
internal::Matcher< Stmt ,
InnerMatcher   
)

Matches the structured-block of the OpenMP executable directive.

Prerequisite: the executable directive must not be standalone directive. If it is, it will never match.

Given

#pragma omp parallel
;
#pragma omp parallel
{}

ompExecutableDirective(hasStructuredBlock(nullStmt())) will match ;

Definition at line 8622 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER_P() [76/107]

clang::ast_matchers::AST_MATCHER_P ( OMPExecutableDirective  ,
isAllowedToContainClauseKind  ,
OpenMPClauseKind  ,
CKind   
)

Matches if the OpenMP directive is allowed to contain the specified OpenMP clause kind.

Given

#pragma omp parallel
#pragma omp parallel for
#pragma omp for

ompExecutableDirective(isAllowedToContainClause(OMPC_default))matches omp parallelandomp parallel for`.

If the matcher is use from clang-query, OpenMPClauseKind parameter should be passed as a quoted string. e.g., isAllowedToContainClauseKind("OMPC_default").

Definition at line 8754 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER_P() [77/107]

clang::ast_matchers::AST_MATCHER_P ( OverloadExpr  ,
hasAnyDeclaration  ,
internal::Matcher< Decl ,
InnerMatcher   
)

Matches an OverloadExpr if any of the declarations in the set of overloads matches the given matcher.

Given

template <typename T> void foo(T);
template <typename T> void bar(T);
template <typename T> void baz(T t) {
foo(t);
bar(t);
}

unresolvedLookupExpr(hasAnyDeclaration( functionTemplateDecl(hasName("foo")))) matches foo in foo(t); but not bar in bar(t);

Definition at line 4305 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER_P() [78/107]

clang::ast_matchers::AST_MATCHER_P ( ParmVarDecl  ,
isAtPosition  ,
unsigned  ,
 
)

Matches the ParmVarDecl nodes that are at the N'th position in the parameter list.

The parameter list could be that of either a block, function, or objc-method.

Given

void f(int a, int b, int c) {
}

parmVarDecl(isAtPosition(0)) matches int a.

parmVarDecl(isAtPosition(1)) matches int b.

Definition at line 5226 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER_P() [79/107]

clang::ast_matchers::AST_MATCHER_P ( PointerTypeLoc  ,
hasPointeeLoc  ,
internal::Matcher< TypeLoc ,
PointeeMatcher   
)

Matches pointer TypeLocs that have a pointee TypeLoc matching PointeeMatcher.

Given

int* x;

pointerTypeLoc(hasPointeeLoc(loc(asString("int")))) matches int*.

Definition at line 6860 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER_P() [80/107]

clang::ast_matchers::AST_MATCHER_P ( QualifiedTypeLoc  ,
hasUnqualifiedLoc  ,
internal::Matcher< TypeLoc ,
InnerMatcher   
)

Matches QualifiedTypeLocs that have an unqualified TypeLoc matching InnerMatcher.

Given

int* const x;
const int y;

qualifiedTypeLoc(hasUnqualifiedLoc(pointerTypeLoc())) matches the TypeLoc of the variable declaration of x, but not y.

Definition at line 6820 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER_P() [81/107]

clang::ast_matchers::AST_MATCHER_P ( QualType  ,
asString  ,
std::string  ,
Name   
)

Matches if the matched type is represented by the given string.

Given

class Y { public: void x(); };
void z() { Y* y; y->x(); }

cxxMemberCallExpr(on(hasType(asString("class Y *")))) matches y->x()

Definition at line 4099 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER_P() [82/107]

clang::ast_matchers::AST_MATCHER_P ( QualType  ,
hasCanonicalType  ,
internal::Matcher< QualType ,
InnerMatcher   
)

Matches QualTypes whose canonical type matches InnerMatcher.

Given:

typedef int &int_ref;
int a;
int_ref b = a;

varDecl(hasType(qualType(referenceType()))))) will not match the declaration of b but varDecl(hasType(qualType(hasCanonicalType(referenceType())))))) does.

Definition at line 4174 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER_P() [83/107]

clang::ast_matchers::AST_MATCHER_P ( QualType  ,
pointsTo  ,
internal::Matcher< QualType ,
InnerMatcher   
)

Matches if the matched type is a pointer type and the pointee type matches the specified matcher.

Example matches y->x() (matcher = cxxMemberCallExpr(on(hasType(pointsTo cxxRecordDecl(hasName("Y")))))))

class Y { public: void x(); };
void z() { Y *y; y->x(); }

Definition at line 4113 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER_P() [84/107]

clang::ast_matchers::AST_MATCHER_P ( QualType  ,
references  ,
internal::Matcher< QualType ,
InnerMatcher   
)

Matches if the matched type is a reference type and the referenced type matches the specified matcher.

Example matches X &x and const X &y (matcher = varDecl(hasType(references(cxxRecordDecl(hasName("X"))))))

class X {
void a(X b) {
X &x = b;
const X &y = b;
}
};

Definition at line 4156 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER_P() [85/107]

clang::ast_matchers::AST_MATCHER_P ( ReferenceTypeLoc  ,
hasReferentLoc  ,
internal::Matcher< TypeLoc ,
ReferentMatcher   
)

Matches reference TypeLocs that have a referent TypeLoc matching ReferentMatcher.

Given

int x = 3;
int& xx = x;

referenceTypeLoc(hasReferentLoc(loc(asString("int")))) matches int&.

Definition at line 6888 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER_P() [86/107]

clang::ast_matchers::AST_MATCHER_P ( ReturnStmt  ,
hasReturnValue  ,
internal::Matcher< Expr ,
InnerMatcher   
)

Matches the return value expression of a return statement.

Given

return a + b;

hasReturnValue(binaryOperator()) matches 'return a + b' with binaryOperator() matching 'a + b'

Definition at line 8177 of file ASTMatchers.h.

References Node, and RetValue().

◆ AST_MATCHER_P() [87/107]

clang::ast_matchers::AST_MATCHER_P ( Stmt  ,
forCallable  ,
internal::Matcher< Decl ,
InnerMatcher   
)

Matches declaration of the function, method, or block the statement belongs to.

Given:

F& operator=(const F& o) {
std::copy_if(o.begin(), o.end(), begin(), [](V v) { return v > 0; });
return *this;
}
#define V(N, I)
Definition: ASTContext.h:3259
do v
Definition: arm_acle.h:83

returnStmt(forCallable(functionDecl(hasName("operator=")))) matches 'return *this' but does not match 'return v > 0'

Given:

-(void) foo {
int x = 1;
dispatch_sync(queue, ^{ int y = 2; });
}

declStmt(forCallable(objcMethodDecl())) matches 'int x = 1' but does not match 'int y = 2'. whereas declStmt(forCallable(blockDecl())) matches 'int y = 2' but does not match 'int x = 1'.

Definition at line 8356 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER_P() [88/107]

clang::ast_matchers::AST_MATCHER_P ( Stmt  ,
forEachDescendantEvaluatedStmt  ,
internal::Matcher< Stmt ,
innerMatcher   
)

◆ AST_MATCHER_P() [89/107]

clang::ast_matchers::AST_MATCHER_P ( Stmt  ,
forEachDescendantStmt  ,
internal::Matcher< Stmt ,
innerMatcher   
)

◆ AST_MATCHER_P() [90/107]

clang::ast_matchers::AST_MATCHER_P ( Stmt  ,
forFunction  ,
internal::Matcher< FunctionDecl ,
InnerMatcher   
)

Matches declaration of the function the statement belongs to.

Deprecated. Use forCallable() to correctly handle the situation when the declaration is not a function (but a block or an Objective-C method). forFunction() not only fails to take non-functions into account but also may match the wrong declaration in their presence.

Given:

F& operator=(const F& o) {
std::copy_if(o.begin(), o.end(), begin(), [](V v) { return v > 0; });
return *this;
}

returnStmt(forFunction(hasName("operator="))) matches 'return *this' but does not match 'return v > 0'

Definition at line 8305 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER_P() [91/107]

clang::ast_matchers::AST_MATCHER_P ( Stmt  ,
ignoreUnsafeBufferInContainer  ,
const UnsafeBufferUsageHandler ,
Handler   
)

Definition at line 245 of file UnsafeBufferUsage.cpp.

References Node.

◆ AST_MATCHER_P() [92/107]

clang::ast_matchers::AST_MATCHER_P ( Stmt  ,
notInSafeBufferOptOut  ,
const UnsafeBufferUsageHandler ,
Handler   
)

Definition at line 240 of file UnsafeBufferUsage.cpp.

References Node.

◆ AST_MATCHER_P() [93/107]

clang::ast_matchers::AST_MATCHER_P ( StringLiteral  ,
mentionsBoundType  ,
std::string  ,
BindingID   
)

Definition at line 39 of file OSObjectCStyleCast.cpp.

References Node, and Nodes.

◆ AST_MATCHER_P() [94/107]

clang::ast_matchers::AST_MATCHER_P ( SwitchStmt  ,
forEachSwitchCase  ,
internal::Matcher< SwitchCase ,
InnerMatcher   
)

Matches each case or default statement belonging to the given switch statement.

This matcher may produce multiple matches.

Given

switch (1) { case 1: case 2: default: switch (2) { case 3: case 4: ; } }

switchStmt(forEachSwitchCase(caseStmt().bind("c"))).bind("s") matches four times, with "c" binding each of "case 1:", "case 2:", "case 3:" and "case 4:", and "s" respectively binding "switch (1)", "switch (1)", "switch (2)" and "switch (2)".

Definition at line 7874 of file ASTMatchers.h.

References Node, and clang::Result.

◆ AST_MATCHER_P() [95/107]

clang::ast_matchers::AST_MATCHER_P ( TemplateArgument  ,
equalsIntegralValue  ,
std::string  ,
Value   
)

Matches a TemplateArgument of integral type with a given value.

Note that 'Value' is a string as the template argument's value is an arbitrary precision integer. 'Value' must be euqal to the canonical representation of that integral value in base 10.

Given

template<int T> struct C {};
C<42> c;

classTemplateSpecializationDecl( hasAnyTemplateArgument(equalsIntegralValue("42"))) matches the implicit instantiation of C in C<42>.

Definition at line 1218 of file ASTMatchers.h.

References clang::TemplateArgument::Integral, Node, and toString().

◆ AST_MATCHER_P() [96/107]

clang::ast_matchers::AST_MATCHER_P ( TemplateArgument  ,
isExpr  ,
internal::Matcher< Expr ,
InnerMatcher   
)

Matches a sugar TemplateArgument that refers to a certain expression.

Given

struct B { int next; };
template<int(B::*next_ptr)> struct A {};
A<&B::next> a;

templateSpecializationType(hasAnyTemplateArgument( isExpr(hasDescendant(declRefExpr(to(fieldDecl(hasName("next")))))))) matches the specialization A<&B::next> with fieldDecl(...) matching B::next

Definition at line 1166 of file ASTMatchers.h.

References clang::TemplateArgument::Expression, and Node.

◆ AST_MATCHER_P() [97/107]

clang::ast_matchers::AST_MATCHER_P ( TemplateArgument  ,
refersToDeclaration  ,
internal::Matcher< Decl ,
InnerMatcher   
)

Matches a canonical TemplateArgument that refers to a certain declaration.

Given

struct B { int next; };
template<int(B::*next_ptr)> struct A {};
A<&B::next> a;

classTemplateSpecializationDecl(hasAnyTemplateArgument( refersToDeclaration(fieldDecl(hasName("next"))))) matches the specialization A<&B::next> with fieldDecl(...) matching B::next

Definition at line 1147 of file ASTMatchers.h.

References clang::TemplateArgument::Declaration, and Node.

◆ AST_MATCHER_P() [98/107]

clang::ast_matchers::AST_MATCHER_P ( TemplateArgument  ,
refersToIntegralType  ,
internal::Matcher< QualType ,
InnerMatcher   
)

Matches a TemplateArgument that refers to an integral type.

Given

template<int T> struct C {};
C<42> c;

classTemplateSpecializationDecl( hasAnyTemplateArgument(refersToIntegralType(asString("int")))) matches the implicit instantiation of C in C<42>.

Definition at line 1197 of file ASTMatchers.h.

References clang::TemplateArgument::Integral, and Node.

◆ AST_MATCHER_P() [99/107]

clang::ast_matchers::AST_MATCHER_P ( TemplateArgument  ,
refersToTemplate  ,
internal::Matcher< TemplateName ,
InnerMatcher   
)

Matches a TemplateArgument that refers to a certain template.

Given

template<template <typename> class S> class X {};
template<typename T> class Y {};
X<Y> xi;

classTemplateSpecializationDecl(hasAnyTemplateArgument( refersToTemplate(templateName()))) matches the specialization X<Y>

Definition at line 1127 of file ASTMatchers.h.

References Node, and clang::TemplateArgument::Template.

◆ AST_MATCHER_P() [100/107]

clang::ast_matchers::AST_MATCHER_P ( TemplateArgument  ,
refersToType  ,
internal::Matcher< QualType ,
InnerMatcher   
)

Matches a TemplateArgument that refers to a certain type.

Given

struct X {};
template<typename T> struct A {};
A<X> a;

classTemplateSpecializationDecl(hasAnyTemplateArgument(refersToType( recordType(hasDeclaration(recordDecl(hasName("X"))))))) matches the specialization of struct A generated by A<X>.

Definition at line 1109 of file ASTMatchers.h.

References Node, and clang::TemplateArgument::Type.

◆ AST_MATCHER_P() [101/107]

clang::ast_matchers::AST_MATCHER_P ( TemplateSpecializationTypeLoc  ,
hasAnyTemplateArgumentLoc  ,
internal::Matcher< TemplateArgumentLoc ,
InnerMatcher   
)

Matches template specialization TypeLocs that have at least one TemplateArgumentLoc matching the given InnerMatcher.

Given

template<typename T> class A {};
A<int> a;

varDecl(hasTypeLoc(templateSpecializationTypeLoc(hasAnyTemplateArgumentLoc( hasTypeLoc(loc(asString("int"))))))) matches A<int> a.

Definition at line 6917 of file ASTMatchers.h.

References Node, and clang::Result.

◆ AST_MATCHER_P() [102/107]

clang::ast_matchers::AST_MATCHER_P ( Type  ,
hasUnqualifiedDesugaredType  ,
internal::Matcher< Type ,
InnerMatcher   
)

Matches if the matched type matches the unqualified desugared type of the matched node.

For example, in:

class A {};
using B = A;

The matcher type(hasUnqualifiedDesugaredType(recordType())) matches both B and A.

Definition at line 4137 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER_P() [103/107]

clang::ast_matchers::AST_MATCHER_P ( UnaryExprOrTypeTraitExpr  ,
hasArgumentOfType  ,
internal::Matcher< QualType ,
InnerMatcher   
)

Matches unary expressions that have a specific type of argument.

Given

int a, c; float b; int s = sizeof(a) + sizeof(b) + alignof(c);

unaryExprOrTypeTraitExpr(hasArgumentOfType(asString("int")) matches sizeof(a) and alignof(c)

Definition at line 3024 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER_P() [104/107]

clang::ast_matchers::AST_MATCHER_P ( UnaryExprOrTypeTraitExpr  ,
ofKind  ,
UnaryExprOrTypeTrait  ,
Kind   
)

Matches unary expressions of a certain kind.

Given

int x;
int s = sizeof(x) + alignof(x)

unaryExprOrTypeTraitExpr(ofKind(UETT_SizeOf)) matches sizeof(x)

If the matcher is use from clang-query, UnaryExprOrTypeTrait parameter should be passed as a quoted string. e.g., ofKind("UETT_SizeOf").

Definition at line 3042 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER_P() [105/107]

clang::ast_matchers::AST_MATCHER_P ( UsingShadowDecl  ,
hasTargetDecl  ,
internal::Matcher< NamedDecl ,
InnerMatcher   
)

Matches a using shadow declaration where the target declaration is matched by the given matcher.

Given

namespace X { int a; void b(); }
using X::a;
using X::b;

usingDecl(hasAnyUsingShadowDecl(hasTargetDecl(functionDecl()))) matches

using X::b

but not

using X::a

Definition at line 6694 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER_P() [106/107]

clang::ast_matchers::AST_MATCHER_P ( VarDecl  ,
hasInitializer  ,
internal::Matcher< Expr ,
InnerMatcher   
)

Matches a variable declaration that has an initializer expression that matches the given matcher.

Example matches x (matcher = varDecl(hasInitializer(callExpr())))

bool y() { return true; }
bool x = y();

Definition at line 4337 of file ASTMatchers.h.

References clang::Initializer, and Node.

◆ AST_MATCHER_P() [107/107]

clang::ast_matchers::AST_MATCHER_P ( VariableArrayType  ,
hasSizeExpr  ,
internal::Matcher< Expr ,
InnerMatcher   
)

Matches VariableArrayType nodes that have a specific size expression.

Given

void f(int b) {
int a[b];
}

variableArrayType(hasSizeExpr(ignoringImpCasts(declRefExpr(to( varDecl(hasName("b"))))))) matches "int a[b]"

Definition at line 7176 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER_P2() [1/4]

clang::ast_matchers::AST_MATCHER_P2 ( CXXNewExpr  ,
hasPlacementArg  ,
unsigned  ,
Index  ,
internal::Matcher< Expr ,
InnerMatcher   
)

Matches placement new expression arguments.

Given:

MyClass *p1 = new (Storage, 16) MyClass();

cxxNewExpr(hasPlacementArg(1, integerLiteral(equals(16)))) matches the expression 'new (Storage, 16) MyClass()'.

Definition at line 8456 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER_P2() [2/4]

clang::ast_matchers::AST_MATCHER_P2 ( DeclStmt  ,
containsDeclaration  ,
unsigned  ,
,
internal::Matcher< Decl ,
InnerMatcher   
)

Matches the n'th declaration of a declaration statement.

Note that this does not work for global declarations because the AST breaks up multiple-declaration DeclStmt's into multiple single-declaration DeclStmt's. Example: Given non-global declarations

int a, b = 0;
int c;
int d = 2, e;

declStmt(containsDeclaration( 0, varDecl(hasInitializer(anything())))) matches only 'int d = 2, e;', and declStmt(containsDeclaration(1, varDecl()))

matches 'int a, b = 0' as well as 'int d = 2, e;'
but 'int c;' is not matched.
#define not
Definition: iso646.h:19

Definition at line 4726 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER_P2() [3/4]

clang::ast_matchers::AST_MATCHER_P2 ( DecompositionDecl  ,
hasBinding  ,
unsigned  ,
,
internal::Matcher< BindingDecl ,
InnerMatcher   
)

Matches the Nth binding of a DecompositionDecl.

For example, in:

void foo()
{
int arr[3];
auto &[f, s, t] = arr;
f = 42;
}

The matcher:

decompositionDecl(hasBinding(0,
bindingDecl(hasName("f").bind("fBinding"))))

matches the decomposition decl with 'f' bound to "fBinding".

Definition at line 8257 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER_P2() [4/4]

clang::ast_matchers::AST_MATCHER_P2 ( InitListExpr  ,
hasInit  ,
unsigned  ,
,
internal::Matcher< Expr ,
InnerMatcher   
)

Matches the n'th item of an initializer list expression.

Example matches y. (matcher = initListExpr(hasInit(0, expr())))

int x{y}.

Definition at line 4686 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER_P_OVERLOAD() [1/11]

clang::ast_matchers::AST_MATCHER_P_OVERLOAD ( CXXMemberCallExpr  ,
thisPointerType  ,
internal::Matcher< Decl ,
InnerMatcher  ,
 
)

Overloaded to match the type's declaration.

Definition at line 4236 of file ASTMatchers.h.

References anyOf, and Node.

◆ AST_MATCHER_P_OVERLOAD() [2/11]

clang::ast_matchers::AST_MATCHER_P_OVERLOAD ( CXXMemberCallExpr  ,
thisPointerType  ,
internal::Matcher< QualType ,
InnerMatcher  ,
 
)

Matches if the type of the expression's implicit object argument either matches the InnerMatcher, or is a pointer to a type that matches the InnerMatcher.

Given

class Y { public: void m(); };
class X : public Y { void g(); };
void z() { Y y; y.m(); Y *p; p->m(); X x; x.m(); x.g(); }

cxxMemberCallExpr(thisPointerType(hasDeclaration( cxxRecordDecl(hasName("Y"))))) matches y.m(), p->m() and x.m(). cxxMemberCallExpr(thisPointerType(hasDeclaration( cxxRecordDecl(hasName("X"))))) matches x.g().

Definition at line 4228 of file ASTMatchers.h.

References anyOf, and Node.

◆ AST_MATCHER_P_OVERLOAD() [3/11]

clang::ast_matchers::AST_MATCHER_P_OVERLOAD ( Decl  ,
equalsNode  ,
const Decl ,
Other  ,
 
)

Overloads for the equalsNode matcher.

FIXME: Implement for other node types. Matches if a node equals another node.

Decl has pointer identity in the AST.

Definition at line 7845 of file ASTMatchers.h.

References Node, and clang::Other.

◆ AST_MATCHER_P_OVERLOAD() [4/11]

clang::ast_matchers::AST_MATCHER_P_OVERLOAD ( Expr  ,
ignoringParens  ,
internal::Matcher< Expr ,
InnerMatcher  ,
 
)

Overload ignoringParens for Expr.

Given

const char* str = ("my-string");

The matcher

implicitCastExpr(hasSourceExpression(ignoringParens(stringLiteral())))
const internal::VariadicDynCastAllOfMatcher< Stmt, ImplicitCastExpr > implicitCastExpr
Matches the implicit cast nodes of Clang's AST.
const internal::VariadicDynCastAllOfMatcher< Stmt, StringLiteral > stringLiteral
Matches string literals (also matches wide string literals).

would match the implicit cast resulting from the assignment.

Definition at line 1002 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER_P_OVERLOAD() [5/11]

clang::ast_matchers::AST_MATCHER_P_OVERLOAD ( NestedNameSpecifier  ,
hasPrefix  ,
internal::Matcher< NestedNameSpecifier ,
InnerMatcher  ,
 
)

Matches on the prefix of a NestedNameSpecifier.

Given

struct A { struct B { struct C {}; }; };
A::B::C c;

nestedNameSpecifier(hasPrefix(specifiesType(asString("struct A")))) and matches "A::"

Definition at line 7776 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER_P_OVERLOAD() [6/11]

clang::ast_matchers::AST_MATCHER_P_OVERLOAD ( NestedNameSpecifierLoc  ,
hasPrefix  ,
internal::Matcher< NestedNameSpecifierLoc ,
InnerMatcher  ,
 
)

Matches on the prefix of a NestedNameSpecifierLoc.

Given

struct A { struct B { struct C {}; }; };
A::B::C c;

nestedNameSpecifierLoc(hasPrefix(loc(specifiesType(asString("struct A"))))) matches "A::"

Definition at line 7794 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER_P_OVERLOAD() [7/11]

clang::ast_matchers::AST_MATCHER_P_OVERLOAD ( QualType  ,
ignoringParens  ,
internal::Matcher< QualType ,
InnerMatcher  ,
 
)

Matches types that match InnerMatcher after any parens are stripped.

Given

void (*fp)(void);

The matcher

varDecl(hasType(pointerType(pointee(ignoringParens(functionType())))))
const AstTypeMatcher< PointerType > pointerType
Matches pointer types, but does not match Objective-C object pointer types.
const AstTypeMatcher< FunctionType > functionType
Matches FunctionType nodes.

would match the declaration for fp.

Definition at line 986 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER_P_OVERLOAD() [8/11]

clang::ast_matchers::AST_MATCHER_P_OVERLOAD ( QualType  ,
pointsTo  ,
internal::Matcher< Decl ,
InnerMatcher  ,
 
)

Overloaded to match the pointee type's declaration.

Definition at line 4121 of file ASTMatchers.h.

References hasDeclaration(), Node, and qualType.

◆ AST_MATCHER_P_OVERLOAD() [9/11]

clang::ast_matchers::AST_MATCHER_P_OVERLOAD ( QualType  ,
references  ,
internal::Matcher< Decl ,
InnerMatcher  ,
 
)

Overloaded to match the referenced type's declaration.

Definition at line 4182 of file ASTMatchers.h.

References hasDeclaration(), Node, and qualType.

◆ AST_MATCHER_P_OVERLOAD() [10/11]

clang::ast_matchers::AST_MATCHER_P_OVERLOAD ( Stmt  ,
equalsNode  ,
const Stmt ,
Other  ,
 
)

Matches if a node equals another node.

Stmt has pointer identity in the AST.

Definition at line 7851 of file ASTMatchers.h.

References Node, and clang::Other.

◆ AST_MATCHER_P_OVERLOAD() [11/11]

clang::ast_matchers::AST_MATCHER_P_OVERLOAD ( Type  ,
equalsNode  ,
const Type ,
Other  ,
 
)

Matches if a node equals another node.

Type has pointer identity in the AST.

Definition at line 7857 of file ASTMatchers.h.

References Node, and clang::Other.

◆ AST_MATCHER_REGEX() [1/2]

clang::ast_matchers::AST_MATCHER_REGEX ( NamedDecl  ,
matchesName  ,
RegExp   
)

Matches NamedDecl nodes whose fully qualified names contain a substring matched by the given RegExp.

Supports specifying enclosing namespaces or classes by prefixing the name with '<enclosing>::'. Does not match typedefs of an underlying type with the given name.

Example matches X (regexp == "::X")

class X;

Example matches X (regexp is one of "::X", "^foo::.*X", among others)

namespace foo { namespace bar { class X; } }

Definition at line 3113 of file ASTMatchers.h.

References Node.

◆ AST_MATCHER_REGEX() [2/2]

clang::ast_matchers::AST_MATCHER_REGEX ( ObjCMessageExpr  ,
matchesSelector  ,
RegExp   
)

Matches ObjC selectors whose name contains a substring matched by the given RegExp.

matcher = objCMessageExpr(matchesSelector("loadHTMLString\:baseURL?")); matches the outer message expr in the code below, but NOT the message invocation for self.bodyView.

[self.bodyView loadHTMLString:html baseURL:NULL];

Definition at line 3840 of file ASTMatchers.h.

References Node.

◆ AST_POLYMORPHIC_MATCHER() [1/22]

clang::ast_matchers::AST_POLYMORPHIC_MATCHER ( hasDynamicExceptionSpec  ,
AST_POLYMORPHIC_SUPPORTED_TYPES(FunctionDecl, FunctionProtoType  
)

Matches functions that have a dynamic exception specification.

Given:

void f();
void g() noexcept;
void h() noexcept(true);
void i() noexcept(false);
void j() throw();
void k() throw(int);
void l() throw(...);
#define true
Definition: stdbool.h:21
#define false
Definition: stdbool.h:22

functionDecl(hasDynamicExceptionSpec()) and functionProtoType(hasDynamicExceptionSpec()) match the declarations of j, k, and l, but not f, g, h, or i.

Definition at line 5469 of file ASTMatchers.h.

References Node.

◆ AST_POLYMORPHIC_MATCHER() [2/22]

clang::ast_matchers::AST_POLYMORPHIC_MATCHER ( isArrow  ,
AST_POLYMORPHIC_SUPPORTED_TYPES(MemberExpr, UnresolvedMemberExpr, CXXDependentScopeMemberExpr  
)

Matches member expressions that are called with '->' as opposed to '.

'.

Member calls on the implicit this pointer match as called with '->'.

Given

class Y {
void x() { this->x(); x(); Y y; y.x(); a; this->b; Y::b; }
template <class T> void f() { this->f<T>(); f<T>(); }
int a;
static int b;
};
template <class T>
class Z {
void x() { this->m; }
};

memberExpr(isArrow()) matches this->x, x, y.x, a, this->b cxxDependentScopeMemberExpr(isArrow()) matches this->m unresolvedMemberExpr(isArrow()) matches this->f<T>, f<T>

Definition at line 6482 of file ASTMatchers.h.

References Node.

◆ AST_POLYMORPHIC_MATCHER() [3/22]

clang::ast_matchers::AST_POLYMORPHIC_MATCHER ( isAssignmentOperator  ,
AST_POLYMORPHIC_SUPPORTED_TYPES(BinaryOperator, CXXOperatorCallExpr, CXXRewrittenBinaryOperator  
)

Matches all kinds of assignment operators.

Example 1: matches a += b (matcher = binaryOperator(isAssignmentOperator()))

if (a == b)
a += b;

Example 2: matches s1 = s2 (matcher = cxxOperatorCallExpr(isAssignmentOperator()))

struct S { S& operator=(const S&); };
void x() { S s1, s2; s1 = s2; }

Definition at line 5934 of file ASTMatchers.h.

References Node.

◆ AST_POLYMORPHIC_MATCHER() [4/22]

clang::ast_matchers::AST_POLYMORPHIC_MATCHER ( isComparisonOperator  ,
AST_POLYMORPHIC_SUPPORTED_TYPES(BinaryOperator, CXXOperatorCallExpr, CXXRewrittenBinaryOperator  
)

Matches comparison operators.

Example 1: matches a == b (matcher = binaryOperator(isComparisonOperator()))

if (a == b)
a += b;

Example 2: matches s1 < s2 (matcher = cxxOperatorCallExpr(isComparisonOperator()))

struct S { bool operator<(const S& other); };
void x(S s1, S s2) { bool b1 = s1 < s2; }
bool operator<(DeclarationName LHS, DeclarationName RHS)
Ordering on two declaration names.

Definition at line 5955 of file ASTMatchers.h.

References Node.

◆ AST_POLYMORPHIC_MATCHER() [5/22]

clang::ast_matchers::AST_POLYMORPHIC_MATCHER ( isConsteval  ,
AST_POLYMORPHIC_SUPPORTED_TYPES(FunctionDecl, IfStmt  
)

Matches consteval function declarations and if consteval/if ! consteval statements.

Given:

consteval int a();
void b() { if consteval {} }
void c() { if ! consteval {} }
void d() { if ! consteval {} else {} }

functionDecl(isConsteval()) matches the declaration of "int a()". ifStmt(isConsteval()) matches the if statement in "void b()", "void c()", "void d()".

Definition at line 5521 of file ASTMatchers.h.

References Node.

◆ AST_POLYMORPHIC_MATCHER() [6/22]

clang::ast_matchers::AST_POLYMORPHIC_MATCHER ( isConstexpr  ,
AST_POLYMORPHIC_SUPPORTED_TYPES(VarDecl, FunctionDecl, IfStmt  
)

Matches constexpr variable and function declarations, and if constexpr.

Given:

constexpr int foo = 42;
constexpr int bar();
void baz() { if constexpr(1 > 0) {} }

varDecl(isConstexpr()) matches the declaration of foo. functionDecl(isConstexpr()) matches the declaration of bar. ifStmt(isConstexpr()) matches the if statement in baz.

Definition at line 5541 of file ASTMatchers.h.

References Node.

◆ AST_POLYMORPHIC_MATCHER() [7/22]

clang::ast_matchers::AST_POLYMORPHIC_MATCHER ( isDefinition  ,
AST_POLYMORPHIC_SUPPORTED_TYPES(TagDecl, VarDecl, ObjCMethodDecl, FunctionDecl  
)

Matches if a declaration has a body attached.

Example matches A, va, fa

class A {};
class B; // Doesn't match, as it has no body.
int va;
extern int vb; // Doesn't match, as it doesn't define the variable.
void fa() {}
void fb(); // Doesn't match, as it has no body.
@interface X
- (void)ma; // Doesn't match, interface is declaration.
@end
@implementation X
- (void)ma {}
@end

Usable as: Matcher<TagDecl>, Matcher<VarDecl>, Matcher<FunctionDecl>, Matcher<ObjCMethodDecl>

Definition at line 6207 of file ASTMatchers.h.

References Node.

◆ AST_POLYMORPHIC_MATCHER() [8/22]

clang::ast_matchers::AST_POLYMORPHIC_MATCHER ( isExpansionInMainFile  ,
AST_POLYMORPHIC_SUPPORTED_TYPES(Decl, Stmt, TypeLoc  
)

Matches AST nodes that were expanded within the main-file.

Example matches X but not Y (matcher = cxxRecordDecl(isExpansionInMainFile())

#include <Y.h>
class X {};

Y.h:

class Y {};

Usable as: Matcher<Decl>, Matcher<Stmt>, Matcher<TypeLoc>

Definition at line 247 of file ASTMatchers.h.

References clang::SourceManager::getExpansionLoc(), clang::SourceManager::isInMainFile(), and Node.

◆ AST_POLYMORPHIC_MATCHER() [9/22]

clang::ast_matchers::AST_POLYMORPHIC_MATCHER ( isExpansionInSystemHeader  ,
AST_POLYMORPHIC_SUPPORTED_TYPES(Decl, Stmt, TypeLoc  
)

Matches AST nodes that were expanded within system-header-files.

Example matches Y but not X (matcher = cxxRecordDecl(isExpansionInSystemHeader())

#include <SystemHeader.h>
class X {};

SystemHeader.h:

class Y {};

Usable as: Matcher<Decl>, Matcher<Stmt>, Matcher<TypeLoc>

Definition at line 268 of file ASTMatchers.h.

References clang::SourceManager::getExpansionLoc(), clang::SourceManager::isInSystemHeader(), and Node.

◆ AST_POLYMORPHIC_MATCHER() [10/22]

clang::ast_matchers::AST_POLYMORPHIC_MATCHER ( isExplicit  ,
AST_POLYMORPHIC_SUPPORTED_TYPES( CXXConstructorDecl, CXXConversionDecl, CXXDeductionGuideDecl  
)

Matches constructor, conversion function, and deduction guide declarations that have an explicit specifier if this explicit specifier is resolved to true.

Given

template<bool b>
struct S {
S(int); // #1
explicit S(double); // #2
operator int(); // #3
explicit operator bool(); // #4
explicit(false) S(bool) // # 7
explicit(true) S(char) // # 8
explicit(b) S(S) // # 9
};
S(int) -> S<true> // #5
explicit S(double) -> S<false> // #6

cxxConstructorDecl(isExplicit()) will match #2 and #8, but not #1, #7 or #9. cxxConversionDecl(isExplicit()) will match #4, but not #3. cxxDeductionGuideDecl(isExplicit()) will match #6, but not #5.

Definition at line 8006 of file ASTMatchers.h.

References Node.

◆ AST_POLYMORPHIC_MATCHER() [11/22]

clang::ast_matchers::AST_POLYMORPHIC_MATCHER ( isExplicitTemplateSpecialization  ,
AST_POLYMORPHIC_SUPPORTED_TYPES(FunctionDecl, VarDecl, CXXRecordDecl  
)

Matches explicit template specializations of function, class, or static member variable template instantiations.

Given

template<typename T> void A(T t) { }
template<> void A(int N) { }

functionDecl(isExplicitTemplateSpecialization()) matches the specialization A<int>().

Usable as: Matcher<FunctionDecl>, Matcher<VarDecl>, Matcher<CXXRecordDecl>

Definition at line 6785 of file ASTMatchers.h.

References Node, and clang::TSK_ExplicitSpecialization.

◆ AST_POLYMORPHIC_MATCHER() [12/22]

clang::ast_matchers::AST_POLYMORPHIC_MATCHER ( isExternC  ,
AST_POLYMORPHIC_SUPPORTED_TYPES(FunctionDecl, VarDecl  
)

Matches extern "C" function or variable declarations.

Given:

extern "C" void f() {}
extern "C" { void g() {} }
void h() {}
extern "C" int x = 1;
extern "C" int y = 2;
int z = 3;

functionDecl(isExternC()) matches the declaration of f and g, but not the declaration of h. varDecl(isExternC()) matches the declaration of x and y, but not the declaration of z.

Definition at line 5392 of file ASTMatchers.h.

References Node.

◆ AST_POLYMORPHIC_MATCHER() [13/22]

clang::ast_matchers::AST_POLYMORPHIC_MATCHER ( isFinal  ,
AST_POLYMORPHIC_SUPPORTED_TYPES(CXXRecordDecl, CXXMethodDecl  
)

Matches if the given method or class declaration is final.

Given:

class A final {};
struct B {
virtual void f();
};
struct C : B {
void f() final;
};

matches A and C::f, but not B, C, or B::f

Definition at line 6358 of file ASTMatchers.h.

References Node.

◆ AST_POLYMORPHIC_MATCHER() [14/22]

clang::ast_matchers::AST_POLYMORPHIC_MATCHER ( isImplicit  ,
AST_POLYMORPHIC_SUPPORTED_TYPES(Decl, Attr, LambdaCapture  
)

Matches an entity that has been implicitly added by the compiler (e.g.

implicit default/copy constructors).

Definition at line 761 of file ASTMatchers.h.

References Node.

◆ AST_POLYMORPHIC_MATCHER() [15/22]

clang::ast_matchers::AST_POLYMORPHIC_MATCHER ( isInline  ,
AST_POLYMORPHIC_SUPPORTED_TYPES(NamespaceDecl, FunctionDecl, VarDecl  
)

Matches functions, variables and namespace declarations that are marked with the inline keyword.

Given

inline void f();
void g();
namespace n {
inline namespace m {}
}
inline int Foo = 5;

functionDecl(isInline()) will match ::f(). namespaceDecl(isInline()) will match n::m. varDecl(isInline()) will match Foo;

Definition at line 8059 of file ASTMatchers.h.

References Node.

◆ AST_POLYMORPHIC_MATCHER() [16/22]

clang::ast_matchers::AST_POLYMORPHIC_MATCHER ( isNoThrow  ,
AST_POLYMORPHIC_SUPPORTED_TYPES(FunctionDecl, FunctionProtoType  
)

Matches functions that have a non-throwing exception specification.

Given:

void f();
void g() noexcept;
void h() throw();
void i() throw(int);
void j() noexcept(false);

functionDecl(isNoThrow()) and functionProtoType(isNoThrow()) match the declarations of g, and h, but not f, i or j.

Definition at line 5489 of file ASTMatchers.h.

References clang::FunctionProtoType::getExceptionSpecType(), clang::FunctionProtoType::isNothrow(), clang::isUnresolvedExceptionSpec(), and Node.

◆ AST_POLYMORPHIC_MATCHER() [17/22]

clang::ast_matchers::AST_POLYMORPHIC_MATCHER ( isPrivate  ,
AST_POLYMORPHIC_SUPPORTED_TYPES(Decl, CXXBaseSpecifier  
)

Matches private C++ declarations and C++ base specifers that specify private inheritance.

Examples:

class C {
public: int a;
protected: int b;
private: int c; // fieldDecl(isPrivate()) matches 'c'
};
struct Base {};
struct Derived1 : private Base {}; // matches 'Base'
class Derived2 : Base {}; // matches 'Base'

Definition at line 676 of file ASTMatchers.h.

References clang::AS_private, and Node.

◆ AST_POLYMORPHIC_MATCHER() [18/22]

clang::ast_matchers::AST_POLYMORPHIC_MATCHER ( isProtected  ,
AST_POLYMORPHIC_SUPPORTED_TYPES(Decl, CXXBaseSpecifier  
)

Matches protected C++ declarations and C++ base specifers that specify protected inheritance.

Examples:

class C {
public: int a;
protected: int b; // fieldDecl(isProtected()) matches 'b'
private: int c;
};
class Base {};
class Derived : protected Base {}; // matches 'Base'

Definition at line 653 of file ASTMatchers.h.

References clang::AS_protected, and Node.

◆ AST_POLYMORPHIC_MATCHER() [19/22]

clang::ast_matchers::AST_POLYMORPHIC_MATCHER ( isPublic  ,
AST_POLYMORPHIC_SUPPORTED_TYPES(Decl, CXXBaseSpecifier  
)

Matches public C++ declarations and C++ base specifers that specify public inheritance.

Examples:

class C {
public: int a; // fieldDecl(isPublic()) matches 'a'
protected: int b;
private: int c;
};
class Base {};
class Derived1 : public Base {}; // matches 'Base'
struct Derived2 : Base {}; // matches 'Base'

Definition at line 631 of file ASTMatchers.h.

References clang::AS_public, and Node.

◆ AST_POLYMORPHIC_MATCHER() [20/22]

clang::ast_matchers::AST_POLYMORPHIC_MATCHER ( isStaticStorageClass  ,
AST_POLYMORPHIC_SUPPORTED_TYPES(FunctionDecl, VarDecl  
)

Matches variable/function declarations that have "static" storage class specifier ("static" keyword) written in the source.

Given:

static void f() {}
static int i = 0;
extern int j;
int k;

functionDecl(isStaticStorageClass()) matches the function declaration f. varDecl(isStaticStorageClass()) matches the variable declaration i.

Definition at line 5411 of file ASTMatchers.h.

References Node, and clang::SC_Static.

◆ AST_POLYMORPHIC_MATCHER() [21/22]

clang::ast_matchers::AST_POLYMORPHIC_MATCHER ( isTemplateInstantiation  ,
AST_POLYMORPHIC_SUPPORTED_TYPES(FunctionDecl, VarDecl, CXXRecordDecl  
)

Matches template instantiations of function, class, or static member variable template instantiations.

Given

template <typename T> class X {}; class A {}; X<A> x;

or

template <typename T> class X {}; class A {}; template class X<A>;

or

template <typename T> class X {}; class A {}; extern template class X<A>;

cxxRecordDecl(hasName("::X"), isTemplateInstantiation()) matches the template instantiation of X.

But given

template <typename T> class X {}; class A {};
template <> class X<A> {}; X<A> x;

cxxRecordDecl(hasName("::X"), isTemplateInstantiation()) does not match, as X is an explicit template specialization.

Usable as: Matcher<FunctionDecl>, Matcher<VarDecl>, Matcher<CXXRecordDecl>

Definition at line 6726 of file ASTMatchers.h.

References Node, clang::TSK_ExplicitInstantiationDeclaration, clang::TSK_ExplicitInstantiationDefinition, and clang::TSK_ImplicitInstantiation.

◆ AST_POLYMORPHIC_MATCHER() [22/22]

clang::ast_matchers::AST_POLYMORPHIC_MATCHER ( isVirtual  ,
AST_POLYMORPHIC_SUPPORTED_TYPES(CXXMethodDecl, CXXBaseSpecifier  
)

Matches declarations of virtual methods and C++ base specifers that specify virtual inheritance.

Example:

class A {
public:
virtual void x(); // matches x
};

Example:

class Base {};
class DirectlyDerived : virtual Base {}; // matches Base
class IndirectlyDerived : DirectlyDerived, Base {}; // matches Base

Usable as: Matcher<CXXMethodDecl>, Matcher<CXXBaseSpecifier>

Definition at line 6315 of file ASTMatchers.h.

References Node.

◆ AST_POLYMORPHIC_MATCHER_P() [1/25]

clang::ast_matchers::AST_POLYMORPHIC_MATCHER_P ( argumentCountAtLeast  ,
AST_POLYMORPHIC_SUPPORTED_TYPES( CallExpr, CXXConstructExpr, CXXUnresolvedConstructExpr, ObjCMessageExpr ,
unsigned  ,
 
)

Checks that a call expression or a constructor call expression has at least the specified number of arguments (including absent default arguments).

Example matches f(0, 0) and g(0, 0, 0) (matcher = callExpr(argumentCountAtLeast(2)))

void f(int x, int y);
void g(int x, int y, int z);
f(0, 0);
g(0, 0, 0);

Definition at line 4529 of file ASTMatchers.h.

References Node.

◆ AST_POLYMORPHIC_MATCHER_P() [2/25]

clang::ast_matchers::AST_POLYMORPHIC_MATCHER_P ( argumentCountIs  ,
AST_POLYMORPHIC_SUPPORTED_TYPES( CallExpr, CXXConstructExpr, CXXUnresolvedConstructExpr, ObjCMessageExpr ,
unsigned  ,
 
)

Checks that a call expression or a constructor call expression has a specific number of arguments (including absent default arguments).

Example matches f(0, 0) (matcher = callExpr(argumentCountIs(2)))

void f(int x, int y);
f(0, 0);

Definition at line 4502 of file ASTMatchers.h.

References Node.

◆ AST_POLYMORPHIC_MATCHER_P() [3/25]

clang::ast_matchers::AST_POLYMORPHIC_MATCHER_P ( equalsBoundNode  ,
AST_POLYMORPHIC_SUPPORTED_TYPES(Stmt, Decl, Type, QualType ,
std::string  ,
ID   
)

Matches if a node equals a previously bound node.

Matches a node if it equals the node previously bound to ID.

Given

class X { int a; int b; };

cxxRecordDecl( has(fieldDecl(hasName("a"), hasType(type().bind("t")))), has(fieldDecl(hasName("b"), hasType(type(equalsBoundNode("t")))))) matches the class X, as a and b have the same type.

Note that when multiple matches are involved via forEach* matchers, equalsBoundNodes acts as a filter. For example: compoundStmt( forEachDescendant(varDecl().bind("d")), forEachDescendant(declRefExpr(to(decl(equalsBoundNode("d")))))) will trigger a match for each combination of variable declaration and reference to that variable declaration within a compound statement.

Definition at line 5656 of file ASTMatchers.h.

References clang::DynTypedNode::create(), ID, and Node.

◆ AST_POLYMORPHIC_MATCHER_P() [4/25]

clang::ast_matchers::AST_POLYMORPHIC_MATCHER_P ( forEachTemplateArgument  ,
AST_POLYMORPHIC_SUPPORTED_TYPES(ClassTemplateSpecializationDecl, TemplateSpecializationType, FunctionDecl ,
internal::Matcher< TemplateArgument ,
InnerMatcher   
)

Matches classTemplateSpecialization, templateSpecializationType and functionDecl nodes where the template argument matches the inner matcher.

This matcher may produce multiple matches.

Given

template <typename T, unsigned N, unsigned M>
struct Matrix {};
constexpr unsigned R = 2;
Matrix<int, R * 2, R * 4> M;
template <typename T, typename U>
void f(T&& t, U&& u) {}
bool B = false;
f(R, B);

templateSpecializationType(forEachTemplateArgument(isExpr(expr()))) matches twice, with expr() matching 'R * 2' and 'R * 4' functionDecl(forEachTemplateArgument(refersToType(builtinType()))) matches the specialization f<unsigned, bool> twice, for 'unsigned' and 'bool'

Definition at line 5328 of file ASTMatchers.h.

References Node, and clang::Result.

◆ AST_POLYMORPHIC_MATCHER_P() [5/25]

clang::ast_matchers::AST_POLYMORPHIC_MATCHER_P ( hasAnyArgument  ,
AST_POLYMORPHIC_SUPPORTED_TYPES( CallExpr, CXXConstructExpr, CXXUnresolvedConstructExpr, ObjCMessageExpr ,
internal::Matcher< Expr ,
InnerMatcher   
)

Matches any argument of a call expression or a constructor call expression, or an ObjC-message-send expression.

Given

void x(int, int, int) { int y; x(1, y, 42); }

callExpr(hasAnyArgument(declRefExpr())) matches x(1, y, 42) with hasAnyArgument(...) matching y

For ObjectiveC, given

@interface I - (void) f:(int) y; @end
void foo(I *i) { [i f:12]; }

objcMessageExpr(hasAnyArgument(integerLiteral(equals(12)))) matches [i f:12]

Definition at line 4891 of file ASTMatchers.h.

References Node, and clang::Result.

◆ AST_POLYMORPHIC_MATCHER_P() [6/25]

clang::ast_matchers::AST_POLYMORPHIC_MATCHER_P ( hasAnyParameter  ,
AST_POLYMORPHIC_SUPPORTED_TYPES(FunctionDecl, ObjCMethodDecl, BlockDecl ,
internal::Matcher< ParmVarDecl ,
InnerMatcher   
)

Matches any parameter of a function or an ObjC method declaration or a block.

Does not match the 'this' parameter of a method.

Given

class X { void f(int x, int y, int z) {} };

cxxMethodDecl(hasAnyParameter(hasName("y"))) matches f(int x, int y, int z) {} with hasAnyParameter(...) matching int y

For ObjectiveC, given

@interface I - (void) f:(int) y; @end

the matcher objcMethodDecl(hasAnyParameter(hasName("y"))) matches the declaration of method f with hasParameter matching y.

For blocks, given

b = ^(int y) { printf("%d", y) };
int printf(__constant const char *st,...) __attribute__((format(printf

the matcher blockDecl(hasAnyParameter(hasName("y"))) matches the declaration of the block b with hasParameter matching y.

Definition at line 5270 of file ASTMatchers.h.

References Node.

◆ AST_POLYMORPHIC_MATCHER_P() [7/25]

clang::ast_matchers::AST_POLYMORPHIC_MATCHER_P ( hasAnySubstatement  ,
AST_POLYMORPHIC_SUPPORTED_TYPES(CompoundStmt, StmtExpr ,
internal::Matcher< Stmt ,
InnerMatcher   
)

Matches compound statements where at least one substatement matches a given matcher.

Also matches StmtExprs that have CompoundStmt as children.

Given

{ {}; 1+2; }

hasAnySubstatement(compoundStmt()) matches '{ {}; 1+2; }' with compoundStmt() matching '{}'

Definition at line 5792 of file ASTMatchers.h.

References clang::CompoundStmt::body_begin(), clang::CompoundStmt::body_end(), and Node.

◆ AST_POLYMORPHIC_MATCHER_P() [8/25]

clang::ast_matchers::AST_POLYMORPHIC_MATCHER_P ( hasAnyTemplateArgument  ,
AST_POLYMORPHIC_SUPPORTED_TYPES(ClassTemplateSpecializationDecl, TemplateSpecializationType, FunctionDecl ,
internal::Matcher< TemplateArgument ,
InnerMatcher   
)

Matches classTemplateSpecializations, templateSpecializationType and functionDecl that have at least one TemplateArgument matching the given InnerMatcher.

Given

template<typename T> class A {};
template<> class A<double> {};
A<int> a;
template<typename T> f() {};
void func() { f<int>(); };
__device__ double

classTemplateSpecializationDecl(hasAnyTemplateArgument( refersToType(asString("int")))) matches the specialization A<int>

functionDecl(hasAnyTemplateArgument(refersToType(asString("int")))) matches the specialization f<int>

Definition at line 788 of file ASTMatchers.h.

References Node.

◆ AST_POLYMORPHIC_MATCHER_P() [9/25]

clang::ast_matchers::AST_POLYMORPHIC_MATCHER_P ( hasBody  ,
AST_POLYMORPHIC_SUPPORTED_TYPES(DoStmt, ForStmt, WhileStmt, CXXForRangeStmt, FunctionDecl, CoroutineBodyStmt ,
internal::Matcher< Stmt ,
InnerMatcher   
)

Matches a 'for', 'while', 'while' statement or a function or coroutine definition that has a given body.

Note that in case of functions or coroutines this matcher only matches the definition itself and not the other declarations of the same function or coroutine.

Given

for (;;) {}

forStmt(hasBody(compoundStmt())) matches 'for (;;) {}' with compoundStmt() matching '{}'

Given

void f();
void f() {}

functionDecl(hasBody(compoundStmt())) matches 'void f() {}' with compoundStmt() matching '{}' but does not match 'void f();'

Definition at line 5745 of file ASTMatchers.h.

References Node.

◆ AST_POLYMORPHIC_MATCHER_P() [10/25]

clang::ast_matchers::AST_POLYMORPHIC_MATCHER_P ( hasCondition  ,
AST_POLYMORPHIC_SUPPORTED_TYPES(IfStmt, ForStmt, WhileStmt, DoStmt, SwitchStmt, AbstractConditionalOperator ,
internal::Matcher< Expr ,
InnerMatcher   
)

Matches the condition expression of an if statement, for loop, switch statement or conditional operator.

Example matches true (matcher = hasCondition(cxxBoolLiteral(equals(true))))

if (true) {}

Definition at line 5601 of file ASTMatchers.h.

References clang::Condition, and Node.

◆ AST_POLYMORPHIC_MATCHER_P() [11/25]

clang::ast_matchers::AST_POLYMORPHIC_MATCHER_P ( hasEitherOperand  ,
AST_POLYMORPHIC_SUPPORTED_TYPES(BinaryOperator, CXXOperatorCallExpr, CXXFoldExpr, CXXRewrittenBinaryOperator ,
internal::Matcher< Expr ,
InnerMatcher   
)

Matches if either the left hand side or the right hand side of a binary operator or fold expression matches.

Definition at line 5998 of file ASTMatchers.h.

References anyOf, and Node.

◆ AST_POLYMORPHIC_MATCHER_P() [12/25]

clang::ast_matchers::AST_POLYMORPHIC_MATCHER_P ( hasInitStatement  ,
AST_POLYMORPHIC_SUPPORTED_TYPES(IfStmt, SwitchStmt, CXXForRangeStmt ,
internal::Matcher< Stmt ,
InnerMatcher   
)

Matches selection statements with initializer.

Given:

void foo() {
if (int i = foobar(); i > 0) {}
switch (int i = foobar(); i) {}
for (auto& a = get_range(); auto& x : a) {}
}
void bar() {
if (foobar() > 0) {}
switch (foobar()) {}
for (auto& x : get_range()) {}
}

ifStmt(hasInitStatement(anything())) matches the if statement in foo but not in bar. switchStmt(hasInitStatement(anything())) matches the switch statement in foo but not in bar. cxxForRangeStmt(hasInitStatement(anything())) matches the range for statement in foo but not in bar.

Definition at line 5586 of file ASTMatchers.h.

References clang::Init, and Node.

◆ AST_POLYMORPHIC_MATCHER_P() [13/25]

clang::ast_matchers::AST_POLYMORPHIC_MATCHER_P ( hasLHS  ,
AST_POLYMORPHIC_SUPPORTED_TYPES(BinaryOperator, CXXOperatorCallExpr, CXXRewrittenBinaryOperator, ArraySubscriptExpr, CXXFoldExpr ,
internal::Matcher< Expr ,
InnerMatcher   
)

Matches the left hand side of binary operator expressions.

Example matches a (matcher = binaryOperator(hasLHS()))

a || b

Definition at line 5968 of file ASTMatchers.h.

References Node.

◆ AST_POLYMORPHIC_MATCHER_P() [14/25]

clang::ast_matchers::AST_POLYMORPHIC_MATCHER_P ( hasObjectExpression  ,
AST_POLYMORPHIC_SUPPORTED_TYPES(MemberExpr, UnresolvedMemberExpr, CXXDependentScopeMemberExpr ,
internal::Matcher< Expr ,
InnerMatcher   
)

Matches a member expression where the object expression is matched by a given matcher.

Implicit object expressions are included; that is, it matches use of implicit this.

Given

struct X {
int m;
int f(X x) { x.m; return m; }
};

memberExpr(hasObjectExpression(hasType(cxxRecordDecl(hasName("X"))))) matches x.m, but not m; however, memberExpr(hasObjectExpression(hasType(pointsTo( matches m (aka. this->m), but not x.m.

Definition at line 6652 of file ASTMatchers.h.

References Node.

◆ AST_POLYMORPHIC_MATCHER_P() [15/25]

clang::ast_matchers::AST_POLYMORPHIC_MATCHER_P ( hasOperatorName  ,
AST_POLYMORPHIC_SUPPORTED_TYPES(BinaryOperator, CXXOperatorCallExpr, CXXRewrittenBinaryOperator, CXXFoldExpr, UnaryOperator ,
std::string  ,
Name   
)

Matches the operator Name of operator expressions and fold expressions (binary or unary).

Example matches a || b (matcher = binaryOperator(hasOperatorName("||")))

!(a || b)

Example matches (0 + ... + args) (matcher = cxxFoldExpr(hasOperatorName("+")))

template <typename... Args>
auto sum(Args... args) {
return (0 + ... + args);
}

Definition at line 5894 of file ASTMatchers.h.

References Node.

◆ AST_POLYMORPHIC_MATCHER_P() [16/25]

clang::ast_matchers::AST_POLYMORPHIC_MATCHER_P ( hasRHS  ,
AST_POLYMORPHIC_SUPPORTED_TYPES(BinaryOperator, CXXOperatorCallExpr, CXXRewrittenBinaryOperator, ArraySubscriptExpr, CXXFoldExpr ,
internal::Matcher< Expr ,
InnerMatcher   
)

Matches the right hand side of binary operator expressions.

Example matches b (matcher = binaryOperator(hasRHS()))

a || b

Definition at line 5985 of file ASTMatchers.h.

References Node.

◆ AST_POLYMORPHIC_MATCHER_P() [17/25]

clang::ast_matchers::AST_POLYMORPHIC_MATCHER_P ( hasSize  ,
AST_POLYMORPHIC_SUPPORTED_TYPES(ConstantArrayType, StringLiteral ,
unsigned  ,
 
)

Matches nodes that have the specified size.

Given

int a[42];
int b[2 * 21];
int c[41], d[43];
char *s = "abcd";
wchar_t *ws = L"abcd";
char *w = "a";

constantArrayType(hasSize(42)) matches "int a[42]" and "int b[2 * 21]" stringLiteral(hasSize(4)) matches "abcd", L"abcd"

Definition at line 7102 of file ASTMatchers.h.

References Node.

◆ AST_POLYMORPHIC_MATCHER_P() [18/25]

clang::ast_matchers::AST_POLYMORPHIC_MATCHER_P ( hasSourceExpression  ,
AST_POLYMORPHIC_SUPPORTED_TYPES(CastExpr, OpaqueValueExpr ,
internal::Matcher< Expr ,
InnerMatcher   
)

Matches if the cast's source expression or opaque value's source expression matches the given matcher.

Example 1: matches "a string" (matcher = castExpr(hasSourceExpression(cxxConstructExpr())))

class URL { URL(string); };
URL url = "a string";

Example 2: matches 'b' (matcher = opaqueValueExpr(hasSourceExpression(implicitCastExpr(declRefExpr())))

int a = b ?: 1;

Definition at line 6061 of file ASTMatchers.h.

References Node.

◆ AST_POLYMORPHIC_MATCHER_P() [19/25]

Matches if the type location of a node matches the inner matcher.

Examples:

int x;

declaratorDecl(hasTypeLoc(loc(asString("int")))) matches int x

auto x = int(3);

cxxTemporaryObjectExpr(hasTypeLoc(loc(asString("int")))) matches int(3)

struct Foo { Foo(int, int); };
auto x = Foo(1, 2);

cxxFunctionalCastExpr(hasTypeLoc(loc(asString("struct Foo")))) matches Foo(1, 2)

Usable as: Matcher<BlockDecl>, Matcher<CXXBaseSpecifier>, Matcher<CXXCtorInitializer>, Matcher<CXXFunctionalCastExpr>, Matcher<CXXNewExpr>, Matcher<CXXTemporaryObjectExpr>, Matcher<CXXUnresolvedConstructExpr>, Matcher<ClassTemplateSpecializationDecl>, Matcher<CompoundLiteralExpr>, Matcher<DeclaratorDecl>, Matcher<ExplicitCastExpr>, Matcher<ObjCPropertyDecl>, Matcher<TemplateArgumentLoc>, Matcher<TypedefNameDecl>

Definition at line 4073 of file ASTMatchers.h.

References clang::TypeSourceInfo::getTypeLoc(), and Node.

◆ AST_POLYMORPHIC_MATCHER_P() [20/25]

clang::ast_matchers::AST_POLYMORPHIC_MATCHER_P ( hasUnaryOperand  ,
AST_POLYMORPHIC_SUPPORTED_TYPES(UnaryOperator, CXXOperatorCallExpr ,
internal::Matcher< Expr ,
InnerMatcher   
)

Matches if the operand of a unary operator matches.

Example matches true (matcher = hasUnaryOperand( cxxBoolLiteral(equals(true))))

!true

Definition at line 6037 of file ASTMatchers.h.

References Node.

◆ AST_POLYMORPHIC_MATCHER_P() [21/25]

clang::ast_matchers::AST_POLYMORPHIC_MATCHER_P ( isDerivedFrom  ,
AST_POLYMORPHIC_SUPPORTED_TYPES(CXXRecordDecl, ObjCInterfaceDecl ,
internal::Matcher< NamedDecl ,
Base   
)

Matches C++ classes that are directly or indirectly derived from a class matching Base, or Objective-C classes that directly or indirectly subclass a class matching Base.

Note that a class is not considered to be derived from itself.

Example matches Y, Z, C (Base == hasName("X"))

class X;
class Y : public X {}; // directly derived
class Z : public Y {}; // indirectly derived
typedef X A;
typedef A B;
class C : public B {}; // derived from a typedef of X

In the following example, Bar matches isDerivedFrom(hasName("X")):

class Foo;
typedef Foo X;
class Bar : public Foo {}; // derived from a type that X is a typedef of

In the following example, Bar matches isDerivedFrom(hasName("NSObject"))

@interface NSObject @end
@interface Bar : NSObject @end

Usable as: Matcher<CXXRecordDecl>, Matcher<ObjCInterfaceDecl>

Definition at line 3268 of file ASTMatchers.h.

References Node.

◆ AST_POLYMORPHIC_MATCHER_P() [22/25]

clang::ast_matchers::AST_POLYMORPHIC_MATCHER_P ( isExpandedFromMacro  ,
AST_POLYMORPHIC_SUPPORTED_TYPES(Decl, Stmt, TypeLoc ,
std::string  ,
MacroName   
)

Matches statements that are (transitively) expanded from the named macro.

Does not match if only part of the statement is expanded from that macro or if different parts of the statement are expanded from different appearances of the macro.

Definition at line 316 of file ASTMatchers.h.

References clang::ast_matchers::internal::getExpansionLocOfMacro(), and Node.

◆ AST_POLYMORPHIC_MATCHER_P() [23/25]

clang::ast_matchers::AST_POLYMORPHIC_MATCHER_P ( parameterCountIs  ,
AST_POLYMORPHIC_SUPPORTED_TYPES(FunctionDecl, FunctionProtoType ,
unsigned  ,
 
)

Matches FunctionDecls and FunctionProtoTypes that have a specific parameter count.

Given

void f(int i) {}
void g(int i, int j) {}
void h(int i, int j);
void j(int i);
void k(int x, int y, int z, ...);

functionDecl(parameterCountIs(2)) matches g and h functionProtoType(parameterCountIs(2)) matches g and h functionProtoType(parameterCountIs(3)) matches k

Definition at line 5298 of file ASTMatchers.h.

References Node.

◆ AST_POLYMORPHIC_MATCHER_P() [24/25]

clang::ast_matchers::AST_POLYMORPHIC_MATCHER_P ( templateArgumentCountIs  ,
AST_POLYMORPHIC_SUPPORTED_TYPES(ClassTemplateSpecializationDecl, TemplateSpecializationType ,
unsigned  ,
 
)

Matches if the number of template arguments equals N.

Given

template<typename T> struct C {};
C<int> c;

classTemplateSpecializationDecl(templateArgumentCountIs(1)) matches C<int>.

Definition at line 1090 of file ASTMatchers.h.

References Node.

◆ AST_POLYMORPHIC_MATCHER_P() [25/25]

clang::ast_matchers::AST_POLYMORPHIC_MATCHER_P ( throughUsingDecl  ,
AST_POLYMORPHIC_SUPPORTED_TYPES(DeclRefExpr, UsingType ,
internal::Matcher< UsingShadowDecl ,
Inner   
)

Matches if a node refers to a declaration through a specific using shadow declaration.

Examples:

namespace a { int f(); }
using a::f;
int x = f();

declRefExpr(throughUsingDecl(anything())) matches f

namespace a { class X{}; }
using a::X;
X x;

typeLoc(loc(usingType(throughUsingDecl(anything())))) matches X

Usable as: Matcher<DeclRefExpr>, Matcher<UsingType>

Definition at line 4280 of file ASTMatchers.h.

References Node.

◆ AST_POLYMORPHIC_MATCHER_P2() [1/7]

clang::ast_matchers::AST_POLYMORPHIC_MATCHER_P2 ( forEachArgumentWithParam  ,
AST_POLYMORPHIC_SUPPORTED_TYPES(CallExpr, CXXConstructExpr ,
internal::Matcher< Expr ,
ArgMatcher  ,
internal::Matcher< ParmVarDecl ,
ParamMatcher   
)

Matches all arguments and their respective ParmVarDecl.

Given

void f(int i);
int y;
f(y);

callExpr( forEachArgumentWithParam( declRefExpr(to(varDecl(hasName("y")))), parmVarDecl(hasType(isInteger())) )) matches f(y); with declRefExpr(...) matching int y and parmVarDecl(...) matching int i

Definition at line 5072 of file ASTMatchers.h.

References anyOf, callExpr, cxxConstructExpr, cxxConstructorDecl, cxxMethodDecl, cxxOperatorCallExpr, expr, functionDecl, hasDeclaration(), Node, clang::Result, and unless.

◆ AST_POLYMORPHIC_MATCHER_P2() [2/7]

clang::ast_matchers::AST_POLYMORPHIC_MATCHER_P2 ( forEachArgumentWithParamType  ,
AST_POLYMORPHIC_SUPPORTED_TYPES(CallExpr, CXXConstructExpr ,
internal::Matcher< Expr ,
ArgMatcher  ,
internal::Matcher< QualType ,
ParamMatcher   
)

Matches all arguments and their respective types for a CallExpr or CXXConstructExpr.

It is very similar to forEachArgumentWithParam but it works on calls through function pointers as well.

The difference is, that function pointers do not provide access to a ParmVarDecl, but only the QualType for each argument.

Given

void f(int i);
int y;
f(y);
void (*f_ptr)(int) = f;
f_ptr(y);

callExpr( forEachArgumentWithParamType( declRefExpr(to(varDecl(hasName("y")))), qualType(isInteger()).bind("type) )) matches f(y) and f_ptr(y) with declRefExpr(...) matching int y and qualType(...) matching int

Definition at line 5135 of file ASTMatchers.h.

References anyOf, clang::Call, callExpr, cxxConstructExpr, cxxConstructorDecl, cxxMethodDecl, cxxOperatorCallExpr, expr, functionDecl, clang::Type::getAs(), clang::QualType::getCanonicalType(), clang::FunctionProtoType::getNumParams(), clang::FunctionProtoType::getParamType(), clang::Type::getPointeeType(), clang::Value::getType(), hasDeclaration(), clang::Type::isFunctionPointerType(), clang::Type::isMemberFunctionPointerType(), clang::FunctionProtoType::isVariadic(), Node, clang::Result, and unless.

◆ AST_POLYMORPHIC_MATCHER_P2() [3/7]

clang::ast_matchers::AST_POLYMORPHIC_MATCHER_P2 ( hasArgument  ,
AST_POLYMORPHIC_SUPPORTED_TYPES( CallExpr, CXXConstructExpr, CXXUnresolvedConstructExpr, ObjCMessageExpr ,
unsigned  ,
,
internal::Matcher< Expr ,
InnerMatcher   
)

Matches the n'th argument of a call expression or a constructor call expression.

Example matches y in x(y) (matcher = callExpr(hasArgument(0, declRefExpr())))

void x(int) { int y; x(y); }

Definition at line 4553 of file ASTMatchers.h.

References clang::Expr::IgnoreParenImpCasts(), and Node.

◆ AST_POLYMORPHIC_MATCHER_P2() [4/7]

clang::ast_matchers::AST_POLYMORPHIC_MATCHER_P2 ( hasOperands  ,
AST_POLYMORPHIC_SUPPORTED_TYPES(BinaryOperator, CXXOperatorCallExpr, CXXFoldExpr, CXXRewrittenBinaryOperator ,
internal::Matcher< Expr ,
Matcher1  ,
internal::Matcher< Expr ,
Matcher2   
)

Matches if both matchers match with opposite sides of the binary operator or fold expression.

Example matcher = binaryOperator(hasOperands(integerLiteral(equals(1), integerLiteral(equals(2)))

1 + 2 // Match
2 + 1 // Match
1 + 1 // No match
2 + 2 // No match

Definition at line 6019 of file ASTMatchers.h.

References allOf, anyOf, and Node.

◆ AST_POLYMORPHIC_MATCHER_P2() [5/7]

clang::ast_matchers::AST_POLYMORPHIC_MATCHER_P2 ( hasParameter  ,
AST_POLYMORPHIC_SUPPORTED_TYPES(FunctionDecl, ObjCMethodDecl, BlockDecl ,
unsigned  ,
,
internal::Matcher< ParmVarDecl ,
InnerMatcher   
)

Matches the n'th parameter of a function or an ObjC method declaration or a block.

Given

class X { void f(int x) {} };

cxxMethodDecl(hasParameter(0, hasType(varDecl()))) matches f(int x) {} with hasParameter(...) matching int x

For ObjectiveC, given

@interface I - (void) f:(int) y; @end

the matcher objcMethodDecl(hasParameter(0, hasName("y"))) matches the declaration of method f with hasParameter matching y.

Definition at line 5025 of file ASTMatchers.h.

References Node.

◆ AST_POLYMORPHIC_MATCHER_P2() [6/7]

clang::ast_matchers::AST_POLYMORPHIC_MATCHER_P2 ( hasTemplateArgument  ,
AST_POLYMORPHIC_SUPPORTED_TYPES(ClassTemplateSpecializationDecl, TemplateSpecializationType, FunctionDecl ,
unsigned  ,
,
internal::Matcher< TemplateArgument ,
InnerMatcher   
)

Matches classTemplateSpecializations, templateSpecializationType and functionDecl where the n'th TemplateArgument matches the given InnerMatcher.

Given

template<typename T, typename U> class A {};
A<bool, int> b;
A<int, bool> c;
template<typename T> void f() {}
void func() { f<int>(); };

classTemplateSpecializationDecl(hasTemplateArgument( 1, refersToType(asString("int")))) matches the specialization A<bool, int>

functionDecl(hasTemplateArgument(0, refersToType(asString("int")))) matches the specialization f<int>

Definition at line 1068 of file ASTMatchers.h.

References Node.

◆ AST_POLYMORPHIC_MATCHER_P2() [7/7]

clang::ast_matchers::AST_POLYMORPHIC_MATCHER_P2 ( hasTemplateArgumentLoc  ,
AST_POLYMORPHIC_SUPPORTED_TYPES(DeclRefExpr, TemplateSpecializationTypeLoc ,
unsigned  ,
Index  ,
internal::Matcher< TemplateArgumentLoc ,
InnerMatcher   
)

Matches template specialization TypeLocs where the n'th TemplateArgumentLoc matches the given InnerMatcher.

Given

template<typename T, typename U> class A {};
A<double, int> b;
A<int, double> c;

varDecl(hasTypeLoc(templateSpecializationTypeLoc(hasTemplateArgumentLoc(0, hasTypeLoc(loc(asString("double"))))))) matches A<double, int> b, but not A<int, double> c.

Definition at line 6941 of file ASTMatchers.h.

References Node.

◆ AST_POLYMORPHIC_MATCHER_P_OVERLOAD() [1/12]

clang::ast_matchers::AST_POLYMORPHIC_MATCHER_P_OVERLOAD ( callee  ,
AST_POLYMORPHIC_SUPPORTED_TYPES(CallExpr, CXXFoldExpr ,
internal::Matcher< Stmt ,
InnerMatcher  ,
 
)

Matches if the call or fold expression's callee expression matches.

Given

class Y { void x() { this->x(); x(); Y y; y.x(); } };
void f() { f(); }

callExpr(callee(expr())) matches this->x(), x(), y.x(), f() with callee(...) matching this->x, x, y.x, f respectively

Given

template <typename... Args>
auto sum(Args... args) {
return (0 + ... + args);
}
template <typename... Args>
auto multiply(Args... args) {
return (args * ... * 1);
}

cxxFoldExpr(callee(expr())) matches (args * ... * 1) with callee(...) matching *

Note: Callee cannot take the more general internal::Matcher<Expr> because this introduces ambiguous overloads with calls to Callee taking a internal::Matcher<Decl>, as the matcher hierarchy is purely implemented in terms of implicit casts.

Definition at line 3929 of file ASTMatchers.h.

References Node.

◆ AST_POLYMORPHIC_MATCHER_P_OVERLOAD() [2/12]

clang::ast_matchers::AST_POLYMORPHIC_MATCHER_P_OVERLOAD ( callee  ,
AST_POLYMORPHIC_SUPPORTED_TYPES(ObjCMessageExpr, CallExpr ,
internal::Matcher< Decl ,
InnerMatcher  ,
 
)

Matches 1) if the call expression's callee's declaration matches the given matcher; or 2) if the Obj-C message expression's callee's method declaration matches the given matcher.

Example matches y.x() (matcher = callExpr(callee( cxxMethodDecl(hasName("x")))))

class Y { public: void x(); };
void z() { Y y; y.x(); }

Example 2. Matches [I foo] with objcMessageExpr(callee(objcMethodDecl(hasName("foo"))))

@interface I: NSObject
+(void)foo;
@end
...
[I foo]

Definition at line 3959 of file ASTMatchers.h.

References callExpr, hasDeclaration(), and Node.

◆ AST_POLYMORPHIC_MATCHER_P_OVERLOAD() [3/12]

clang::ast_matchers::AST_POLYMORPHIC_MATCHER_P_OVERLOAD ( equals  ,
AST_POLYMORPHIC_SUPPORTED_TYPES(CharacterLiteral, CXXBoolLiteralExpr, FloatingLiteral, IntegerLiteral ,
double  ,
Value  ,
 
)

Definition at line 5868 of file ASTMatchers.h.

References Node.

◆ AST_POLYMORPHIC_MATCHER_P_OVERLOAD() [4/12]

clang::ast_matchers::AST_POLYMORPHIC_MATCHER_P_OVERLOAD ( equals  ,
AST_POLYMORPHIC_SUPPORTED_TYPES(CharacterLiteral, CXXBoolLiteralExpr, IntegerLiteral ,
bool  ,
Value  ,
 
)

Definition at line 5850 of file ASTMatchers.h.

References Node.

◆ AST_POLYMORPHIC_MATCHER_P_OVERLOAD() [5/12]

clang::ast_matchers::AST_POLYMORPHIC_MATCHER_P_OVERLOAD ( equals  ,
AST_POLYMORPHIC_SUPPORTED_TYPES(CharacterLiteral, CXXBoolLiteralExpr, IntegerLiteral ,
unsigned  ,
Value  ,
 
)

Definition at line 5859 of file ASTMatchers.h.

References Node.

◆ AST_POLYMORPHIC_MATCHER_P_OVERLOAD() [6/12]

clang::ast_matchers::AST_POLYMORPHIC_MATCHER_P_OVERLOAD ( hasType  ,
AST_POLYMORPHIC_SUPPORTED_TYPES(Expr, FriendDecl, TypedefNameDecl, ValueDecl, CXXBaseSpecifier ,
internal::Matcher< QualType ,
InnerMatcher  ,
 
)

Matches if the expression's or declaration's type matches a type matcher.

Example matches x (matcher = expr(hasType(cxxRecordDecl(hasName("X"))))) and z (matcher = varDecl(hasType(cxxRecordDecl(hasName("X"))))) and U (matcher = typedefDecl(hasType(asString("int"))) and friend class X (matcher = friendDecl(hasType("X")) and public virtual X (matcher = cxxBaseSpecifier(hasType( asString("class X")))

class X {};
void y(X &x) { x; X z; }
typedef int U;
class Y { friend class X; };
class Z : public virtual X {};

Definition at line 3991 of file ASTMatchers.h.

References clang::QualType::isNull(), and Node.

◆ AST_POLYMORPHIC_MATCHER_P_OVERLOAD() [7/12]

clang::ast_matchers::AST_POLYMORPHIC_MATCHER_P_OVERLOAD ( hasType  ,
AST_POLYMORPHIC_SUPPORTED_TYPES(Expr, FriendDecl, ValueDecl, CXXBaseSpecifier ,
internal::Matcher< Decl ,
InnerMatcher  ,
 
)

Overloaded to match the declaration of the expression's or value declaration's type.

In case of a value declaration (for example a variable declaration), this resolves one layer of indirection. For example, in the value declaration "X x;", cxxRecordDecl(hasName("X")) matches the declaration of X, while varDecl(hasType(cxxRecordDecl(hasName("X")))) matches the declaration of x.

Example matches x (matcher = expr(hasType(cxxRecordDecl(hasName("X"))))) and z (matcher = varDecl(hasType(cxxRecordDecl(hasName("X"))))) and friend class X (matcher = friendDecl(hasType("X")) and public virtual X (matcher = cxxBaseSpecifier(hasType( cxxRecordDecl(hasName("X"))))

class X {};
void y(X &x) { x; X z; }
class Y { friend class X; };
class Z : public virtual X {};

Example matches class Derived (matcher = cxxRecordDecl(hasAnyBase(hasType(cxxRecordDecl(hasName("Base"))))))

class Base {};
class Derived : Base {};

Usable as: Matcher<Expr>, Matcher<FriendDecl>, Matcher<ValueDecl>, Matcher<CXXBaseSpecifier>

Definition at line 4032 of file ASTMatchers.h.

References hasDeclaration(), clang::QualType::isNull(), Node, and qualType.

◆ AST_POLYMORPHIC_MATCHER_P_OVERLOAD() [8/12]

clang::ast_matchers::AST_POLYMORPHIC_MATCHER_P_OVERLOAD ( isDerivedFrom  ,
AST_POLYMORPHIC_SUPPORTED_TYPES(CXXRecordDecl, ObjCInterfaceDecl ,
std::string  ,
BaseName  ,
 
)

Overloaded method as shortcut for isDerivedFrom(hasName(...)).

Definition at line 3283 of file ASTMatchers.h.

References hasName(), and Node.

◆ AST_POLYMORPHIC_MATCHER_P_OVERLOAD() [9/12]

clang::ast_matchers::AST_POLYMORPHIC_MATCHER_P_OVERLOAD ( isDirectlyDerivedFrom  ,
AST_POLYMORPHIC_SUPPORTED_TYPES(CXXRecordDecl, ObjCInterfaceDecl ,
internal::Matcher< NamedDecl ,
Base  ,
 
)

Matches C++ or Objective-C classes that are directly derived from a class matching Base.

Note that a class is not considered to be derived from itself.

Example matches Y, C (Base == hasName("X"))

class X;
class Y : public X {}; // directly derived
class Z : public Y {}; // indirectly derived
typedef X A;
typedef A B;
class C : public B {}; // derived from a typedef of X

In the following example, Bar matches isDerivedFrom(hasName("X")):

class Foo;
typedef Foo X;
class Bar : public Foo {}; // derived from a type that X is a typedef of

Definition at line 3393 of file ASTMatchers.h.

References Node.

◆ AST_POLYMORPHIC_MATCHER_P_OVERLOAD() [10/12]

clang::ast_matchers::AST_POLYMORPHIC_MATCHER_P_OVERLOAD ( isDirectlyDerivedFrom  ,
AST_POLYMORPHIC_SUPPORTED_TYPES(CXXRecordDecl, ObjCInterfaceDecl ,
std::string  ,
BaseName  ,
 
)

Overloaded method as shortcut for isDirectlyDerivedFrom(hasName(...)).

Definition at line 3408 of file ASTMatchers.h.

References hasName(), and Node.

◆ AST_POLYMORPHIC_MATCHER_P_OVERLOAD() [11/12]

clang::ast_matchers::AST_POLYMORPHIC_MATCHER_P_OVERLOAD ( isSameOrDerivedFrom  ,
AST_POLYMORPHIC_SUPPORTED_TYPES(CXXRecordDecl, ObjCInterfaceDecl ,
internal::Matcher< NamedDecl ,
Base  ,
 
)

Similar to isDerivedFrom(), but also matches classes that directly match Base.

Definition at line 3341 of file ASTMatchers.h.

References anyOf, and Node.

◆ AST_POLYMORPHIC_MATCHER_P_OVERLOAD() [12/12]

clang::ast_matchers::AST_POLYMORPHIC_MATCHER_P_OVERLOAD ( isSameOrDerivedFrom  ,
AST_POLYMORPHIC_SUPPORTED_TYPES(CXXRecordDecl, ObjCInterfaceDecl ,
std::string  ,
BaseName  ,
 
)

Overloaded method as shortcut for isSameOrDerivedFrom(hasName(...)).

Definition at line 3356 of file ASTMatchers.h.

References hasName(), and Node.

◆ AST_POLYMORPHIC_MATCHER_REGEX()

clang::ast_matchers::AST_POLYMORPHIC_MATCHER_REGEX ( isExpansionInFileMatching  ,
AST_POLYMORPHIC_SUPPORTED_TYPES(Decl, Stmt, TypeLoc ,
RegExp   
)

Matches AST nodes that were expanded within files whose name is partially matching a given regex.

Example matches Y but not X (matcher = cxxRecordDecl(isExpansionInFileMatching("AST.*"))

#include "ASTMatcher.h"
class X {};

ASTMatcher.h:

class Y {};

Usable as: Matcher<Decl>, Matcher<Stmt>, Matcher<TypeLoc>

Definition at line 293 of file ASTMatchers.h.

References Filename, clang::SourceManager::getExpansionLoc(), clang::SourceManager::getFileEntryRefForID(), clang::SourceManager::getFileID(), and Node.

◆ AST_TYPE_TRAVERSE_MATCHER() [1/4]

clang::ast_matchers::AST_TYPE_TRAVERSE_MATCHER ( hasDeducedType  ,
getDeducedType  ,
AST_POLYMORPHIC_SUPPORTED_TYPES(AutoType  
)

Matches AutoType nodes where the deduced type is a specific type.

Note: There is no TypeLoc for the deduced type and thus no getDeducedLoc() matcher.

Given

auto a = 1;
auto b = 2.0;

autoType(hasDeducedType(isInteger())) matches "auto a"

Usable as: Matcher<AutoType>

◆ AST_TYPE_TRAVERSE_MATCHER() [2/4]

clang::ast_matchers::AST_TYPE_TRAVERSE_MATCHER ( hasReplacementType  ,
getReplacementType  ,
AST_POLYMORPHIC_SUPPORTED_TYPES(SubstTemplateTypeParmType  
)

Matches template type parameter substitutions that have a replacement type that matches the provided matcher.

Given

template <typename T>
double F(T t);
int i;
double j = F(i);

substTemplateTypeParmType(hasReplacementType(type())) matches int

◆ AST_TYPE_TRAVERSE_MATCHER() [3/4]

clang::ast_matchers::AST_TYPE_TRAVERSE_MATCHER ( hasUnderlyingType  ,
getUnderlyingType  ,
AST_POLYMORPHIC_SUPPORTED_TYPES(DecltypeType, UsingType  
)

Matches DecltypeType or UsingType nodes to find the underlying type.

Given

decltype(1) a = 1;
decltype(2.0) b = 2.0;

decltypeType(hasUnderlyingType(isInteger())) matches the type of "a"

Usable as: Matcher<DecltypeType>, Matcher<UsingType>

◆ AST_TYPE_TRAVERSE_MATCHER() [4/4]

clang::ast_matchers::AST_TYPE_TRAVERSE_MATCHER ( innerType  ,
getInnerType  ,
AST_POLYMORPHIC_SUPPORTED_TYPES(ParenType  
)

Matches ParenType nodes where the inner type is a specific type.

Given

int (*ptr_to_array)[4];
int (*ptr_to_func)(int);

varDecl(hasType(pointsTo(parenType(innerType(functionType()))))) matches ptr_to_func but not ptr_to_array.

Usable as: Matcher<ParenType>

◆ AST_TYPELOC_TRAVERSE_MATCHER_DECL() [1/3]

clang::ast_matchers::AST_TYPELOC_TRAVERSE_MATCHER_DECL ( hasElementType  ,
getElement  ,
AST_POLYMORPHIC_SUPPORTED_TYPES(ArrayType, ComplexType  
)

Matches arrays and C99 complex types that have a specific element type.

Given

struct A {};
A a[7];
int b[7];

arrayType(hasElementType(builtinType())) matches "int b[7]"

Usable as: Matcher<ArrayType>, Matcher<ComplexType>

◆ AST_TYPELOC_TRAVERSE_MATCHER_DECL() [2/3]

clang::ast_matchers::AST_TYPELOC_TRAVERSE_MATCHER_DECL ( hasValueType  ,
getValue  ,
AST_POLYMORPHIC_SUPPORTED_TYPES(AtomicType  
)

Matches atomic types with a specific value type.

Given

_Atomic(int) i;
_Atomic(float) f;
typedef _Atomic(_Bool) atomic_bool

atomicType(hasValueType(isInteger())) matches "_Atomic(int) i"

Usable as: Matcher<AtomicType>

◆ AST_TYPELOC_TRAVERSE_MATCHER_DECL() [3/3]

clang::ast_matchers::AST_TYPELOC_TRAVERSE_MATCHER_DECL ( pointee  ,
getPointee  ,
AST_POLYMORPHIC_SUPPORTED_TYPES(BlockPointerType, MemberPointerType, PointerType, ReferenceType  
)

Narrows PointerType (and similar) matchers to those where the pointee matches a given matcher.

Given

int *a;
int const *b;
float const *f;

pointerType(pointee(isConstQualified(), isInteger())) matches "int const *b"

Usable as: Matcher<BlockPointerType>, Matcher<MemberPointerType>, Matcher<PointerType>, Matcher<ReferenceType>

◆ AST_TYPELOC_TRAVERSE_MATCHER_DEF() [1/3]

clang::ast_matchers::AST_TYPELOC_TRAVERSE_MATCHER_DEF ( hasElementType  ,
AST_POLYMORPHIC_SUPPORTED_TYPES(ArrayType, ComplexType  
)

◆ AST_TYPELOC_TRAVERSE_MATCHER_DEF() [2/3]

clang::ast_matchers::AST_TYPELOC_TRAVERSE_MATCHER_DEF ( hasValueType  ,
AST_POLYMORPHIC_SUPPORTED_TYPES(AtomicType  
)

◆ AST_TYPELOC_TRAVERSE_MATCHER_DEF() [3/3]

clang::ast_matchers::AST_TYPELOC_TRAVERSE_MATCHER_DEF ( pointee  ,
AST_POLYMORPHIC_SUPPORTED_TYPES(BlockPointerType, MemberPointerType, PointerType, ReferenceType  
)

◆ equals()

template<typename ValueT >
internal::PolymorphicMatcher< internal::ValueEqualsMatcher, void(internal::AllNodeBaseTypes), ValueT > clang::ast_matchers::equals ( const ValueT &  Value)

Matches literals that are equal to the given value of type ValueT.

Given

f('\0', false, 3.14, 42);

characterLiteral(equals(0)) matches '\0' cxxBoolLiteral(equals(false)) and cxxBoolLiteral(equals(0)) match false floatLiteral(equals(3.14)) and floatLiteral(equals(314e-2)) match 3.14 integerLiteral(equals(42)) matches 42

Note that you cannot directly match a negative numeric literal because the minus sign is not part of the literal: It is a unary operator whose operand is the positive numeric literal. Instead, you must use a unaryOperator() matcher to match the minus sign:

unaryOperator(hasOperatorName("-"), hasUnaryOperand(integerLiteral(equals(13))))

Usable as: Matcher<CharacterLiteral>, Matcher<CXXBoolLiteralExpr>, Matcher<FloatingLiteral>, Matcher<IntegerLiteral>

Definition at line 5844 of file ASTMatchers.h.

Referenced by AST_MATCHER_FUNCTION(), and clang::Diagnostic::FormatDiagnostic().

◆ findAll()

template<typename T >
internal::Matcher< T > clang::ast_matchers::findAll ( const internal::Matcher< T > &  Matcher)

Matches if the node or any descendant matches.

Generates results for each match.

For example, in:

class A { class B {}; class C {}; };

The matcher:

findAll(cxxRecordDecl(isDefinition()).bind("m")))
internal::Matcher< T > findAll(const internal::Matcher< T > &Matcher)
Matches if the node or any descendant matches.
Definition: ASTMatchers.h:3567

will generate results for A, B and C.

Usable as: Any Matcher

Definition at line 3567 of file ASTMatchers.h.

References eachOf, and forEachDescendant.

Referenced by CaptureMethods(), and clang::ento::getWidenedLoopState().

◆ getComparisonDecl()

static DeclarationMatcher clang::ast_matchers::getComparisonDecl ( GtestCmp  Cmp)
static

Definition at line 38 of file GtestMatchers.cpp.

References cxxMethodDecl, cxxRecordDecl, Eq, functionDecl, Ge, Gt, hasName(), Le, Lt, and Ne.

Referenced by gtestComparisonInternal().

◆ getComparisonTypeName()

static llvm::StringRef clang::ast_matchers::getComparisonTypeName ( GtestCmp  Cmp)
static

Definition at line 70 of file GtestMatchers.cpp.

References Eq, Ge, Gt, Le, Lt, and Ne.

Referenced by getMacroName().

◆ getMacroName() [1/2]

static std::string clang::ast_matchers::getMacroName ( MacroType  Macro,
GtestCmp  Cmp 
)
static

◆ getMacroName() [2/2]

static std::string clang::ast_matchers::getMacroName ( MacroType  Macro,
llvm::StringRef  Operation 
)
static

Definition at line 92 of file GtestMatchers.cpp.

References getMacroTypeName().

◆ getMacroTypeName()

static llvm::StringRef clang::ast_matchers::getMacroTypeName ( MacroType  Macro)
static

Definition at line 58 of file GtestMatchers.cpp.

Referenced by getMacroName().

◆ getSpecSetterName()

static llvm::StringRef clang::ast_matchers::getSpecSetterName ( MacroType  Macro)
static

Definition at line 100 of file GtestMatchers.cpp.

Referenced by gtestCallInternal().

◆ gtestAssert()

internal::BindableMatcher< Stmt > clang::ast_matchers::gtestAssert ( GtestCmp  Cmp,
StatementMatcher  Left,
StatementMatcher  Right 
)

Matcher for gtest's ASSERT comparison macros including ASSERT_EQ, ASSERT_NE, ASSERT_GE, ASSERT_GT, ASSERT_LE and ASSERT_LT.

Definition at line 190 of file GtestMatchers.cpp.

References gtestComparisonInternal().

◆ gtestAssertThat()

internal::BindableMatcher< Stmt > clang::ast_matchers::gtestAssertThat ( StatementMatcher  Actual,
StatementMatcher  Matcher 
)

Matcher for gtest's ASSERT_THAT macro.

Definition at line 200 of file GtestMatchers.cpp.

References gtestThatInternal().

◆ gtestCallInternal() [1/2]

static internal::BindableMatcher< Stmt > clang::ast_matchers::gtestCallInternal ( MacroType  Macro,
StatementMatcher  MockCall,
MockArgs  Args 
)
static

◆ gtestCallInternal() [2/2]

static internal::BindableMatcher< Stmt > clang::ast_matchers::gtestCallInternal ( MacroType  Macro,
StatementMatcher  MockObject,
llvm::StringRef  MockMethodName,
MockArgs  Args 
)
static

Definition at line 180 of file GtestMatchers.cpp.

References cxxMemberCallExpr, functionDecl, gtestCallInternal(), and hasName().

◆ gtestComparisonInternal()

static internal::BindableMatcher< Stmt > clang::ast_matchers::gtestComparisonInternal ( MacroType  Macro,
GtestCmp  Cmp,
StatementMatcher  Left,
StatementMatcher  Right 
)
static

Definition at line 122 of file GtestMatchers.cpp.

References callExpr, getComparisonDecl(), and getMacroName().

Referenced by gtestAssert(), and gtestExpect().

◆ gtestExpect()

internal::BindableMatcher< Stmt > clang::ast_matchers::gtestExpect ( GtestCmp  Cmp,
StatementMatcher  Left,
StatementMatcher  Right 
)

Matcher for gtest's EXPECT comparison macros including EXPECT_EQ, EXPECT_NE, EXPECT_GE, EXPECT_GT, EXPECT_LE and EXPECT_LT.

Definition at line 195 of file GtestMatchers.cpp.

References gtestComparisonInternal().

◆ gtestExpectCall() [1/2]

internal::BindableMatcher< Stmt > clang::ast_matchers::gtestExpectCall ( StatementMatcher  MockCall,
MockArgs  Args 
)

Matcher for gtest's EXPECT_CALL macro.

MockCall matches the whole mock member method call. This API is more flexible but requires more knowledge of the AST structure of EXPECT_CALL macros.

Definition at line 227 of file GtestMatchers.cpp.

References gtestCallInternal().

◆ gtestExpectCall() [2/2]

internal::BindableMatcher< Stmt > clang::ast_matchers::gtestExpectCall ( StatementMatcher  MockObject,
llvm::StringRef  MockMethodName,
MockArgs  Args 
)

Matcher for gtest's EXPECT_CALL macro.

MockObject matches the mock object and MockMethodName is the name of the method invoked on the mock object.

Definition at line 221 of file GtestMatchers.cpp.

References gtestCallInternal().

◆ gtestExpectThat()

internal::BindableMatcher< Stmt > clang::ast_matchers::gtestExpectThat ( StatementMatcher  Actual,
StatementMatcher  Matcher 
)

Matcher for gtest's EXPECT_THAT macro.

Definition at line 205 of file GtestMatchers.cpp.

References gtestThatInternal().

◆ gtestOnCall() [1/2]

internal::BindableMatcher< Stmt > clang::ast_matchers::gtestOnCall ( StatementMatcher  MockCall,
MockArgs  Args 
)

Like the second gtestExpectCall overload but for ON_CALL.

Definition at line 216 of file GtestMatchers.cpp.

References gtestCallInternal().

◆ gtestOnCall() [2/2]

internal::BindableMatcher< Stmt > clang::ast_matchers::gtestOnCall ( StatementMatcher  MockObject,
llvm::StringRef  MockMethodName,
MockArgs  Args 
)

Like the first gtestExpectCall overload but for ON_CALL.

Definition at line 210 of file GtestMatchers.cpp.

References gtestCallInternal().

◆ gtestThatInternal()

static internal::BindableMatcher< Stmt > clang::ast_matchers::gtestThatInternal ( MacroType  Macro,
StatementMatcher  Actual,
StatementMatcher  Matcher 
)
static

◆ hasArrayType()

static auto clang::ast_matchers::hasArrayType ( )
static

Definition at line 219 of file UnsafeBufferUsage.cpp.

References arrayType.

Referenced by findGadgets().

◆ hasDeclaration()

internal::PolymorphicMatcher< internal::HasDeclarationMatcher, void(internal::HasDeclarationSupportedTypes), internal::Matcher< Decl > > clang::ast_matchers::hasDeclaration ( const internal::Matcher< Decl > &  InnerMatcher)
inline

Matches a node if the declaration associated with that node matches the given matcher.

The associated declaration is:

  • for type nodes, the declaration of the underlying type
  • for CallExpr, the declaration of the callee
  • for MemberExpr, the declaration of the referenced member
  • for CXXConstructExpr, the declaration of the constructor
  • for CXXNewExpr, the declaration of the operator new
  • for ObjCIvarExpr, the declaration of the ivar

For type nodes, hasDeclaration will generally match the declaration of the sugared type. Given

class X {};
typedef X Y;
Y y;

in varDecl(hasType(hasDeclaration(decl()))) the decl will match the typedefDecl. A common use case is to match the underlying, desugared type. This can be achieved by using the hasUnqualifiedDesugaredType matcher:

varDecl(hasType(hasUnqualifiedDesugaredType(
const AstTypeMatcher< RecordType > recordType
Matches record types (e.g.
const internal::VariadicAllOfMatcher< Decl > decl
Matches declarations.

In this matcher, the decl will match the CXXRecordDecl of class X.

Usable as: Matcher<AddrLabelExpr>, Matcher<CallExpr>, Matcher<CXXConstructExpr>, Matcher<CXXNewExpr>, Matcher<DeclRefExpr>, Matcher<EnumType>, Matcher<InjectedClassNameType>, Matcher<LabelStmt>, Matcher<MemberExpr>, Matcher<QualType>, Matcher<RecordType>, Matcher<TagType>, Matcher<TemplateSpecializationType>, Matcher<TemplateTypeParmType>, Matcher<TypedefType>, Matcher<UnresolvedUsingType>

Definition at line 3652 of file ASTMatchers.h.

Referenced by AST_MATCHER_P_OVERLOAD(), AST_POLYMORPHIC_MATCHER_P2(), AST_POLYMORPHIC_MATCHER_P_OVERLOAD(), clang::ento::getAddrTo(), hasTypePointingTo(), hasUnguardedAccess(), clang::tooling::isKnownPointerLikeType(), and potentiallyWritesIntoIvar().

◆ hasName()

internal::Matcher< NamedDecl > clang::ast_matchers::hasName ( StringRef  Name)
inline

Matches NamedDecl nodes that have the specified name.

Supports specifying enclosing namespaces or classes by prefixing the name with '<enclosing>::'. Does not match typedefs of an underlying type with the given name.

Example matches X (Name == "X")

class X;

Example matches X (Name is one of "::a::b::X", "a::b::X", "b::X", "X")

namespace a { namespace b { class X; } }

Definition at line 3078 of file ASTMatchers.h.

Referenced by AST_POLYMORPHIC_MATCHER_P_OVERLOAD(), CaptureMethods(), getComparisonDecl(), getRunLoopRunM(), gtestCallInternal(), gtestThatInternal(), and isExactClass().

◆ hasOverloadedOperatorName()

internal::PolymorphicMatcher< internal::HasOverloadedOperatorNameMatcher, AST_POLYMORPHIC_SUPPORTED_TYPES(CXXOperatorCallExpr, FunctionDecl), std::vector< std::string > > clang::ast_matchers::hasOverloadedOperatorName ( StringRef  Name)
inline

Matches overloaded operator names.

Matches overloaded operator names specified in strings without the "operator" prefix: e.g. "<<".

Given:

class A { int operator*(); };
const A &operator<<(const A &a, const A &b);
A a;
a << a; // <-- This matches
clang::CharUnits operator*(clang::CharUnits::QuantityType Scale, const clang::CharUnits &CU)
Definition: CharUnits.h:225
const StreamingDiagnostic & operator<<(const StreamingDiagnostic &DB, const ASTContext::SectionInfo &Section)
Insertion operator for diagnostics.

cxxOperatorCallExpr(hasOverloadedOperatorName("<<"))) matches the specified line and cxxRecordDecl(hasMethod(hasOverloadedOperatorName("*"))) matches the declaration of A.

Usable as: Matcher<CXXOperatorCallExpr>, Matcher<FunctionDecl>

Definition at line 3141 of file ASTMatchers.h.

References AST_POLYMORPHIC_SUPPORTED_TYPES.

Referenced by gtestCallInternal(), and gtestThatInternal().

◆ hasPointerType()

static auto clang::ast_matchers::hasPointerType ( )
static

◆ isInUnspecifiedLvalueContext()

static auto clang::ast_matchers::isInUnspecifiedLvalueContext ( internal::Matcher< Expr innerMatcher)
static

◆ isInUnspecifiedPointerContext()

static internal::Matcher< Stmt > clang::ast_matchers::isInUnspecifiedPointerContext ( internal::Matcher< Stmt InnerMatcher)
static

◆ isInUnspecifiedUntypedContext()

static internal::Matcher< Stmt > clang::ast_matchers::isInUnspecifiedUntypedContext ( internal::Matcher< Stmt InnerMatcher)
static

Definition at line 335 of file UnsafeBufferUsage.cpp.

References anyOf, compoundStmt, forEach, ifStmt, and stmt.

Referenced by UUCAddAssignGadget::matcher().

◆ mapAnyOf()

template<typename T , typename... U>
auto clang::ast_matchers::mapAnyOf ( internal::VariadicDynCastAllOfMatcher< T, U > const &  ...)

Matches any of the NodeMatchers with InnerMatchers nested within.

Given

if (true);
for (; true; );

with the matcher

hasCondition(cxxBoolLiteralExpr(equals(true)))
).bind("trueCond")
const internal::VariadicDynCastAllOfMatcher< Stmt, ForStmt > forStmt
Matches for statements.
auto mapAnyOf(internal::VariadicDynCastAllOfMatcher< T, U > const &...)
Matches any of the NodeMatchers with InnerMatchers nested within.
Definition: ASTMatchers.h:2900
internal::PolymorphicMatcher< internal::ValueEqualsMatcher, void(internal::AllNodeBaseTypes), ValueT > equals(const ValueT &Value)
Matches literals that are equal to the given value of type ValueT.
Definition: ASTMatchers.h:5844
const internal::VariadicDynCastAllOfMatcher< Stmt, IfStmt > ifStmt
Matches if statements.

matches the if and the for. It is equivalent to:

auto trueCond = hasCondition(cxxBoolLiteralExpr(equals(true)));
ifStmt(trueCond).bind("trueCond"),
forStmt(trueCond).bind("trueCond")
);
const internal::VariadicOperatorMatcherFunc< 2, std::numeric_limits< unsigned >::max()> anyOf
Matches if any of the given matchers matches.

The with() chain-call accepts zero or more matchers which are combined as-if with allOf() in each of the node matchers. Usable as: Any Matcher

Definition at line 2900 of file ASTMatchers.h.

◆ match() [1/3]

template<typename MatcherT >
SmallVector< BoundNodes, 1 > clang::ast_matchers::match ( MatcherT  Matcher,
ASTContext Context 
)

Returns the results of matching Matcher on the translation unit of Context and collects the BoundNodes of all callback invocations.

Definition at line 319 of file ASTMatchFinder.h.

◆ match() [2/3]

template<typename MatcherT >
SmallVector< BoundNodes, 1 > clang::ast_matchers::match ( MatcherT  Matcher,
const DynTypedNode Node,
ASTContext Context 
)

Definition at line 302 of file ASTMatchFinder.h.

References Node.

◆ match() [3/3]

template<typename MatcherT , typename NodeT >
SmallVector< BoundNodes, 1 > clang::ast_matchers::match ( MatcherT  Matcher,
const NodeT &  Node,
ASTContext Context 
)

◆ matchDynamic() [1/3]

SmallVector< BoundNodes, 1 > clang::ast_matchers::matchDynamic ( internal::DynTypedMatcher  Matcher,
ASTContext Context 
)
inline

Definition at line 345 of file ASTMatchFinder.h.

◆ matchDynamic() [2/3]

SmallVector< BoundNodes, 1 > clang::ast_matchers::matchDynamic ( internal::DynTypedMatcher  Matcher,
const DynTypedNode Node,
ASTContext Context 
)
inline

◆ matchDynamic() [3/3]

template<typename NodeT >
SmallVector< BoundNodes, 1 > clang::ast_matchers::matchDynamic ( internal::DynTypedMatcher  Matcher,
const NodeT &  Node,
ASTContext Context 
)

Definition at line 338 of file ASTMatchFinder.h.

References clang::DynTypedNode::create(), matchDynamic(), and Node.

◆ selectFirst()

template<typename NodeT >
const NodeT * clang::ast_matchers::selectFirst ( StringRef  BoundTo,
const SmallVectorImpl< BoundNodes > &  Results 
)

Returns the first result of type NodeT bound to BoundTo.

Returns NULL if there is no match, or if the matching node cannot be casted to NodeT.

This is useful in combanation with match():

const Decl *D = selectFirst<Decl>("id", match(Matcher.bind("id"),
Node, Context));
DynTypedNode Node
Decl - This represents one declaration (or definition), e.g.
Definition: DeclBase.h:85
SmallVector< BoundNodes, 1 > match(MatcherT Matcher, const NodeT &Node, ASTContext &Context)
Returns the results of matching Matcher on Node.

Definition at line 278 of file ASTMatchFinder.h.

References Node.

◆ sizeOfExpr()

internal::BindableMatcher< Stmt > clang::ast_matchers::sizeOfExpr ( const internal::Matcher< UnaryExprOrTypeTraitExpr > &  InnerMatcher)
inline

Same as unaryExprOrTypeTraitExpr, but only matching sizeof.

Definition at line 3057 of file ASTMatchers.h.

References allOf, stmt, and unaryExprOrTypeTraitExpr.

Referenced by clang::ExprMutationAnalyzer::isUnevaluated().

◆ traverse() [1/6]

template<template< typename ToArg, typename FromArg > class ArgumentAdapterT, typename T , typename ToTypes >
internal::TraversalWrapper< internal::ArgumentAdaptingMatcherFuncAdaptor< ArgumentAdapterT, T, ToTypes > > clang::ast_matchers::traverse ( TraversalKind  TK,
const internal::ArgumentAdaptingMatcherFuncAdaptor< ArgumentAdapterT, T, ToTypes > &  InnerMatcher 
)

Definition at line 847 of file ASTMatchers.h.

◆ traverse() [2/6]

template<typename T >
internal::BindableMatcher< T > clang::ast_matchers::traverse ( TraversalKind  TK,
const internal::BindableMatcher< T > &  InnerMatcher 
)

Definition at line 827 of file ASTMatchers.h.

◆ traverse() [3/6]

template<typename... T>
internal::Matcher< typename internal::GetClade< T... >::Type > clang::ast_matchers::traverse ( TraversalKind  TK,
const internal::MapAnyOfHelper< T... > &  InnerMatcher 
)

Definition at line 868 of file ASTMatchers.h.

References traverse().

◆ traverse() [4/6]

template<typename T >
internal::Matcher< T > clang::ast_matchers::traverse ( TraversalKind  TK,
const internal::Matcher< T > &  InnerMatcher 
)

Causes all nested matchers to be matched with the specified traversal kind.

Given

void foo()
{
int i = 3.0;
}

The matcher

varDecl(hasInitializer(floatLiteral().bind("init")))
)
const internal::VariadicDynCastAllOfMatcher< Stmt, FloatingLiteral > floatLiteral
Matches float literals of all sizes / encodings, e.g.
internal::Matcher< T > traverse(TraversalKind TK, const internal::Matcher< T > &InnerMatcher)
Causes all nested matchers to be matched with the specified traversal kind.
Definition: ASTMatchers.h:817
@ TK_IgnoreUnlessSpelledInSource
Ignore AST nodes not written in the source.
Definition: ASTTypeTraits.h:43

matches the variable declaration with "init" bound to the "3.0".

Definition at line 817 of file ASTMatchers.h.

Referenced by clang::ast_matchers::MatchFinder::addMatcher(), clang::syntax::Node::assertInvariantsRecursive(), clang::threadSafety::BeforeSet::checkBeforeAfter(), clang::syntax::Node::dumpTokens(), and traverse().

◆ traverse() [5/6]

template<template< typename T, typename... P > class MatcherT, typename... P, typename ReturnTypesF >
internal::TraversalWrapper< internal::PolymorphicMatcher< MatcherT, ReturnTypesF, P... > > clang::ast_matchers::traverse ( TraversalKind  TK,
const internal::PolymorphicMatcher< MatcherT, ReturnTypesF, P... > &  InnerMatcher 
)

Definition at line 858 of file ASTMatchers.h.

References P.

◆ traverse() [6/6]

template<typename... T>
internal::TraversalWrapper< internal::VariadicOperatorMatcher< T... > > clang::ast_matchers::traverse ( TraversalKind  TK,
const internal::VariadicOperatorMatcher< T... > &  InnerMatcher 
)

Definition at line 837 of file ASTMatchers.h.

Variable Documentation

◆ accessSpecDecl

const internal::VariadicDynCastAllOfMatcher< Decl, AccessSpecDecl > clang::ast_matchers::accessSpecDecl

Matches C++ access specifier declarations.

Given

class C {
public:
int a;
};

accessSpecDecl() matches 'public:'

Definition at line 759 of file ASTMatchersInternal.cpp.

◆ addrLabelExpr

const internal::VariadicDynCastAllOfMatcher< Stmt, AddrLabelExpr > clang::ast_matchers::addrLabelExpr

Matches address of label statements (GNU extension).

Given

FOO: bar();
void *ptr = &&FOO;
goto *bar;

addrLabelExpr() matches '&&FOO'

Definition at line 913 of file ASTMatchersInternal.cpp.

◆ allOf

const internal::VariadicOperatorMatcherFunc< 2, std::numeric_limits< unsigned >::max()> clang::ast_matchers::allOf = {internal::DynTypedMatcher::VO_AllOf}

Matches if all given matchers match.

Usable as: Any Matcher

Definition at line 1004 of file ASTMatchersInternal.cpp.

Referenced by alignOfExpr(), clang::ento::assignedToRef(), AST_POLYMORPHIC_MATCHER_P2(), findGadgets(), clang::ento::forLoopMatcher(), isInUnspecifiedPointerContext(), and sizeOfExpr().

◆ anyOf

const internal::VariadicOperatorMatcherFunc< 2, std::numeric_limits< unsigned >::max()> clang::ast_matchers::anyOf = {internal::DynTypedMatcher::VO_AnyOf}

◆ arrayInitIndexExpr

const internal::VariadicDynCastAllOfMatcher< Stmt, ArrayInitIndexExpr > clang::ast_matchers::arrayInitIndexExpr

The arrayInitIndexExpr consists of two subexpressions: a common expression (the source array) that is evaluated once up-front, and a per-element initializer that runs once for each array element.

Within the per-element initializer, the current index may be obtained via an ArrayInitIndexExpr.

Given

void testStructBinding() {
int a[2] = {1, 2};
auto [x, y] = a;
}

arrayInitIndexExpr() matches the array index that implicitly iterates over the array a to copy each element to the anonymous array that backs the structured binding [x, y] elements of which are referred to by their aliases x and y.

Definition at line 887 of file ASTMatchersInternal.cpp.

◆ arrayInitLoopExpr

const internal::VariadicDynCastAllOfMatcher< Stmt, ArrayInitLoopExpr > clang::ast_matchers::arrayInitLoopExpr

Matches a loop initializing the elements of an array in a number of contexts:

  • in the implicit copy/move constructor for a class with an array member
  • when a lambda-expression captures an array by value
  • when a decomposition declaration decomposes an array

Given

void testLambdaCapture() {
int a[10];
auto Lam1 = [a]() {
return;
};
}

arrayInitLoopExpr() matches the implicit loop that initializes each element of the implicit array field inside the lambda object, that represents the array a captured by value.

Definition at line 889 of file ASTMatchersInternal.cpp.

◆ arraySubscriptExpr

const internal::VariadicDynCastAllOfMatcher< Stmt, ArraySubscriptExpr > clang::ast_matchers::arraySubscriptExpr

Matches array subscript expressions.

Given

int i = a[1];

arraySubscriptExpr() matches "a[1]"

Definition at line 885 of file ASTMatchersInternal.cpp.

◆ arrayType

const AstTypeMatcher< ArrayType > clang::ast_matchers::arrayType

Matches all kinds of arrays.

Given

int a[] = { 2, 3 };
int b[4];
void f() { int c[a[0]]; }

arrayType() matches "int a[]", "int b[4]" and "int c[a[0]]";

Definition at line 1046 of file ASTMatchersInternal.cpp.

Referenced by clang::CodeGen::swiftcall::SwiftAggLowering::addTypedData(), emitArraySubscriptGEP(), emitPartialArrayDestroy(), getArrayDepth(), clang::Type::getBaseElementTypeUnsafe(), clang::ASTContext::getDeclAlign(), clang::CFGImplicitDtor::getDestructorDecl(), hasArrayType(), and IsStringInit().

◆ asmStmt

const internal::VariadicDynCastAllOfMatcher< Stmt, AsmStmt > clang::ast_matchers::asmStmt

Matches asm statements.

int i = 100;
__asm("mov al, 2");

asmStmt() matches '__asm("mov al, 2")'

Definition at line 925 of file ASTMatchersInternal.cpp.

◆ atomicExpr

const internal::VariadicDynCastAllOfMatcher< Stmt, AtomicExpr > clang::ast_matchers::atomicExpr

Matches atomic builtins.

Example matches __atomic_load_n(ptr, 1)

void foo() { int *ptr; __atomic_load_n(ptr, 1); }

Definition at line 956 of file ASTMatchersInternal.cpp.

◆ atomicType

const AstTypeMatcher< AtomicType > clang::ast_matchers::atomicType

Matches atomic types.

Given

_Atomic(int) i;

atomicType() matches "_Atomic(int) i"

Definition at line 1055 of file ASTMatchersInternal.cpp.

Referenced by clang::CodeGen::swiftcall::SwiftAggLowering::addTypedData().

◆ attr

const internal::VariadicAllOfMatcher< Attr > clang::ast_matchers::attr

Matches attributes.

Attributes may be attached with a variety of different syntaxes (including keywords, C++11 attributes, GNU __attributeand MSVC__declspec, and#pragma``s). They may also be implicit.

Given

struct [[nodiscard]] Foo{};
void bar(int * __attribute__((nonnull)) );
__declspec(noinline) void baz();
#pragma omp declare simd
int min();
__DEVICE__ int min(int __a, int __b)

attr() matches "nodiscard", "nonnull", "noinline", and the whole "#pragma" line.

Definition at line 1042 of file ASTMatchersInternal.cpp.

Referenced by clang::Sema::ActOnFunctionDeclarator(), clang::Sema::ActOnMethodDeclaration(), clang::Sema::actOnObjCTypeParam(), clang::ParsedAttributes::addNew(), clang::ParsedAttributes::addNewPropertyAttr(), clang::ParsedAttributes::addNewTypeAttr(), clang::ParsedAttributes::addNewTypeTagForDatatype(), clang::arcmt::trans::MigrationContext::addPropertyAttribute(), append_attr(), applyObjCTypeArgs(), checkObjCKindOfType(), clang::Sema::CheckObjCMethodDirectOverrides(), checkPropertyDeclWithOwnership(), diagnoseBadTypeAttribute(), distributeFunctionTypeAttr(), distributeFunctionTypeAttrFromDeclarator(), distributeFunctionTypeAttrFromDeclSpec(), distributeFunctionTypeAttrToInnermost(), distributeNullabilityTypeAttr(), distributeObjCPointerTypeAttr(), distributeObjCPointerTypeAttrFromDeclarator(), distributeTypeAttrsFromDeclarator(), clang::TypeLoc::findExplicitQualifierLoc(), GetExternalSourceContainer(), clang::Decl::getExternalSourceSymbolAttr(), GetFullTypeForDeclarator(), clang::ObjCMethodDecl::getMethodFamily(), getObjCBridgeAttr(), getOwnershipRule(), getVisibilityFromAttr(), handleFunctionTypeAttr(), handleObjCGCTypeAttr(), handleObjCOwnershipTypeAttr(), handleObjCPointerTypeAttr(), isAbstractAttrMatcherRule(), isGeneratedDecl(), moveAttrFromListToList(), processTypeAttrs(), transferARCOwnershipToDeclaratorChunk(), and clang::arcmt::trans::BlockObjCVariableTraverser::traverseBody().

◆ autoreleasePoolStmt

const internal::VariadicDynCastAllOfMatcher< Stmt, ObjCAutoreleasePoolStmt > clang::ast_matchers::autoreleasePoolStmt

Matches an Objective-C autorelease pool statement.

Given

@autoreleasepool {
int x = 0;
}

autoreleasePoolStmt(stmt()) matches the declaration of "x" inside the autorelease pool.

Definition at line 726 of file ASTMatchersInternal.cpp.

Referenced by checkTempObjectsInNoPool(), and checkTempObjectsInSamePool().

◆ autoType

const AstTypeMatcher< AutoType > clang::ast_matchers::autoType

Matches types nodes representing C++11 auto types.

Given:

auto n = 4;
int v[] = { 2, 3 }
for (auto i : v) { }

autoType() matches "auto n" and "auto i"

Definition at line 1056 of file ASTMatchersInternal.cpp.

◆ binaryConditionalOperator

const internal::VariadicDynCastAllOfMatcher< Stmt, BinaryConditionalOperator > clang::ast_matchers::binaryConditionalOperator

Matches binary conditional operator expressions (GNU extension).

Example matches a ?: b

(a ?: b) + 42;

Definition at line 968 of file ASTMatchersInternal.cpp.

◆ binaryOperation

const internal::MapAnyOfMatcher< BinaryOperator, CXXOperatorCallExpr, CXXRewrittenBinaryOperator > clang::ast_matchers::binaryOperation

Matches nodes which can be used with binary operators.

The code

var1 != var2;

might be represented in the clang AST as a binaryOperator, a cxxOperatorCallExpr or a cxxRewrittenBinaryOperator, depending on

  • whether the types of var1 and var2 are fundamental (binaryOperator) or at least one is a class type (cxxOperatorCallExpr)
  • whether the code appears in a template declaration, if at least one of the vars is a dependent-type (binaryOperator)
  • whether the code relies on a rewritten binary operator, such as a spaceship operator or an inverted equality operator (cxxRewrittenBinaryOperator)

This matcher elides details in places where the matchers for the nodes are compatible.

Given

hasOperatorName("!="),
hasLHS(expr().bind("lhs")),
hasRHS(expr().bind("rhs"))
)
const internal::MapAnyOfMatcher< BinaryOperator, CXXOperatorCallExpr, CXXRewrittenBinaryOperator > binaryOperation
Matches nodes which can be used with binary operators.
const internal::VariadicDynCastAllOfMatcher< Stmt, Expr > expr
Matches expressions.

matches each use of "!=" in:

struct S{
bool operator!=(const S&) const;
};
void foo()
{
1 != 2;
S() != S();
}
template<typename T>
void templ()
{
1 != 2;
T() != S();
}
struct HasOpEq
{
bool operator==(const HasOpEq &) const;
};
void inverse()
{
HasOpEq s1;
HasOpEq s2;
if (s1 != s2)
return;
}
struct HasSpaceship
{
bool operator<=>(const HasOpEq &) const;
};
void use_spaceship()
{
HasSpaceship s1;
HasSpaceship s2;
if (s1 != s2)
return;
}
bool operator==(const CallGraphNode::CallRecord &LHS, const CallGraphNode::CallRecord &RHS)
Definition: CallGraph.h:207

Definition at line 962 of file ASTMatchersInternal.cpp.

◆ binaryOperator

const internal::VariadicDynCastAllOfMatcher< Stmt, BinaryOperator > clang::ast_matchers::binaryOperator

◆ bindingDecl

const internal::VariadicDynCastAllOfMatcher< Decl, BindingDecl > clang::ast_matchers::bindingDecl

Matches binding declarations Example matches foo and bar (matcher = bindingDecl()

auto [foo, bar] = std::make_pair{42, 42};

Definition at line 737 of file ASTMatchersInternal.cpp.

Referenced by findGadgets().

◆ blockDecl

const internal::VariadicDynCastAllOfMatcher< Decl, BlockDecl > clang::ast_matchers::blockDecl

Matches block declarations.

Example matches the declaration of the nameless block printing an input integer.

myFunc(^(int p) {
printf("%d", p);
})

Definition at line 838 of file ASTMatchersInternal.cpp.

Referenced by clang::CodeGen::CGDebugInfo::EmitDeclareOfBlockLiteralArgVariable().

◆ blockExpr

const internal::VariadicDynCastAllOfMatcher< Stmt, BlockExpr > clang::ast_matchers::blockExpr

Matches a reference to a block.

Example: matches "^{}":

void f() { ^{}(); }

Definition at line 900 of file ASTMatchersInternal.cpp.

◆ blockPointerType

const AstTypeMatcher< BlockPointerType > clang::ast_matchers::blockPointerType

Matches block pointer types, i.e.

types syntactically represented as "void (^)(int)".

The pointee is always required to be a FunctionType.

Definition at line 1061 of file ASTMatchersInternal.cpp.

◆ breakStmt

const internal::VariadicDynCastAllOfMatcher< Stmt, BreakStmt > clang::ast_matchers::breakStmt

Matches break statements.

Given

while (true) { break; }

breakStmt() matches 'break'

Definition at line 907 of file ASTMatchersInternal.cpp.

◆ builtinType

const AstTypeMatcher< BuiltinType > clang::ast_matchers::builtinType

Matches builtin Types.

Given

struct A {};
A a;
int b;
float c;
bool d;

builtinType() matches "int b", "float c" and "bool d"

Definition at line 1045 of file ASTMatchersInternal.cpp.

◆ callExpr

const internal::VariadicDynCastAllOfMatcher< Stmt, CallExpr > clang::ast_matchers::callExpr

◆ caseStmt

const internal::VariadicDynCastAllOfMatcher< Stmt, CaseStmt > clang::ast_matchers::caseStmt

Matches case statements inside switch statements.

Given

switch(a) { case 42: break; default: break; }

caseStmt() matches 'case 42:'.

Definition at line 916 of file ASTMatchersInternal.cpp.

◆ castExpr

const internal::VariadicDynCastAllOfMatcher< Stmt, CastExpr > clang::ast_matchers::castExpr

Matches any cast nodes of Clang's AST.

Example: castExpr() matches each of the following:

(int) 3;
const_cast<Expr *>(SubExpr);
char c = 0;
This represents one expression.
Definition: Expr.h:110

but does not match

int i = (0);
int k = 0;

Definition at line 987 of file ASTMatchersInternal.cpp.

Referenced by addFixitForObjCARCConversion(), CheckObjCBridgeCFCast(), CheckObjCBridgeNSCast(), clang::Sema::CheckObjCBridgeRelatedCast(), clang::Sema::CheckObjCConversion(), clang::Sema::CheckTollFreeBridgeCast(), clang::Sema::CheckTollFreeBridgeStaticCast(), clang::Sema::diagnoseARCUnbridgedCast(), diagnoseObjCARCConversion(), isInUnspecifiedPointerContext(), and tryEmitARCCopyWeakInit().

◆ characterLiteral

const internal::VariadicDynCastAllOfMatcher< Stmt, CharacterLiteral > clang::ast_matchers::characterLiteral

Matches character literals (also matches wchar_t).

Not matching Hex-encoded chars (e.g. 0x1234, which is a IntegerLiteral), though.

Example matches 'a', L'a'

char ch = 'a';
wchar_t chw = L'a';

Definition at line 931 of file ASTMatchersInternal.cpp.

◆ chooseExpr

const internal::VariadicDynCastAllOfMatcher< Stmt, ChooseExpr > clang::ast_matchers::chooseExpr

Matches GNU __builtin_choose_expr.

Definition at line 944 of file ASTMatchersInternal.cpp.

◆ classTemplateDecl

const internal::VariadicDynCastAllOfMatcher< Decl, ClassTemplateDecl > clang::ast_matchers::classTemplateDecl

Matches C++ class template declarations.

Example matches Z

template<class T> class Z {};

Definition at line 748 of file ASTMatchersInternal.cpp.

◆ classTemplatePartialSpecializationDecl

const internal::VariadicDynCastAllOfMatcher< Decl, ClassTemplatePartialSpecializationDecl > clang::ast_matchers::classTemplatePartialSpecializationDecl

Matches C++ class template partial specializations.

Given

template<class T1, class T2, int I>
class A {};
template<class T, int I>
class A<T, T*, I> {};
template<>
class A<int, int, 1> {};

classTemplatePartialSpecializationDecl() matches the specialization A<T,T*,I> but not A<int,int,1>

Definition at line 754 of file ASTMatchersInternal.cpp.

◆ classTemplateSpecializationDecl

const internal::VariadicDynCastAllOfMatcher< Decl, ClassTemplateSpecializationDecl > clang::ast_matchers::classTemplateSpecializationDecl

Matches C++ class template specializations.

Given

template<typename T> class A {};
template<> class A<double> {};
A<int> a;

classTemplateSpecializationDecl() matches the specializations A<int> and A<double>

Definition at line 751 of file ASTMatchersInternal.cpp.

Referenced by gtestThatInternal().

◆ coawaitExpr

const internal::VariadicDynCastAllOfMatcher< Stmt, CoawaitExpr > clang::ast_matchers::coawaitExpr

Matches co_await expressions.

Given

co_await 1;

coawaitExpr() matches 'co_await 1'

Definition at line 948 of file ASTMatchersInternal.cpp.

◆ complexType

const AstTypeMatcher< ComplexType > clang::ast_matchers::complexType

Matches C99 complex types.

Given

_Complex float f;

complexType() matches "_Complex float f"

Definition at line 1047 of file ASTMatchersInternal.cpp.

Referenced by clang::CodeGen::swiftcall::SwiftAggLowering::addTypedData().

◆ compoundLiteralExpr

const internal::VariadicDynCastAllOfMatcher< Stmt, CompoundLiteralExpr > clang::ast_matchers::compoundLiteralExpr

Matches compound (i.e.

non-scalar) literals

Example match: {1}, (1, 2)

int array[4] = {1};
vector int myvec = (vector int)(1, 2);

Definition at line 941 of file ASTMatchersInternal.cpp.

◆ compoundStmt

const internal::VariadicDynCastAllOfMatcher< Stmt, CompoundStmt > clang::ast_matchers::compoundStmt

Matches compound statements.

Example matches '{}' and '{{}}' in 'for (;;) {{}}'

for (;;) {{}}

Definition at line 918 of file ASTMatchersInternal.cpp.

Referenced by isInUnspecifiedUntypedContext().

◆ conceptDecl

const internal::VariadicDynCastAllOfMatcher< Decl, ConceptDecl > clang::ast_matchers::conceptDecl

Matches concept declarations.

Example matches integral

template<typename T>
concept integral = std::is_integral_v<T>;

Definition at line 803 of file ASTMatchersInternal.cpp.

◆ conditionalOperator

const internal::VariadicDynCastAllOfMatcher< Stmt, ConditionalOperator > clang::ast_matchers::conditionalOperator

Matches conditional operator expressions.

Example matches a ? b : c

(a ? b : c) + 42

Definition at line 966 of file ASTMatchersInternal.cpp.

Referenced by hasUnguardedAccess().

◆ constantArrayType

const AstTypeMatcher< ConstantArrayType > clang::ast_matchers::constantArrayType

Matches C arrays with a specified constant size.

Given

void() {
int a[2];
int b[] = { 2, 3 };
int c[b[0]];
}

constantArrayType() matches "int a[2]"

Definition at line 1048 of file ASTMatchersInternal.cpp.

◆ constantExpr

const internal::VariadicDynCastAllOfMatcher< Stmt, ConstantExpr > clang::ast_matchers::constantExpr

Matches a constant expression wrapper.

Example matches the constant in the case statement: (matcher = constantExpr())

switch (a) {
case 37: break;
}

Definition at line 869 of file ASTMatchersInternal.cpp.

◆ continueStmt

const internal::VariadicDynCastAllOfMatcher< Stmt, ContinueStmt > clang::ast_matchers::continueStmt

Matches continue statements.

Given

while (true) { continue; }

continueStmt() matches 'continue'

Definition at line 908 of file ASTMatchersInternal.cpp.

◆ convertVectorExpr

const internal::VariadicDynCastAllOfMatcher< Stmt, ConvertVectorExpr > clang::ast_matchers::convertVectorExpr

Matches builtin function __builtin_convertvector.

Definition at line 946 of file ASTMatchersInternal.cpp.

◆ coreturnStmt

const internal::VariadicDynCastAllOfMatcher< Stmt, CoreturnStmt > clang::ast_matchers::coreturnStmt

Matches co_return statements.

Given

while (true) { co_return; }

coreturnStmt() matches 'co_return'

Definition at line 909 of file ASTMatchersInternal.cpp.

◆ coroutineBodyStmt

const internal::VariadicDynCastAllOfMatcher< Stmt, CoroutineBodyStmt > clang::ast_matchers::coroutineBodyStmt

Matches coroutine body statements.

coroutineBodyStmt() matches the coroutine below

generator<int> gen() {
co_return;
}

Definition at line 920 of file ASTMatchersInternal.cpp.

◆ coyieldExpr

const internal::VariadicDynCastAllOfMatcher< Stmt, CoyieldExpr > clang::ast_matchers::coyieldExpr

Matches co_yield expressions.

Given

co_yield 1;

coyieldExpr() matches 'co_yield 1'

Definition at line 952 of file ASTMatchersInternal.cpp.

◆ cStyleCastExpr

const internal::VariadicDynCastAllOfMatcher< Stmt, CStyleCastExpr > clang::ast_matchers::cStyleCastExpr

Matches a C-style cast expression.

Example: Matches (int) 2.2f in

int i = (int) 2.2f;

Definition at line 982 of file ASTMatchersInternal.cpp.

◆ cudaKernelCallExpr

const internal::VariadicDynCastAllOfMatcher< Stmt, CUDAKernelCallExpr > clang::ast_matchers::cudaKernelCallExpr

Matches CUDA kernel call expression.

Example matches,

kernel<<<i,j>>>();

Definition at line 1044 of file ASTMatchersInternal.cpp.

◆ cxxBaseSpecifier

const internal::VariadicAllOfMatcher< CXXBaseSpecifier > clang::ast_matchers::cxxBaseSpecifier

Matches class bases.

Examples matches public virtual B.

class B {};
class C : public virtual B {};

Definition at line 760 of file ASTMatchersInternal.cpp.

◆ cxxBindTemporaryExpr

const internal::VariadicDynCastAllOfMatcher< Stmt, CXXBindTemporaryExpr > clang::ast_matchers::cxxBindTemporaryExpr

Matches nodes where temporaries are created.

Example matches FunctionTakesString(GetStringByValue()) (matcher = cxxBindTemporaryExpr())

FunctionTakesString(GetStringByValue());
FunctionTakesStringByPointer(GetStringPointer());

Definition at line 877 of file ASTMatchersInternal.cpp.

◆ cxxBoolLiteral

const internal::VariadicDynCastAllOfMatcher< Stmt, CXXBoolLiteralExpr > clang::ast_matchers::cxxBoolLiteral

Matches bool literals.

Example matches true

true

Definition at line 927 of file ASTMatchersInternal.cpp.

◆ cxxCatchStmt

const internal::VariadicDynCastAllOfMatcher< Stmt, CXXCatchStmt > clang::ast_matchers::cxxCatchStmt

Matches catch statements.

try {} catch(int i) {}

cxxCatchStmt() matches 'catch(int i)'

Definition at line 921 of file ASTMatchersInternal.cpp.

◆ cxxConstCastExpr

const internal::VariadicDynCastAllOfMatcher< Stmt, CXXConstCastExpr > clang::ast_matchers::cxxConstCastExpr

Matches a const_cast expression.

Example: Matches const_cast<int*>(&r) in

int n = 42;
const int &r(n);
int* p = const_cast<int*>(&r);

Definition at line 980 of file ASTMatchersInternal.cpp.

◆ cxxConstructExpr

const internal::VariadicDynCastAllOfMatcher< Stmt, CXXConstructExpr > clang::ast_matchers::cxxConstructExpr

Matches constructor call expressions (including implicit ones).

Example matches string(ptr, n) and ptr within arguments of f (matcher = cxxConstructExpr())

void f(const string &a, const string &b);
char *ptr;
int n;
f(string(ptr, n), ptr);

Definition at line 872 of file ASTMatchersInternal.cpp.

Referenced by AST_POLYMORPHIC_MATCHER_P2().

◆ cxxConstructorDecl

const internal::VariadicDynCastAllOfMatcher< Decl, CXXConstructorDecl > clang::ast_matchers::cxxConstructorDecl

Matches C++ constructor declarations.

Example matches Foo::Foo() and Foo::Foo(int)

class Foo {
public:
Foo();
Foo(int);
int DoSomething();
};

Definition at line 793 of file ASTMatchersInternal.cpp.

Referenced by AST_POLYMORPHIC_MATCHER_P2().

◆ cxxConversionDecl

const internal::VariadicDynCastAllOfMatcher< Decl, CXXConversionDecl > clang::ast_matchers::cxxConversionDecl

Matches conversion operator declarations.

Example matches the operator.

class X { operator int() const; };

Definition at line 802 of file ASTMatchersInternal.cpp.

◆ cxxCtorInitializer

const internal::VariadicAllOfMatcher< CXXCtorInitializer > clang::ast_matchers::cxxCtorInitializer

Matches constructor initializers.

Examples matches i(42).

class C {
C() : i(42) {}
int i;
};

Definition at line 761 of file ASTMatchersInternal.cpp.

◆ cxxDeductionGuideDecl

const internal::VariadicDynCastAllOfMatcher< Decl, CXXDeductionGuideDecl > clang::ast_matchers::cxxDeductionGuideDecl

Matches user-defined and implicitly generated deduction guide.

Example matches the deduction guide.

template<typename T>
class X { X(int) };
X(int) -> X<int>;

Definition at line 1096 of file ASTMatchersInternal.cpp.

◆ cxxDefaultArgExpr

const internal::VariadicDynCastAllOfMatcher< Stmt, CXXDefaultArgExpr > clang::ast_matchers::cxxDefaultArgExpr

Matches the value of a default argument at the call site.

Example matches the CXXDefaultArgExpr placeholder inserted for the default value of the second parameter in the call expression f(42) (matcher = cxxDefaultArgExpr())

void f(int x, int y = 0);
f(42);

Definition at line 891 of file ASTMatchersInternal.cpp.

◆ cxxDeleteExpr

const internal::VariadicDynCastAllOfMatcher< Stmt, CXXDeleteExpr > clang::ast_matchers::cxxDeleteExpr

Matches delete expressions.

Given

delete X;

cxxDeleteExpr() matches 'delete X'.

Definition at line 881 of file ASTMatchersInternal.cpp.

◆ cxxDependentScopeMemberExpr

const internal::VariadicDynCastAllOfMatcher< Stmt, CXXDependentScopeMemberExpr > clang::ast_matchers::cxxDependentScopeMemberExpr

Matches member expressions where the actual member referenced could not be resolved because the base expression or the member name was dependent.

Given

template <class T> void f() { T t; t.g(); }

cxxDependentScopeMemberExpr() matches t.g

Definition at line 818 of file ASTMatchersInternal.cpp.

◆ cxxDestructorDecl

const internal::VariadicDynCastAllOfMatcher< Decl, CXXDestructorDecl > clang::ast_matchers::cxxDestructorDecl

Matches explicit C++ destructor declarations.

Example matches Foo::~Foo()

class Foo {
public:
virtual ~Foo();
};

Definition at line 795 of file ASTMatchersInternal.cpp.

◆ cxxDynamicCastExpr

const internal::VariadicDynCastAllOfMatcher< Stmt, CXXDynamicCastExpr > clang::ast_matchers::cxxDynamicCastExpr

Matches a dynamic_cast expression.

Example: cxxDynamicCastExpr() matches dynamic_cast<D*>(&b); in

struct B { virtual ~B() {} }; struct D : B {};
B b;
D* p = dynamic_cast<D*>(&b);

Definition at line 978 of file ASTMatchersInternal.cpp.

◆ cxxFoldExpr

const internal::VariadicDynCastAllOfMatcher< Stmt, CXXFoldExpr > clang::ast_matchers::cxxFoldExpr

Matches C++17 fold expressions.

Example matches (0 + ... + args):

template <typename... Args>
auto sum(Args... args) {
return (0 + ... + args);
}

Definition at line 896 of file ASTMatchersInternal.cpp.

◆ cxxForRangeStmt

const internal::VariadicDynCastAllOfMatcher< Stmt, CXXForRangeStmt > clang::ast_matchers::cxxForRangeStmt

Matches range-based for statements.

cxxForRangeStmt() matches 'for (auto a : i)'

int i[] = {1, 2, 3}; for (auto a : i);
for(int j = 0; j < 5; ++j);

Definition at line 904 of file ASTMatchersInternal.cpp.

◆ cxxFunctionalCastExpr

const internal::VariadicDynCastAllOfMatcher< Stmt, CXXFunctionalCastExpr > clang::ast_matchers::cxxFunctionalCastExpr

Matches functional cast expressions.

Example: Matches Foo(bar);

Foo f = bar;
Foo g = (Foo) bar;
Foo h = Foo(bar);

Definition at line 989 of file ASTMatchersInternal.cpp.

◆ cxxMemberCallExpr

const internal::VariadicDynCastAllOfMatcher< Stmt, CXXMemberCallExpr > clang::ast_matchers::cxxMemberCallExpr

Matches member call expressions.

Example matches x.y()

X x;
x.y();

Definition at line 822 of file ASTMatchersInternal.cpp.

Referenced by gtestCallInternal().

◆ cxxMethodDecl

const internal::VariadicDynCastAllOfMatcher< Decl, CXXMethodDecl > clang::ast_matchers::cxxMethodDecl

Matches method declarations.

Example matches y

class X { void y(); };

Definition at line 800 of file ASTMatchersInternal.cpp.

Referenced by AST_POLYMORPHIC_MATCHER_P2(), CaptureMethods(), and getComparisonDecl().

◆ cxxNewExpr

const internal::VariadicDynCastAllOfMatcher< Stmt, CXXNewExpr > clang::ast_matchers::cxxNewExpr

Matches new expressions.

Given

new X;

cxxNewExpr() matches 'new X'.

Definition at line 880 of file ASTMatchersInternal.cpp.

◆ cxxNoexceptExpr

const internal::VariadicDynCastAllOfMatcher< Stmt, CXXNoexceptExpr > clang::ast_matchers::cxxNoexceptExpr

Matches noexcept expressions.

Given

bool a() noexcept;
bool b() noexcept(true);
bool c() noexcept(false);
bool d() noexcept(noexcept(a()));
bool e = noexcept(b()) || noexcept(c());

cxxNoexceptExpr() matches noexcept(a()), noexcept(b()) and noexcept(c()). doesn't match the noexcept specifier in the declarations a, b, c or d.

Definition at line 883 of file ASTMatchersInternal.cpp.

Referenced by clang::ExprMutationAnalyzer::isUnevaluated().

◆ cxxNullPtrLiteralExpr

const internal::VariadicDynCastAllOfMatcher< Stmt, CXXNullPtrLiteralExpr > clang::ast_matchers::cxxNullPtrLiteralExpr

Matches nullptr literal.

Definition at line 943 of file ASTMatchersInternal.cpp.

Referenced by AST_MATCHER_FUNCTION().

◆ cxxOperatorCallExpr

const internal::VariadicDynCastAllOfMatcher< Stmt, CXXOperatorCallExpr > clang::ast_matchers::cxxOperatorCallExpr

Matches overloaded operator calls.

Note that if an operator isn't overloaded, it won't match. Instead, use binaryOperator matcher. Currently it does not match operators such as new delete. FIXME: figure out why these do not match?

Example matches both operator<<((o << b), c) and operator<<(o, b) (matcher = cxxOperatorCallExpr())

ostream &operator<< (ostream &out, int i) { };
ostream &o; int b = 1, c = 1;
o << b << c;

See also the binaryOperation() matcher for more-general matching of binary uses of this AST node.

Definition at line 893 of file ASTMatchersInternal.cpp.

Referenced by AST_POLYMORPHIC_MATCHER_P2(), gtestCallInternal(), and gtestThatInternal().

◆ cxxRecordDecl

const internal::VariadicDynCastAllOfMatcher< Decl, CXXRecordDecl > clang::ast_matchers::cxxRecordDecl

Matches C++ class declarations.

Example matches X, Z

class X;
template<class T> class Z {};

Definition at line 746 of file ASTMatchersInternal.cpp.

Referenced by AST_MATCHER_FUNCTION(), clang::tooling::ASTSrcLocProcessor::ASTSrcLocProcessor(), CaptureMethods(), getComparisonDecl(), isExactClass(), clang::tooling::isKnownPointerLikeType(), and isSubclass().

◆ cxxReinterpretCastExpr

const internal::VariadicDynCastAllOfMatcher< Stmt, CXXReinterpretCastExpr > clang::ast_matchers::cxxReinterpretCastExpr

Matches a reinterpret_cast expression.

Either the source expression or the destination type can be matched using has(), but hasDestinationType() is more specific and can be more readable.

Example matches reinterpret_cast<char*>(&p) in

void* p = reinterpret_cast<char*>(&p);

Definition at line 974 of file ASTMatchersInternal.cpp.

◆ cxxRewrittenBinaryOperator

const internal::VariadicDynCastAllOfMatcher< Stmt, CXXRewrittenBinaryOperator > clang::ast_matchers::cxxRewrittenBinaryOperator

Matches rewritten binary operators.

Example matches use of "<":

#include <compare>
struct HasSpaceshipMem {
int a;
constexpr auto operator<=>(const HasSpaceshipMem&) const = default;
};
void compare() {
HasSpaceshipMem hs1, hs2;
if (hs1 < hs2)
return;
}
static bool compare(const PathDiagnostic &X, const PathDiagnostic &Y)

See also the binaryOperation() matcher for more-general matching of this AST node.

Definition at line 895 of file ASTMatchersInternal.cpp.

◆ cxxStaticCastExpr

const internal::VariadicDynCastAllOfMatcher< Stmt, CXXStaticCastExpr > clang::ast_matchers::cxxStaticCastExpr

Matches a C++ static_cast expression.

See also
hasDestinationType
reinterpretCast

Example: cxxStaticCastExpr() matches static_cast<long>(8) in

long eight(static_cast<long>(8));

Definition at line 976 of file ASTMatchersInternal.cpp.

◆ cxxStdInitializerListExpr

const internal::VariadicDynCastAllOfMatcher< Stmt, CXXStdInitializerListExpr > clang::ast_matchers::cxxStdInitializerListExpr

Matches C++ initializer list expressions.

Given

std::vector<int> a({ 1, 2, 3 });
std::vector<int> b = { 4, 5 };
int c[] = { 6, 7 };
std::pair<int, int> d = { 8, 9 };

cxxStdInitializerListExpr() matches "{ 1, 2, 3 }" and "{ 4, 5 }"

Definition at line 853 of file ASTMatchersInternal.cpp.

◆ cxxTemporaryObjectExpr

const internal::VariadicDynCastAllOfMatcher< Stmt, CXXTemporaryObjectExpr > clang::ast_matchers::cxxTemporaryObjectExpr

Matches functional cast expressions having N != 1 arguments.

Example: Matches Foo(bar, bar)

Foo h = Foo(bar, bar);

Definition at line 991 of file ASTMatchersInternal.cpp.

◆ cxxThisExpr

const internal::VariadicDynCastAllOfMatcher< Stmt, CXXThisExpr > clang::ast_matchers::cxxThisExpr

Matches implicit and explicit this expressions.

Example matches the implicit this expression in "return i". (matcher = cxxThisExpr())

struct foo {
int i;
int f() { return i; }
};

Definition at line 875 of file ASTMatchersInternal.cpp.

◆ cxxThrowExpr

const internal::VariadicDynCastAllOfMatcher< Stmt, CXXThrowExpr > clang::ast_matchers::cxxThrowExpr

Matches throw expressions.

try { throw 5; } catch(int i) {}

cxxThrowExpr() matches 'throw 5'

Definition at line 923 of file ASTMatchersInternal.cpp.

◆ cxxTryStmt

const internal::VariadicDynCastAllOfMatcher< Stmt, CXXTryStmt > clang::ast_matchers::cxxTryStmt

Matches try statements.

try {} catch(int i) {}

cxxTryStmt() matches 'try {}'

Definition at line 922 of file ASTMatchersInternal.cpp.

◆ cxxUnresolvedConstructExpr

const internal::VariadicDynCastAllOfMatcher< Stmt, CXXUnresolvedConstructExpr > clang::ast_matchers::cxxUnresolvedConstructExpr

Matches unresolved constructor call expressions.

Example matches T(t) in return statement of f (matcher = cxxUnresolvedConstructExpr())

template <typename T>
void f(const T& t) { return T(t); }

Definition at line 874 of file ASTMatchersInternal.cpp.

◆ decayedType

const AstTypeMatcher< DecayedType > clang::ast_matchers::decayedType

Matches decayed type Example matches i[] in declaration of f.

(matcher = valueDecl(hasType(decayedType(hasDecayedType(pointerType()))))) Example matches i[1]. (matcher = expr(hasType(decayedType(hasDecayedType(pointerType())))))

void f(int i[]) {
i[1] = 0;
}

Definition at line 1080 of file ASTMatchersInternal.cpp.

◆ decl

const internal::VariadicAllOfMatcher< Decl > clang::ast_matchers::decl

◆ declaratorDecl

const internal::VariadicDynCastAllOfMatcher< Decl, DeclaratorDecl > clang::ast_matchers::declaratorDecl

Matches declarator declarations (field, variable, function and non-type template parameter declarations).

Given

class X { int y; };

declaratorDecl() matches int y.

Definition at line 756 of file ASTMatchersInternal.cpp.

◆ declRefExpr

const internal::VariadicDynCastAllOfMatcher< Stmt, DeclRefExpr > clang::ast_matchers::declRefExpr

◆ declStmt

const internal::VariadicDynCastAllOfMatcher< Stmt, DeclStmt > clang::ast_matchers::declStmt

Matches declaration statements.

Given

int a;

declStmt() matches 'int a'.

Definition at line 813 of file ASTMatchersInternal.cpp.

Referenced by clang::ento::assignedToRef(), findGadgets(), and clang::ento::forLoopMatcher().

◆ decltypeType

const AstTypeMatcher< DecltypeType > clang::ast_matchers::decltypeType

Matches types nodes representing C++11 decltype(<expr>) types.

Given:

short i = 1;
int j = 42;
decltype(i + j) result = i + j;

decltypeType() matches "decltype(i + j)"

Definition at line 1057 of file ASTMatchersInternal.cpp.

◆ decompositionDecl

const internal::VariadicDynCastAllOfMatcher< Decl, DecompositionDecl > clang::ast_matchers::decompositionDecl

Matches decomposition-declarations.

Examples matches the declaration node with foo and bar, but not number. (matcher = declStmt(has(decompositionDecl())))

int number = 42;
auto [foo, bar] = std::make_pair{42, 42};

Definition at line 736 of file ASTMatchersInternal.cpp.

◆ deducedTemplateSpecializationType

const AstTypeMatcher< DeducedTemplateSpecializationType > clang::ast_matchers::deducedTemplateSpecializationType

Matches C++17 deduced template specialization types, e.g.

deduced class template types.

Given

template <typename T>
class C { public: C(T); };
C c(123);

deducedTemplateSpecializationType() matches the type in the declaration of the variable c.

Definition at line 1050 of file ASTMatchersInternal.cpp.

◆ defaultStmt

const internal::VariadicDynCastAllOfMatcher< Stmt, DefaultStmt > clang::ast_matchers::defaultStmt

Matches default statements inside switch statements.

Given

switch(a) { case 42: break; default: break; }

defaultStmt() matches 'default:'.

Definition at line 917 of file ASTMatchersInternal.cpp.

◆ dependentCoawaitExpr

const internal::VariadicDynCastAllOfMatcher< Stmt, DependentCoawaitExpr > clang::ast_matchers::dependentCoawaitExpr

Matches co_await expressions where the type of the promise is dependent.

Definition at line 950 of file ASTMatchersInternal.cpp.

◆ dependentSizedArrayType

const AstTypeMatcher< DependentSizedArrayType > clang::ast_matchers::dependentSizedArrayType

Matches C++ arrays whose size is a value-dependent expression.

Given

template<typename T, int Size>
class array {
T data[Size];
};

dependentSizedArrayType() matches "T data[Size]"

Definition at line 1051 of file ASTMatchersInternal.cpp.

◆ dependentSizedExtVectorType

const AstTypeMatcher< DependentSizedExtVectorType > clang::ast_matchers::dependentSizedExtVectorType

Matches C++ extended vector type where either the type or size is dependent.

Given

template<typename T, int Size>
class vector {
typedef T __attribute__((ext_vector_type(Size))) type;
};
const internal::VariadicAllOfMatcher< Type > type
Matches Types in the clang AST.

dependentSizedExtVectorType() matches "T __attribute__((ext_vector_type(Size)))"

Definition at line 1052 of file ASTMatchersInternal.cpp.

◆ designatedInitExpr

const internal::VariadicDynCastAllOfMatcher< Stmt, DesignatedInitExpr > clang::ast_matchers::designatedInitExpr

Matches C99 designated initializer expressions [C99 6.7.8].

Example: Matches { [2].y = 1.0, [0].x = 1.0 }

point ptarray[10] = { [2].y = 1.0, [0].x = 1.0 };

Definition at line 995 of file ASTMatchersInternal.cpp.

◆ doStmt

const internal::VariadicDynCastAllOfMatcher< Stmt, DoStmt > clang::ast_matchers::doStmt

Matches do statements.

Given

do {} while (true);

doStmt() matches 'do {} while(true)'

Definition at line 906 of file ASTMatchersInternal.cpp.

◆ eachOf

const internal::VariadicOperatorMatcherFunc< 2, std::numeric_limits< unsigned >::max()> clang::ast_matchers::eachOf = {internal::DynTypedMatcher::VO_EachOf}

Matches if any of the given matchers matches.

Unlike anyOf, eachOf will generate a match result for each matching submatcher.

For example, in:

class A { int a; int b; };

The matcher:

has(fieldDecl(hasName("b")).bind("v"))))
const internal::VariadicOperatorMatcherFunc< 2, std::numeric_limits< unsigned >::max()> eachOf
Matches if any of the given matchers matches.
const internal::VariadicDynCastAllOfMatcher< Decl, FieldDecl > fieldDecl
Matches field declarations.

will generate two results binding "v", the first of which binds the field declaration of a, the second the field declaration of b.

Usable as: Any Matcher

Definition at line 998 of file ASTMatchersInternal.cpp.

Referenced by findAll(), findGadgets(), and isInUnspecifiedPointerContext().

◆ elaboratedType

const AstTypeMatcher< ElaboratedType > clang::ast_matchers::elaboratedType

Matches types specified with an elaborated type keyword or with a qualified name.

Given

namespace N {
namespace M {
class D {};
}
}
class C {};
class C c;
N::M::D d;

elaboratedType() matches the type of the variable declarations of both c and d.

Definition at line 1075 of file ASTMatchersInternal.cpp.

◆ elaboratedTypeLoc

const internal::VariadicDynCastAllOfMatcher< TypeLoc, ElaboratedTypeLoc > clang::ast_matchers::elaboratedTypeLoc

Matches C or C++ elaborated TypeLocs.

Given

struct s {};
struct s ss;

elaboratedTypeLoc() matches the TypeLoc of the variable declaration of ss.

Definition at line 787 of file ASTMatchersInternal.cpp.

◆ enumConstantDecl

const internal::VariadicDynCastAllOfMatcher< Decl, EnumConstantDecl > clang::ast_matchers::enumConstantDecl

Matches enum constants.

Example matches A, B, C

enum X {
A, B, C
};

Definition at line 798 of file ASTMatchersInternal.cpp.

◆ enumDecl

const internal::VariadicDynCastAllOfMatcher< Decl, EnumDecl > clang::ast_matchers::enumDecl

Matches enum declarations.

Example matches X

enum X {
A, B, C
};

Definition at line 796 of file ASTMatchersInternal.cpp.

◆ enumType

const AstTypeMatcher< EnumType > clang::ast_matchers::enumType

Matches enum types.

Given

enum C { Green };
enum class S { Red };
C c;
S s;

enumType() matches the type of the variable declarations of both c and s.

Definition at line 1070 of file ASTMatchersInternal.cpp.

◆ explicitCastExpr

const internal::VariadicDynCastAllOfMatcher< Stmt, ExplicitCastExpr > clang::ast_matchers::explicitCastExpr

Matches explicit cast expressions.

Matches any cast expression written in user code, whether it be a C-style cast, a functional-style cast, or a keyword cast.

Does not match implicit conversions.

Note: the name "explicitCast" is chosen to match Clang's terminology, as Clang uses the term "cast" to apply to implicit conversions as well as to actual cast expressions.

See also
hasDestinationType.

Example: matches all five of the casts in

int((int)(reinterpret_cast<int>(static_cast<int>(const_cast<int>(42)))))

but does not match the implicit conversion in

long ell = 42;

Definition at line 984 of file ASTMatchersInternal.cpp.

◆ expr

const internal::VariadicDynCastAllOfMatcher< Stmt, Expr > clang::ast_matchers::expr

◆ exprWithCleanups

const internal::VariadicDynCastAllOfMatcher< Stmt, ExprWithCleanups > clang::ast_matchers::exprWithCleanups

Matches expressions that introduce cleanups to be run at the end of the sub-expression's evaluation.

Example matches std::string()

const std::string str = std::string();

Definition at line 850 of file ASTMatchersInternal.cpp.

◆ fieldDecl

const internal::VariadicDynCastAllOfMatcher< Decl, FieldDecl > clang::ast_matchers::fieldDecl

Matches field declarations.

Given

class X { int m; };

fieldDecl() matches 'm'.

Definition at line 805 of file ASTMatchersInternal.cpp.

◆ fixedPointLiteral

const internal::VariadicDynCastAllOfMatcher< Stmt, FixedPointLiteral > clang::ast_matchers::fixedPointLiteral

Matches fixed point literals.

Definition at line 937 of file ASTMatchersInternal.cpp.

◆ floatLiteral

const internal::VariadicDynCastAllOfMatcher< Stmt, FloatingLiteral > clang::ast_matchers::floatLiteral

Matches float literals of all sizes / encodings, e.g.

1.0, 1.0f, 1.0L and 1e10.

Does not match implicit conversions such as

float a = 10;

Definition at line 934 of file ASTMatchersInternal.cpp.

◆ forEach

const internal::ArgumentAdaptingMatcherFunc< internal::ForEachMatcher > clang::ast_matchers::forEach
Initial value:
=
{}

Matches AST nodes that have child AST nodes that match the provided matcher.

Example matches X, Y, Y::X, Z::Y, Z::Y::X (matcher = cxxRecordDecl(forEach(cxxRecordDecl(hasName("X")))

class X {};
class Y { class X {}; }; // Matches Y, because Y::X is a class of name X
// inside Y.
class Z { class Y { class X {}; }; }; // Does not match Z.

ChildT must be an AST base type.

As opposed to 'has', 'forEach' will cause a match for each result that matches instead of only on the first one.

Usable as: Any Matcher

Definition at line 1023 of file ASTMatchersInternal.cpp.

Referenced by isInUnspecifiedUntypedContext().

◆ forEachDescendant

const internal::ArgumentAdaptingMatcherFunc< internal::ForEachDescendantMatcher > clang::ast_matchers::forEachDescendant = {}

Matches AST nodes that have descendant AST nodes that match the provided matcher.

Example matches X, A, A::X, B, B::C, B::C::X (matcher = cxxRecordDecl(forEachDescendant(cxxRecordDecl(hasName("X")))))

class X {};
class A { class X {}; }; // Matches A, because A::X is a class of name
// X inside A.
class B { class C { class X {}; }; };

DescendantT must be an AST base type.

As opposed to 'hasDescendant', 'forEachDescendant' will cause a match for each result that matches instead of only on the first one.

Note: Recursively combined ForEachDescendant can cause many matches: cxxRecordDecl(forEachDescendant(cxxRecordDecl( forEachDescendant(cxxRecordDecl()) ))) will match 10 times (plus injected class name matches) on:

class A { class B { class C { class D { class E {}; }; }; }; };

Usable as: Any Matcher

Definition at line 1026 of file ASTMatchersInternal.cpp.

Referenced by findAll().

◆ forStmt

const internal::VariadicDynCastAllOfMatcher< Stmt, ForStmt > clang::ast_matchers::forStmt

Matches for statements.

Example matches 'for (;;) {}'

for (;;) {}
int i[] = {1, 2, 3}; for (auto a : i);

Definition at line 902 of file ASTMatchersInternal.cpp.

Referenced by clang::ento::forLoopMatcher().

◆ friendDecl

const internal::VariadicDynCastAllOfMatcher< Decl, FriendDecl > clang::ast_matchers::friendDecl

Matches friend declarations.

Given

class X { friend void foo(); };

friendDecl() matches 'friend void foo()'.

Definition at line 811 of file ASTMatchersInternal.cpp.

◆ functionDecl

const internal::VariadicDynCastAllOfMatcher< Decl, FunctionDecl > clang::ast_matchers::functionDecl

◆ functionProtoType

const AstTypeMatcher< FunctionProtoType > clang::ast_matchers::functionProtoType

Matches FunctionProtoType nodes.

Given

int (*f)(int);
void g();

functionProtoType() matches "int (*f)(int)" and the type of "g" in C++ mode. In C mode, "g" is not matched because it does not contain a prototype.

Definition at line 1059 of file ASTMatchersInternal.cpp.

◆ functionTemplateDecl

const internal::VariadicDynCastAllOfMatcher< Decl, FunctionTemplateDecl > clang::ast_matchers::functionTemplateDecl

Matches C++ function template declarations.

Example matches f

template<class T> void f(T t) {}

Definition at line 810 of file ASTMatchersInternal.cpp.

◆ functionType

const AstTypeMatcher< FunctionType > clang::ast_matchers::functionType

Matches FunctionType nodes.

Given

int (*f)(int);
void g();

functionType() matches "int (*f)(int)" and the type of "g".

Definition at line 1058 of file ASTMatchersInternal.cpp.

◆ genericSelectionExpr

const internal::VariadicDynCastAllOfMatcher< Stmt, GenericSelectionExpr > clang::ast_matchers::genericSelectionExpr

Matches C11 _Generic expression.

Definition at line 955 of file ASTMatchersInternal.cpp.

Referenced by clang::ExprMutationAnalyzer::isUnevaluated().

◆ gnuNullExpr

const internal::VariadicDynCastAllOfMatcher< Stmt, GNUNullExpr > clang::ast_matchers::gnuNullExpr

Matches GNU __null expression.

Definition at line 953 of file ASTMatchersInternal.cpp.

Referenced by AST_MATCHER_FUNCTION().

◆ gotoStmt

const internal::VariadicDynCastAllOfMatcher< Stmt, GotoStmt > clang::ast_matchers::gotoStmt

Matches goto statements.

Given

goto FOO;
FOO: bar();

gotoStmt() matches 'goto FOO'

Definition at line 911 of file ASTMatchersInternal.cpp.

Referenced by clang::ento::hasSuspiciousStmt().

◆ has

const internal::ArgumentAdaptingMatcherFunc< internal::HasMatcher > clang::ast_matchers::has = {}

Matches AST nodes that have child AST nodes that match the provided matcher.

Example matches X, Y (matcher = cxxRecordDecl(has(cxxRecordDecl(hasName("X")))

class X {}; // Matches X, because X::X is a class of name X inside X.
class Y { class X {}; };
class Z { class Y { class X {}; }; }; // Does not match Z.

ChildT must be an AST base type.

Usable as: Any Matcher Note that has is direct matcher, so it also matches things like implicit casts and paren casts. If you are matching with expr then you should probably consider using ignoringParenImpCasts like: has(ignoringParenImpCasts(expr())).

Definition at line 1020 of file ASTMatchersInternal.cpp.

Referenced by clang::ento::assignedToRef(), and getLiteralInfo().

◆ hasAncestor

const internal::ArgumentAdaptingMatcherFunc< internal::HasAncestorMatcher, internal::TypeList< Decl, NestedNameSpecifierLoc, Stmt, TypeLoc, Attr >, internal::TypeList< Decl, NestedNameSpecifierLoc, Stmt, TypeLoc, Attr > > clang::ast_matchers::hasAncestor = {}

Matches AST nodes that have an ancestor that matches the provided matcher.

Given

void f() { if (true) { int x = 42; } }
void g() { for (;;) { int x = 43; } }

expr(integerLiteral(hasAncestor(ifStmt()))) matches 42, but not 43.

Usable as: Any Matcher

Definition at line 1036 of file ASTMatchersInternal.cpp.

Referenced by AST_MATCHER_FUNCTION(), checkTempObjectsInNoPool(), checkTempObjectsInSamePool(), and clang::ExprMutationAnalyzer::isUnevaluated().

◆ hasAnyName

const internal::VariadicFunction< internal::Matcher< NamedDecl >, StringRef, internal::hasAnyNameFunc > clang::ast_matchers::hasAnyName = {}

Matches NamedDecl nodes that have any of the specified names.

This matcher is only provided as a performance optimization of hasName.

const internal::VariadicFunction< internal::Matcher< NamedDecl >, StringRef, internal::hasAnyNameFunc > hasAnyName
Matches NamedDecl nodes that have any of the specified names.

is equivalent to, but faster than

Definition at line 1009 of file ASTMatchersInternal.cpp.

Referenced by clang::tooling::ASTSrcLocProcessor::ASTSrcLocProcessor(), callsNames(), CaptureMethods(), hasUnguardedAccess(), and clang::tooling::isKnownPointerLikeType().

◆ hasAnyOperatorName

const internal::VariadicFunction< internal::HasOpNameMatcher, StringRef, internal::hasAnyOperatorNameFunc > clang::ast_matchers::hasAnyOperatorName = {}

Matches operator expressions (binary or unary) that have any of the specified names.

hasAnyOperatorName("+", "-") Is equivalent to anyOf(hasOperatorName("+"), hasOperatorName("-"))

Definition at line 1013 of file ASTMatchersInternal.cpp.

Referenced by isInUnspecifiedLvalueContext(), and isInUnspecifiedPointerContext().

◆ hasAnyOverloadedOperatorName

const internal::VariadicFunction< internal::HasOverloadOpNameMatcher, StringRef, internal::hasAnyOverloadedOperatorNameFunc > clang::ast_matchers::hasAnyOverloadedOperatorName = {}

Matches overloaded operator names.

Matches overloaded operator names specified in strings without the "operator" prefix: e.g. "<<".

hasAnyOverloadedOperatorName("+", "-") Is equivalent to anyOf(hasOverloadedOperatorName("+"), hasOverloadedOperatorName("-"))

Definition at line 1016 of file ASTMatchersInternal.cpp.

◆ hasAnySelector

const internal::VariadicFunction< internal::Matcher< ObjCMessageExpr >, StringRef, internal::hasAnySelectorFunc > clang::ast_matchers::hasAnySelector = {}

Matches when at least one of the supplied string equals to the Selector.getAsString()

matcher = objCMessageExpr(hasSelector("methodA:", "methodB:")); matches both of the expressions below:

[myObj methodA:argA];
[myObj methodB:argB];

Definition at line 1019 of file ASTMatchersInternal.cpp.

◆ hasDescendant

const internal::ArgumentAdaptingMatcherFunc< internal::HasDescendantMatcher > clang::ast_matchers::hasDescendant = {}

Matches AST nodes that have descendant AST nodes that match the provided matcher.

Example matches X, Y, Z (matcher = cxxRecordDecl(hasDescendant(cxxRecordDecl(hasName("X")))))

class X {}; // Matches X, because X::X is a class of name X inside X.
class Y { class X {}; };
class Z { class Y { class X {}; }; };

DescendantT must be an AST base type.

Usable as: Any Matcher

Definition at line 1022 of file ASTMatchersInternal.cpp.

Referenced by clang::ento::assignedToRef(), checkTempObjectsInNoPool(), checkTempObjectsInSamePool(), clang::ento::getWidenedLoopState(), clang::ento::hasSuspiciousStmt(), hasUnguardedAccess(), clang::ExprMutationAnalyzer::isUnevaluated(), and potentiallyWritesIntoIvar().

◆ hasParent

const internal::ArgumentAdaptingMatcherFunc< internal::HasParentMatcher, internal::TypeList< Decl, NestedNameSpecifierLoc, Stmt, TypeLoc, Attr >, internal::TypeList< Decl, NestedNameSpecifierLoc, Stmt, TypeLoc, Attr > > clang::ast_matchers::hasParent = {}

Matches AST nodes that have a parent that matches the provided matcher.

Given

void f() { for (;;) { int x = 42; if (true) { int x = 43; } } }

compoundStmt(hasParent(ifStmt())) matches "{ int x = 43; }".

Usable as: Any Matcher

Definition at line 1031 of file ASTMatchersInternal.cpp.

Referenced by AST_MATCHER_FUNCTION().

◆ ifStmt

const internal::VariadicDynCastAllOfMatcher< Stmt, IfStmt > clang::ast_matchers::ifStmt

Matches if statements.

Example matches 'if (x) {}'

if (x) {}

Definition at line 901 of file ASTMatchersInternal.cpp.

Referenced by hasUnguardedAccess(), and isInUnspecifiedUntypedContext().

◆ imaginaryLiteral

const internal::VariadicDynCastAllOfMatcher< Stmt, ImaginaryLiteral > clang::ast_matchers::imaginaryLiteral

Matches imaginary literals, which are based on integer and floating point literals e.g.: 1i, 1.0i.

Definition at line 935 of file ASTMatchersInternal.cpp.

◆ implicitCastExpr

const internal::VariadicDynCastAllOfMatcher< Stmt, ImplicitCastExpr > clang::ast_matchers::implicitCastExpr

Matches the implicit cast nodes of Clang's AST.

This matches many different places, including function call return value eliding, as well as any type conversions.

Definition at line 986 of file ASTMatchersInternal.cpp.

Referenced by isInUnspecifiedLvalueContext().

◆ implicitValueInitExpr

const internal::VariadicDynCastAllOfMatcher< Stmt, ImplicitValueInitExpr > clang::ast_matchers::implicitValueInitExpr

Matches implicit initializers of init list expressions.

Given

point ptarray[10] = { [2].y = 1.0, [2].x = 2.0, [0].x = 1.0 };

implicitValueInitExpr() matches "[0].y" (implicitly)

Definition at line 855 of file ASTMatchersInternal.cpp.

◆ incompleteArrayType

const AstTypeMatcher< IncompleteArrayType > clang::ast_matchers::incompleteArrayType

Matches C arrays with unspecified size.

Given

int a[] = { 2, 3 };
int b[42];
void f(int c[]) { int d[a[0]]; };

incompleteArrayType() matches "int a[]" and "int c[]"

Definition at line 1053 of file ASTMatchersInternal.cpp.

◆ indirectFieldDecl

const internal::VariadicDynCastAllOfMatcher< Decl, IndirectFieldDecl > clang::ast_matchers::indirectFieldDecl

Matches indirect field declarations.

Given

struct X { struct { int a; }; };

indirectFieldDecl() matches 'a'.

Definition at line 807 of file ASTMatchersInternal.cpp.

◆ initListExpr

const internal::VariadicDynCastAllOfMatcher< Stmt, InitListExpr > clang::ast_matchers::initListExpr

Matches init list expressions.

Given

int a[] = { 1, 2 };
struct B { int x, y; };
B b = { 5, 6 };

initListExpr() matches "{ 1, 2 }" and "{ 5, 6 }"

Definition at line 851 of file ASTMatchersInternal.cpp.

Referenced by clang::ento::assignedToRef().

◆ injectedClassNameType

const AstTypeMatcher< InjectedClassNameType > clang::ast_matchers::injectedClassNameType

Matches injected class name types.

Example matches S s, but not S<T> s. (matcher = parmVarDecl(hasType(injectedClassNameType())))

template <typename T> struct S {
void f(S s);
void g(S<T> s);
};

Definition at line 1079 of file ASTMatchersInternal.cpp.

◆ integerLiteral

const internal::VariadicDynCastAllOfMatcher< Stmt, IntegerLiteral > clang::ast_matchers::integerLiteral

Matches integer literals of all sizes / encodings, e.g.

1, 1L, 0x1 and 1U.

Does not match character-encoded integers such as L'a'.

Definition at line 933 of file ASTMatchersInternal.cpp.

Referenced by AST_MATCHER_FUNCTION(), clang::ento::forLoopMatcher(), DerefSimplePtrArithFixableGadget::matcher(), and clang::ento::simpleCondition().

◆ invocation

const internal::MapAnyOfMatcher< CallExpr, CXXConstructExpr > clang::ast_matchers::invocation

Matches function calls and constructor calls.

Because CallExpr and CXXConstructExpr do not share a common base class with API accessing arguments etc, AST Matchers for code which should match both are typically duplicated. This matcher removes the need for duplication.

Given code

struct ConstructorTakesInt
{
ConstructorTakesInt(int i) {}
};
void callTakesInt(int i)
{
}
void doCall()
{
callTakesInt(42);
}
void doConstruct()
{
ConstructorTakesInt cti(42);
}

The matcher

invocation(hasArgument(0, integerLiteral(equals(42))))
const internal::MapAnyOfMatcher< CallExpr, CXXConstructExpr > invocation
Matches function calls and constructor calls.

matches the expression in both doCall and doConstruct

Definition at line 963 of file ASTMatchersInternal.cpp.

◆ labelDecl

const internal::VariadicDynCastAllOfMatcher< Decl, LabelDecl > clang::ast_matchers::labelDecl

Matches a declaration of label.

Given

goto FOO;
FOO: bar();

labelDecl() matches 'FOO:'

Definition at line 741 of file ASTMatchersInternal.cpp.

◆ labelStmt

const internal::VariadicDynCastAllOfMatcher< Stmt, LabelStmt > clang::ast_matchers::labelStmt

Matches label statements.

Given

goto FOO;
FOO: bar();

labelStmt() matches 'FOO:'

Definition at line 912 of file ASTMatchersInternal.cpp.

◆ lambdaCapture

const internal::VariadicAllOfMatcher< LambdaCapture > clang::ast_matchers::lambdaCapture

Matches lambda captures.

Given

int main() {
int x;
auto f = [x](){};
auto g = [x = 1](){};
}

In the matcher lambdaExpr(hasAnyCapture(lambdaCapture())), lambdaCapture() matches x and x=1.

Definition at line 772 of file ASTMatchersInternal.cpp.

◆ lambdaExpr

const internal::VariadicDynCastAllOfMatcher< Stmt, LambdaExpr > clang::ast_matchers::lambdaExpr

Matches lambda expressions.

Example matches [&](){return 5;}

[&](){return 5;}

Definition at line 820 of file ASTMatchersInternal.cpp.

◆ linkageSpecDecl

const internal::VariadicDynCastAllOfMatcher< Decl, LinkageSpecDecl > clang::ast_matchers::linkageSpecDecl

Matches a declaration of a linkage specification.

Given

extern "C" {}

linkageSpecDecl() matches "extern "C" {}"

Definition at line 739 of file ASTMatchersInternal.cpp.

◆ lValueReferenceType

const AstTypeMatcher< LValueReferenceType > clang::ast_matchers::lValueReferenceType

Matches lvalue reference types.

Given:

int *a;
int &b = *a;
int &&c = 1;
auto &d = b;
auto &&e = c;
auto &&f = 2;
int g = 5;

lValueReferenceType() matches the types of b, d, and e. e is matched since the type is deduced as int& by reference collapsing rules.

Definition at line 1067 of file ASTMatchersInternal.cpp.

◆ macroQualifiedType

const AstTypeMatcher< MacroQualifiedType > clang::ast_matchers::macroQualifiedType

Matches qualified types when the qualifier is applied via a macro.

Given

#define CDECL __attribute__((cdecl))
typedef void (CDECL *X)();
typedef void (__attribute__((cdecl)) *Y)();

macroQualifiedType() matches the type of the typedef declaration of X but not Y.

Definition at line 1062 of file ASTMatchersInternal.cpp.

◆ materializeTemporaryExpr

const internal::VariadicDynCastAllOfMatcher< Stmt, MaterializeTemporaryExpr > clang::ast_matchers::materializeTemporaryExpr

Matches nodes where temporaries are materialized.

Example: Given

struct T {void func();};
T f();
void g(T);

materializeTemporaryExpr() matches 'f()' in these statements

T u(f());
g(f());
f().func();

but does not match

f();

Definition at line 879 of file ASTMatchersInternal.cpp.

◆ memberExpr

const internal::VariadicDynCastAllOfMatcher< Stmt, MemberExpr > clang::ast_matchers::memberExpr

Matches member expressions.

Given

class Y {
void x() { this->x(); x(); Y y; y.x(); a; this->b; Y::b; }
int a; static int b;
};

memberExpr() matches this->x, x, y.x, a, this->b

Definition at line 814 of file ASTMatchersInternal.cpp.

Referenced by hasUnguardedAccess().

◆ memberPointerType

const AstTypeMatcher< MemberPointerType > clang::ast_matchers::memberPointerType

Matches member pointer types.

Given

struct A { int i; }
A::* ptr = A::i;

memberPointerType() matches "A::* ptr"

Definition at line 1063 of file ASTMatchersInternal.cpp.

◆ namedDecl

const internal::VariadicDynCastAllOfMatcher< Decl, NamedDecl > clang::ast_matchers::namedDecl

Matches a declaration of anything that could have a name.

Example matches X, S, the anonymous union type, i, and U;

typedef int X;
struct S {
union {
int i;
} U;
};

Definition at line 740 of file ASTMatchersInternal.cpp.

Referenced by clang::tooling::ASTSrcLocProcessor::ASTSrcLocProcessor().

◆ namespaceAliasDecl

const internal::VariadicDynCastAllOfMatcher< Decl, NamespaceAliasDecl > clang::ast_matchers::namespaceAliasDecl

Matches a declaration of a namespace alias.

Given

namespace test {}
namespace alias = ::test;

namespaceAliasDecl() matches "namespace alias" but not "namespace test"

Definition at line 744 of file ASTMatchersInternal.cpp.

◆ namespaceDecl

const internal::VariadicDynCastAllOfMatcher< Decl, NamespaceDecl > clang::ast_matchers::namespaceDecl

Matches a declaration of a namespace.

Given

namespace {}
namespace test {}

namespaceDecl() matches "namespace {}" and "namespace test {}"

Definition at line 742 of file ASTMatchersInternal.cpp.

◆ nestedNameSpecifier

const internal::VariadicAllOfMatcher< NestedNameSpecifier > clang::ast_matchers::nestedNameSpecifier

Matches nested name specifiers.

Given

namespace ns {
struct A { static void f(); };
void A::f() {}
void g() { A::f(); }
}
ns::A a;

nestedNameSpecifier() matches "ns::" and both "A::"

Definition at line 1039 of file ASTMatchersInternal.cpp.

◆ nestedNameSpecifierLoc

const internal::VariadicAllOfMatcher< NestedNameSpecifierLoc > clang::ast_matchers::nestedNameSpecifierLoc

Same as nestedNameSpecifier but matches NestedNameSpecifierLoc.

Definition at line 1041 of file ASTMatchersInternal.cpp.

◆ nonTypeTemplateParmDecl

const internal::VariadicDynCastAllOfMatcher< Decl, NonTypeTemplateParmDecl > clang::ast_matchers::nonTypeTemplateParmDecl

Matches non-type template parameter declarations.

Given

template <typename T, int N> struct C {};

nonTypeTemplateParmDecl() matches 'N', but not 'T'.

Definition at line 766 of file ASTMatchersInternal.cpp.

◆ nullStmt

const internal::VariadicDynCastAllOfMatcher< Stmt, NullStmt > clang::ast_matchers::nullStmt

Matches null statements.

foo();;

nullStmt() matches the second ';'

Definition at line 924 of file ASTMatchersInternal.cpp.

◆ objcCatchStmt

const internal::VariadicDynCastAllOfMatcher< Stmt, ObjCAtCatchStmt > clang::ast_matchers::objcCatchStmt

Matches Objective-C @catch statements.

Example matches @catch

@try {}
@catch (...) {}

Definition at line 846 of file ASTMatchersInternal.cpp.

◆ objcCategoryDecl

const internal::VariadicDynCastAllOfMatcher< Decl, ObjCCategoryDecl > clang::ast_matchers::objcCategoryDecl

Matches Objective-C category declarations.

Example matches Foo (Additions)

@interface Foo (Additions)
@end

Definition at line 832 of file ASTMatchersInternal.cpp.

◆ objcCategoryImplDecl

const internal::VariadicDynCastAllOfMatcher< Decl, ObjCCategoryImplDecl > clang::ast_matchers::objcCategoryImplDecl

Matches Objective-C category definitions.

Example matches Foo (Additions)

@implementation Foo (Additions)
@end

Definition at line 834 of file ASTMatchersInternal.cpp.

◆ objcFinallyStmt

const internal::VariadicDynCastAllOfMatcher< Stmt, ObjCAtFinallyStmt > clang::ast_matchers::objcFinallyStmt

Matches Objective-C @finally statements.

Example matches @finally

@try {}
@finally {}

Definition at line 848 of file ASTMatchersInternal.cpp.

◆ objcImplementationDecl

const internal::VariadicDynCastAllOfMatcher< Decl, ObjCImplementationDecl > clang::ast_matchers::objcImplementationDecl

Matches Objective-C implementation declarations.

Example matches Foo

@implementation Foo
@end

Definition at line 828 of file ASTMatchersInternal.cpp.

◆ objcInterfaceDecl

const internal::VariadicDynCastAllOfMatcher< Decl, ObjCInterfaceDecl > clang::ast_matchers::objcInterfaceDecl

Matches Objective-C interface declarations.

Example matches Foo

@interface Foo
@end

Definition at line 826 of file ASTMatchersInternal.cpp.

◆ objcIvarDecl

const internal::VariadicDynCastAllOfMatcher< Decl, ObjCIvarDecl > clang::ast_matchers::objcIvarDecl

Matches Objective-C instance variable declarations.

Example matches _enabled

@implementation Foo {
BOOL _enabled;
}
@end

Definition at line 839 of file ASTMatchersInternal.cpp.

◆ objcIvarRefExpr

const internal::VariadicDynCastAllOfMatcher< Stmt, ObjCIvarRefExpr > clang::ast_matchers::objcIvarRefExpr

Matches a reference to an ObjCIvar.

Example: matches "a" in "init" method:

@implementation A {
NSString *a;
}
- (void) init {
a = @"hello";
}

Definition at line 899 of file ASTMatchersInternal.cpp.

Referenced by potentiallyWritesIntoIvar().

◆ objcMessageExpr

const internal::VariadicDynCastAllOfMatcher< Stmt, ObjCMessageExpr > clang::ast_matchers::objcMessageExpr

Matches ObjectiveC Message invocation expressions.

The innermost message send invokes the "alloc" class method on the NSString class, while the outermost message send invokes the "initWithString" instance method on the object returned from NSString's "alloc". This matcher should match both message sends.

[[NSString alloc] initWithString:@"Hello"]

Definition at line 824 of file ASTMatchersInternal.cpp.

Referenced by getOtherMessageSentM(), and getRunLoopRunM().

◆ objcMethodDecl

const internal::VariadicDynCastAllOfMatcher< Decl, ObjCMethodDecl > clang::ast_matchers::objcMethodDecl

Matches Objective-C method declarations.

Example matches both declaration and definition of -[Foo method]

@interface Foo
- (void)method;
@end
@implementation Foo
- (void)method {}
@end

Definition at line 836 of file ASTMatchersInternal.cpp.

◆ objcObjectPointerType

const AstTypeMatcher< ObjCObjectPointerType > clang::ast_matchers::objcObjectPointerType

Matches an Objective-C object pointer type, which is different from a pointer type, despite being syntactically similar.

Given

int *a;
@interface Foo
@end
Foo *f;

pointerType() matches "Foo *f", but does not match "int *a".

Definition at line 1065 of file ASTMatchersInternal.cpp.

◆ objcPropertyDecl

const internal::VariadicDynCastAllOfMatcher< Decl, ObjCPropertyDecl > clang::ast_matchers::objcPropertyDecl

Matches Objective-C property declarations.

Example matches enabled

@interface Foo
@property BOOL enabled;
@end

Definition at line 841 of file ASTMatchersInternal.cpp.

◆ objcProtocolDecl

const internal::VariadicDynCastAllOfMatcher< Decl, ObjCProtocolDecl > clang::ast_matchers::objcProtocolDecl

Matches Objective-C protocol declarations.

Example matches FooDelegate

@protocol FooDelegate
@end

Definition at line 830 of file ASTMatchersInternal.cpp.

◆ objcStringLiteral

const internal::VariadicDynCastAllOfMatcher< Stmt, ObjCStringLiteral > clang::ast_matchers::objcStringLiteral

Matches ObjectiveC String literal expressions.

Example matches "abcd" @code NSString *s = @"abcd";

Definition at line 929 of file ASTMatchersInternal.cpp.

◆ objcThrowStmt

const internal::VariadicDynCastAllOfMatcher< Stmt, ObjCAtThrowStmt > clang::ast_matchers::objcThrowStmt

Matches Objective-C @throw statements.

Example matches @throw

@throw obj;

Definition at line 843 of file ASTMatchersInternal.cpp.

◆ objcTryStmt

const internal::VariadicDynCastAllOfMatcher< Stmt, ObjCAtTryStmt > clang::ast_matchers::objcTryStmt

Matches Objective-C @try statements.

Example matches @try

@try {}
@catch (...) {}

Definition at line 844 of file ASTMatchersInternal.cpp.

◆ ompDefaultClause

const internal::VariadicDynCastAllOfMatcher< OMPClause, OMPDefaultClause > clang::ast_matchers::ompDefaultClause

Matches OpenMP default clause.

Given

#pragma omp parallel default(none)
#pragma omp parallel default(shared)
#pragma omp parallel default(private)
#pragma omp parallel default(firstprivate)
#pragma omp parallel

ompDefaultClause() matches default(none), default(shared), default(private) and default(firstprivate)

Definition at line 1094 of file ASTMatchersInternal.cpp.

◆ ompExecutableDirective

const internal::VariadicDynCastAllOfMatcher< Stmt, OMPExecutableDirective > clang::ast_matchers::ompExecutableDirective

Matches any #pragma omp executable directive.

Given

#pragma omp parallel
#pragma omp parallel default(none)
#pragma omp taskyield

ompExecutableDirective() matches omp parallel, omp parallel default(none) and omp taskyield.

Definition at line 1092 of file ASTMatchersInternal.cpp.

◆ opaqueValueExpr

const internal::VariadicDynCastAllOfMatcher< Stmt, OpaqueValueExpr > clang::ast_matchers::opaqueValueExpr

Matches opaque value expressions.

They are used as helpers to reference another expressions and can be met in BinaryConditionalOperators, for example.

Example matches 'a'

(a ?: c) + 42;

Definition at line 970 of file ASTMatchersInternal.cpp.

◆ optionally

const internal::VariadicOperatorMatcherFunc< 1, 1 > clang::ast_matchers::optionally
Initial value:
= {
internal::DynTypedMatcher::VO_Optionally}

Matches any node regardless of the submatcher.

However, optionally will retain any bindings generated by the submatcher. Useful when additional information which may or may not present about a main matching node is desired.

For example, in:

class Foo {
int bar;
}

The matcher:

fieldDecl(hasName("bar")).bind("var")
))).bind("record")
const internal::VariadicOperatorMatcherFunc< 1, 1 > optionally
Matches any node regardless of the submatcher.

will produce a result binding for both "record" and "var". The matcher will produce a "record" binding for even if there is no data member named "bar" in that class.

Usable as: Any Matcher

Definition at line 1005 of file ASTMatchersInternal.cpp.

Referenced by clang::tooling::ASTSrcLocProcessor::ASTSrcLocProcessor(), and CaptureMethods().

◆ parenExpr

const internal::VariadicDynCastAllOfMatcher< Stmt, ParenExpr > clang::ast_matchers::parenExpr

Matches parentheses used in expressions.

Example matches (foo() + 1)

int foo() { return 1; }
int a = (foo() + 1);

Definition at line 870 of file ASTMatchersInternal.cpp.

◆ parenListExpr

const internal::VariadicDynCastAllOfMatcher< Stmt, ParenListExpr > clang::ast_matchers::parenListExpr

Matches paren list expressions.

ParenListExprs don't have a predefined type and are used for late parsing. In the final AST, they can be met in template declarations.

Given

template<typename T> class X {
void f() {
X x(*this);
int a = 0, b = 1; int i = (a, b);
}
};

parenListExpr() matches "*this" but NOT matches (a, b) because (a, b) has a predefined type and is a ParenExpr, not a ParenListExpr.

Definition at line 856 of file ASTMatchersInternal.cpp.

◆ parenType

const AstTypeMatcher< ParenType > clang::ast_matchers::parenType

Matches ParenType nodes.

Given

int (*ptr_to_array)[4];
int *array_of_ptrs[4];

varDecl(hasType(pointsTo(parenType()))) matches ptr_to_array but not array_of_ptrs.

Definition at line 1060 of file ASTMatchersInternal.cpp.

◆ parmVarDecl

const internal::VariadicDynCastAllOfMatcher< Decl, ParmVarDecl > clang::ast_matchers::parmVarDecl

Matches parameter variable declarations.

Given

void f(int x);

parmVarDecl() matches int x.

Definition at line 757 of file ASTMatchersInternal.cpp.

Referenced by clang::ento::callByRef().

◆ pointerType

const AstTypeMatcher< PointerType > clang::ast_matchers::pointerType

Matches pointer types, but does not match Objective-C object pointer types.

Given

int *a;
int &b = *a;
int c = 5;
@interface Foo
@end
Foo *f;

pointerType() matches "int *a", but does not match "Foo *f".

Definition at line 1064 of file ASTMatchersInternal.cpp.

Referenced by clang::Sema::ActOnObjCAtSynchronizedOperand(), AST_MATCHER_FUNCTION(), clang::Sema::BuildAtomicExpr(), CheckNonNullArguments(), clang::Sema::CheckObjCForCollectionOperand(), emitPointerArithmetic(), hasPointerType(), and hasTypePointingTo().

◆ pointerTypeLoc

const internal::VariadicDynCastAllOfMatcher< TypeLoc, PointerTypeLoc > clang::ast_matchers::pointerTypeLoc

Matches pointer TypeLocs.

Given

int* x;

pointerTypeLoc() matches int*.

Definition at line 780 of file ASTMatchersInternal.cpp.

◆ predefinedExpr

const internal::VariadicDynCastAllOfMatcher< Stmt, PredefinedExpr > clang::ast_matchers::predefinedExpr

Matches predefined identifier expressions [C99 6.4.2.2].

Example: Matches func

printf("%s", __func__);

Definition at line 993 of file ASTMatchersInternal.cpp.

◆ qualifiedTypeLoc

const internal::VariadicDynCastAllOfMatcher< TypeLoc, QualifiedTypeLoc > clang::ast_matchers::qualifiedTypeLoc

Matches QualifiedTypeLocs in the clang AST.

Given

const int x = 0;

qualifiedTypeLoc() matches const int.

Definition at line 778 of file ASTMatchersInternal.cpp.

◆ qualType

const internal::VariadicAllOfMatcher< QualType > clang::ast_matchers::qualType

Matches QualTypes in the clang AST.

Definition at line 773 of file ASTMatchersInternal.cpp.

Referenced by AST_MATCHER_P_OVERLOAD(), AST_POLYMORPHIC_MATCHER_P_OVERLOAD(), and clang::ento::callByRef().

◆ recordDecl

const internal::VariadicDynCastAllOfMatcher< Decl, RecordDecl > clang::ast_matchers::recordDecl

Matches class, struct, and union declarations.

Example matches X, Z, U, and S

class X;
template<class T> class Z {};
struct S {};
union U {};

Definition at line 745 of file ASTMatchersInternal.cpp.

Referenced by classifyPointerDeclarator(), clang::serialization::DataStreamBasicReader< Impl >::readLValuePathSerializationHelper(), and clang::serialization::DataStreamBasicWriter< Impl >::writeLValuePathSerializationHelper().

◆ recordType

const AstTypeMatcher< RecordType > clang::ast_matchers::recordType

Matches record types (e.g.

structs, classes).

Given

class C {};
struct S {};
C c;
S s;

recordType() matches the type of the variable declarations of both c and s.

Definition at line 1073 of file ASTMatchersInternal.cpp.

Referenced by clang::Sema::BuildExceptionDeclaration(), clang::Sema::CheckCompleteVariableDeclaration(), classifyPointerDeclarator(), classifyType(), clang::tooling::isKnownPointerLikeType(), and isSafeForCXXConstantCapture().

◆ referenceType

const AstTypeMatcher< ReferenceType > clang::ast_matchers::referenceType

Matches both lvalue and rvalue reference types.

Given

int *a;
int &b = *a;
int &&c = 1;
auto &d = b;
auto &&e = c;
auto &&f = 2;
int g = 5;

referenceType() matches the types of b, c, d, e, and f.

Definition at line 1066 of file ASTMatchersInternal.cpp.

Referenced by clang::ento::assignedToRef(), and clang::ento::getWidenedLoopState().

◆ referenceTypeLoc

const internal::VariadicDynCastAllOfMatcher< TypeLoc, ReferenceTypeLoc > clang::ast_matchers::referenceTypeLoc

Matches reference TypeLocs.

Given

int x = 3;
int& l = x;
int&& r = 3;

referenceTypeLoc() matches int& and int&&.

Definition at line 782 of file ASTMatchersInternal.cpp.

◆ returnStmt

const internal::VariadicDynCastAllOfMatcher< Stmt, ReturnStmt > clang::ast_matchers::returnStmt

Matches return statements.

Given

return 1;

returnStmt() matches 'return 1'

Definition at line 910 of file ASTMatchersInternal.cpp.

Referenced by clang::ento::hasSuspiciousStmt().

◆ rValueReferenceType

const AstTypeMatcher< RValueReferenceType > clang::ast_matchers::rValueReferenceType

Matches rvalue reference types.

Given:

int *a;
int &b = *a;
int &&c = 1;
auto &d = b;
auto &&e = c;
auto &&f = 2;
int g = 5;

rValueReferenceType() matches the types of c and f. e is not matched as it is deduced to int& by reference collapsing rules.

Definition at line 1068 of file ASTMatchersInternal.cpp.

◆ staticAssertDecl

const internal::VariadicDynCastAllOfMatcher< Decl, StaticAssertDecl > clang::ast_matchers::staticAssertDecl

Matches a C++ static_assert declaration.

Example: staticAssertDecl() matches static_assert(sizeof(S) == sizeof(int)) in

struct S {
int x;
};
static_assert(sizeof(S) == sizeof(int));

Definition at line 972 of file ASTMatchersInternal.cpp.

◆ stmt

const internal::VariadicAllOfMatcher< Stmt > clang::ast_matchers::stmt

◆ stmtExpr

const internal::VariadicDynCastAllOfMatcher< Stmt, StmtExpr > clang::ast_matchers::stmtExpr

Matches statement expression (GNU extension).

Example match: ({ int X = 4; X; })

int C = ({ int X = 4; X; });

Definition at line 957 of file ASTMatchersInternal.cpp.

◆ stringLiteral

const internal::VariadicDynCastAllOfMatcher< Stmt, StringLiteral > clang::ast_matchers::stringLiteral

Matches string literals (also matches wide string literals).

Example matches "abcd", L"abcd"

char *s = "abcd";
wchar_t *ws = L"abcd";

Definition at line 928 of file ASTMatchersInternal.cpp.

◆ substNonTypeTemplateParmExpr

const internal::VariadicDynCastAllOfMatcher< Stmt, SubstNonTypeTemplateParmExpr > clang::ast_matchers::substNonTypeTemplateParmExpr

Matches substitutions of non-type template parameters.

Given

template <int N>
struct A { static const int n = N; };
struct B : public A<42> {};

substNonTypeTemplateParmExpr() matches "N" in the right-hand side of "static const int n = N;"

Definition at line 858 of file ASTMatchersInternal.cpp.

◆ substTemplateTypeParmType

const AstTypeMatcher< SubstTemplateTypeParmType > clang::ast_matchers::substTemplateTypeParmType

Matches types that represent the result of substituting a type for a template type parameter.

Given

template <typename T>
void F(T t) {
int i = 1 + t;
}

substTemplateTypeParmType() matches the type of 't' but not '1'

Definition at line 1077 of file ASTMatchersInternal.cpp.

◆ switchCase

const internal::VariadicDynCastAllOfMatcher< Stmt, SwitchCase > clang::ast_matchers::switchCase

Matches case and default statements inside switch statements.

Given

switch(a) { case 42: break; default: break; }

switchCase() matches 'case 42:' and 'default:'.

Definition at line 915 of file ASTMatchersInternal.cpp.

◆ switchStmt

const internal::VariadicDynCastAllOfMatcher< Stmt, SwitchStmt > clang::ast_matchers::switchStmt

Matches switch statements.

Given

switch(a) { case 42: break; default: break; }

switchStmt() matches 'switch(a)'.

Definition at line 914 of file ASTMatchersInternal.cpp.

Referenced by clang::ento::hasSuspiciousStmt(), and hasUnguardedAccess().

◆ tagDecl

const internal::VariadicDynCastAllOfMatcher< Decl, TagDecl > clang::ast_matchers::tagDecl

Matches tag declarations.

Example matches X, Z, U, S, E

class X;
template<class T> class Z {};
struct S {};
union U {};
enum E {
A, B, C
};

Definition at line 799 of file ASTMatchersInternal.cpp.

◆ tagType

const AstTypeMatcher< TagType > clang::ast_matchers::tagType

Matches tag types (record and enum types).

Given

enum E {};
class C {};
E e;
C c;

tagType() matches the type of the variable declarations of both e and c.

Definition at line 1074 of file ASTMatchersInternal.cpp.

Referenced by clang::ASTContext::getCFConstantStringDecl().

◆ templateArgument

const internal::VariadicAllOfMatcher< TemplateArgument > clang::ast_matchers::templateArgument

Matches template arguments.

Given

template <typename T> struct C {};
C<int> c;

templateArgument() matches 'int' in C<int>.

Definition at line 762 of file ASTMatchersInternal.cpp.

◆ templateArgumentLoc

const internal::VariadicAllOfMatcher< TemplateArgumentLoc > clang::ast_matchers::templateArgumentLoc

Matches template arguments (with location info).

Given

template <typename T> struct C {};
C<int> c;

templateArgumentLoc() matches 'int' in C<int>.

Definition at line 763 of file ASTMatchersInternal.cpp.

◆ templateName

const internal::VariadicAllOfMatcher< TemplateName > clang::ast_matchers::templateName

Matches template name.

Given

template <typename T> class X { };
X<int> xi;

templateName() matches 'X' in X<int>.

Definition at line 764 of file ASTMatchersInternal.cpp.

◆ templateSpecializationType

const AstTypeMatcher< TemplateSpecializationType > clang::ast_matchers::templateSpecializationType

Matches template specialization types.

Given

template <typename T>
class C { };
template class C<int>; // A
C<char> var; // B

templateSpecializationType() matches the type of the explicit instantiation in A and the type of the variable declaration in B.

Definition at line 1071 of file ASTMatchersInternal.cpp.

◆ templateSpecializationTypeLoc

const internal::VariadicDynCastAllOfMatcher< TypeLoc, TemplateSpecializationTypeLoc > clang::ast_matchers::templateSpecializationTypeLoc

Matches template specialization TypeLocs.

Given

template <typename T> class C {};
C<char> var;

varDecl(hasTypeLoc(templateSpecializationTypeLoc(typeLoc()))) matches C<char> var.

Definition at line 785 of file ASTMatchersInternal.cpp.

◆ templateTemplateParmDecl

const internal::VariadicDynCastAllOfMatcher< Decl, TemplateTemplateParmDecl > clang::ast_matchers::templateTemplateParmDecl

Matches template template parameter declarations.

Given

template <template <typename> class Z, int N> struct C {};

templateTypeParmDecl() matches 'Z', but not 'N'.

Definition at line 770 of file ASTMatchersInternal.cpp.

◆ templateTypeParmDecl

const internal::VariadicDynCastAllOfMatcher< Decl, TemplateTypeParmDecl > clang::ast_matchers::templateTypeParmDecl

Matches template type parameter declarations.

Given

template <typename T, int N> struct C {};

templateTypeParmDecl() matches 'T', but not 'N'.

Definition at line 768 of file ASTMatchersInternal.cpp.

◆ templateTypeParmType

const AstTypeMatcher< TemplateTypeParmType > clang::ast_matchers::templateTypeParmType

Matches template type parameter types.

Example matches T, but not int. (matcher = templateTypeParmType())

template <typename T> void f(int i);

Definition at line 1078 of file ASTMatchersInternal.cpp.

◆ translationUnitDecl

const internal::VariadicDynCastAllOfMatcher< Decl, TranslationUnitDecl > clang::ast_matchers::translationUnitDecl

Matches the top declaration context.

Given

int X;
namespace NS {
int Y;
} // namespace NS

decl(hasDeclContext(translationUnitDecl())) matches "int X", but not "int Y".

Definition at line 728 of file ASTMatchersInternal.cpp.

◆ type

const internal::VariadicAllOfMatcher< Type > clang::ast_matchers::type

Matches Types in the clang AST.

Definition at line 774 of file ASTMatchersInternal.cpp.

Referenced by clang::Sema::ActOnForEachDeclStmt(), clang::Sema::ActOnObjCAtSynchronizedOperand(), clang::Sema::actOnObjCTypeArgsOrProtocolQualifiers(), clang::CodeGen::CallArgList::add(), addBlockLayout(), clang::Qualifiers::addObjCGCAttr(), clang::Qualifiers::addObjCLifetime(), clang::Sema::AddParameterABIAttr(), clang::InitializationSequence::AddPassByIndirectCopyRestoreStep(), clang::CodeGen::ConstantAggregateBuilderBase::addPlaceholderWithSize(), clang::Sema::AddPushedVisibilityAttribute(), clang::CodeGen::ConstantAggregateBuilderBase::addRelativeOffset(), clang::CodeGen::ConstantAggregateBuilderBase::addRelativeOffsetToPosition(), clang::CodeGen::ConstantAggregateBuilderBase::addTaggedRelativeOffset(), clang::CodeGen::swiftcall::SwiftAggLowering::addTypedData(), clang::CodeGen::CallArgList::addUncopiedAggregate(), clang::ASTContext::applyObjCProtocolQualifiers(), applyObjCTypeArgs(), breakDownVectorType(), clang::Sema::BuildDeclarationNameExpr(), clang::Sema::BuildMemberReferenceExpr(), clang::Sema::BuildObjCBoxedExpr(), clang::arcmt::trans::canApplyWeak(), clang::Type::canHaveNullability(), clang::Sema::CheckCompleteVariableDeclaration(), CheckNonNullArguments(), checkObjCKindOfType(), checkVarTypeForConstantEmission(), clang::CodeGen::swiftcall::classifyArgumentType(), classifyPointerDeclarator(), clang::CodeGen::swiftcall::classifyReturnType(), classifyType(), classifyTypeForARCConversion(), clang::Sema::CodeCompleteCase(), clang::ento::SValBuilder::conjureSymbol(), clang::ento::SValBuilder::conjureSymbolVal(), clang::IntegerLiteral::Create(), clang::UnaryOperator::Create(), clang::OffsetOfExpr::Create(), clang::PseudoObjectExpr::Create(), clang::FixedPointLiteral::CreateFromRawInt(), diagnoseBadTypeAttribute(), distributeFunctionTypeAttr(), distributeNullabilityTypeAttr(), distributeObjCPointerTypeAttr(), emitARCRetainLoadOfScalar(), emitAutoreleasedReturnValueMarker(), emitCXXDestructMethod(), EmitCXXNewAllocSize(), clang::CodeGen::CGDebugInfo::EmitDeclareOfBlockLiteralArgVariable(), EmitDeclInit(), emitPartialArrayDestroy(), clang::ento::SValBuilder::evalBinOp(), clang::CodeGen::ConstantAggregateBuilderBase::fillPlaceholderWithInt(), clang::Expr::findBoundMemberType(), clang::CodeGen::ConstantAggregateBuilderBase::finishArray(), clang::FixedPointLiteral::FixedPointLiteral(), clang::Sema::FixOverloadedFunctionReference(), clang::CodeGen::ConstantAggregateBuilderBase::getAddrOfCurrentPosition(), clang::CodeGen::ConstantAggregateBuilderBase::getAddrOfPosition(), getArrayDepth(), clang::ASTContext::getAttributedType(), clang::ASTContext::getBaseElementType(), clang::Type::getBaseElementTypeUnsafe(), getBaseMessageSendResultType(), clang::CodeGen::swiftcall::SwiftAggLowering::getCoerceAndExpandTypes(), getComplexType(), clang::ento::SValBuilder::getConjuredHeapSymbolVal(), getImpliedARCOwnership(), clang::ASTContext::getLifetimeQualifiedType(), clang::CodeGen::CodeGenModule::getMemberPointerConstant(), clang::ento::SValBuilder::getMetadataSymbolVal(), clang::CodeGen::swiftcall::getNaturalAlignment(), getNonMemoryType(), getNullForVariable(), clang::ASTContext::getObjCEncodingTypeSize(), clang::ASTContext::getObjCObjectType(), clang::Type::getPointeeOrArrayElementType(), getTypeAllocSize(), getTypeStoreSize(), clang::ASTContext::getUnqualifiedArrayType(), clang::ASTContext::getUnqualifiedObjCPointerType(), clang::ASTContext::getVariableArrayDecayedType(), handleBlocksAttr(), handleFunctionTypeAttr(), handleObjCGCTypeAttr(), handleObjCOwnershipTypeAttr(), handleObjCPointerTypeAttr(), handleVisibilityAttr(), hasWeakMember(), inferARCLifetimeForPointee(), clang::Sema::inferObjCARCLifetime(), clang::IntegerLiteral::IntegerLiteral(), isConstantEmittableObjectType(), isFullSizeType(), isInAllocaArgument(), clang::tooling::isKnownPointerLikeType(), isMergeableEntryType(), isNonNullType(), clang::Type::isObjCLifetimeType(), clang::CodeGen::CodeGenModule::isPaddedAtomicType(), isPlaceholderToRemoveAsArg(), clang::isReturnValueRefCounted(), isSafeForCXXConstantCapture(), isTriviallyCopyableTypeImpl(), clang::Sema::LookupMethodInObjectType(), clang::CodeGen::LValue::MakeAddr(), clang::CodeGen::LValue::MakeBitfield(), clang::ento::SValBuilder::makeCompoundVal(), clang::CodeGen::LValue::MakeExtVectorElt(), clang::sema::DelayedDiagnostic::makeForbiddenType(), clang::CodeGen::LValue::MakeGlobalReg(), clang::ento::SValBuilder::makeIntVal(), clang::CodeGen::LValue::MakeMatrixElt(), clang::ento::SValBuilder::makeNonLoc(), clang::ento::SValBuilder::makeNullWithType(), clang::ento::SValBuilder::makeTruthVal(), clang::CodeGen::LValue::MakeVectorElt(), clang::ento::SValBuilder::makeZeroVal(), mergeTypeNullabilityForRedecl(), clang::CodeGen::SwiftABIInfo::occupiesMoreThan(), clang::Sema::PrepareCastToObjCObjectPointer(), processTypeAttrs(), PushPragmaVisibility(), clang::Sema::RequireCompleteDeclContext(), clang::Qualifiers::setObjCGCAttr(), clang::Qualifiers::setObjCLifetime(), clang::api_notes::VariableInfo::setType(), clang::QualifierCollector::strip(), tryCaptureAsConstant(), and tryEmitARCRetainLoadOfScalar().

◆ typeAliasDecl

const internal::VariadicDynCastAllOfMatcher< Decl, TypeAliasDecl > clang::ast_matchers::typeAliasDecl

Matches type alias declarations.

Given

typedef int X;
using Y = int;

typeAliasDecl() matches "using Y = int", but not "typedef int X"

Definition at line 732 of file ASTMatchersInternal.cpp.

◆ typeAliasTemplateDecl

const internal::VariadicDynCastAllOfMatcher< Decl, TypeAliasTemplateDecl > clang::ast_matchers::typeAliasTemplateDecl

Matches type alias template declarations.

typeAliasTemplateDecl() matches

template <typename T>
using Y = X<T>;

Definition at line 734 of file ASTMatchersInternal.cpp.

◆ typedefDecl

const internal::VariadicDynCastAllOfMatcher< Decl, TypedefDecl > clang::ast_matchers::typedefDecl

Matches typedef declarations.

Given

typedef int X;
using Y = int;

typedefDecl() matches "typedef int X", but not "using Y = int"

Definition at line 729 of file ASTMatchersInternal.cpp.

Referenced by CheckNullabilityTypeSpecifier().

◆ typedefNameDecl

const internal::VariadicDynCastAllOfMatcher< Decl, TypedefNameDecl > clang::ast_matchers::typedefNameDecl

Matches typedef name declarations.

Given

typedef int X;
using Y = int;

typedefNameDecl() matches "typedef int X" and "using Y = int"

Definition at line 731 of file ASTMatchersInternal.cpp.

◆ typedefType

const AstTypeMatcher< TypedefType > clang::ast_matchers::typedefType

Matches typedef types.

Given

typedef int X;

typedefType() matches "typedef int X"

Definition at line 1069 of file ASTMatchersInternal.cpp.

Referenced by clang::Type::isObjCIndependentClassType(), and clang::Type::isObjCNSObjectType().

◆ typeLoc

const internal::VariadicAllOfMatcher< TypeLoc > clang::ast_matchers::typeLoc

Matches TypeLocs in the clang AST.

Definition at line 775 of file ASTMatchersInternal.cpp.

Referenced by clang::ExprMutationAnalyzer::isUnevaluated().

◆ unaryExprOrTypeTraitExpr

const internal::VariadicDynCastAllOfMatcher< Stmt, UnaryExprOrTypeTraitExpr > clang::ast_matchers::unaryExprOrTypeTraitExpr

Matches sizeof (C99), alignof (C++11) and vec_step (OpenCL)

Given

Foo x = bar;
int y = sizeof(x) + alignof(x);

unaryExprOrTypeTraitExpr() matches sizeof(x) and alignof(x)

Definition at line 790 of file ASTMatchersInternal.cpp.

Referenced by alignOfExpr(), clang::ExprMutationAnalyzer::isUnevaluated(), and sizeOfExpr().

◆ unaryOperator

const internal::VariadicDynCastAllOfMatcher< Stmt, UnaryOperator > clang::ast_matchers::unaryOperator

◆ unaryTransformType

const AstTypeMatcher< UnaryTransformType > clang::ast_matchers::unaryTransformType

Matches types nodes representing unary type transformations.

Given:

typedef __underlying_type(T) type;

unaryTransformType() matches "__underlying_type(T)"

Definition at line 1072 of file ASTMatchersInternal.cpp.

◆ unless

const internal::VariadicOperatorMatcherFunc< 1, 1 > clang::ast_matchers::unless
Initial value:
= {
internal::DynTypedMatcher::VO_UnaryNot}

Matches if the provided matcher does not match.

Example matches Y (matcher = cxxRecordDecl(unless(hasName("X"))))

class X {};
class Y {};

Usable as: Any Matcher

Definition at line 1037 of file ASTMatchersInternal.cpp.

Referenced by AST_POLYMORPHIC_MATCHER_P2(), clang::ento::callByRef(), checkTempObjectsInNoPool(), findGadgets(), clang::ento::forLoopMatcher(), getOtherMessageSentM(), isInUnspecifiedPointerContext(), and clang::ExprMutationAnalyzer::isUnevaluated().

◆ unresolvedLookupExpr

const internal::VariadicDynCastAllOfMatcher< Stmt, UnresolvedLookupExpr > clang::ast_matchers::unresolvedLookupExpr

Matches reference to a name that can be looked up during parsing but could not be resolved to a specific declaration.

Given

template<typename T>
T foo() { T a; return a; }
template<typename T>
void bar() {
foo<T>();
}

unresolvedLookupExpr() matches

foo<T>()

Definition at line 864 of file ASTMatchersInternal.cpp.

◆ unresolvedMemberExpr

const internal::VariadicDynCastAllOfMatcher< Stmt, UnresolvedMemberExpr > clang::ast_matchers::unresolvedMemberExpr

Matches unresolved member expressions.

Given

struct X {
template <class T> void f();
void g();
};
template <class T> void h() { X x; x.f<T>(); x.g(); }

unresolvedMemberExpr() matches x.f<T>

Definition at line 816 of file ASTMatchersInternal.cpp.

◆ unresolvedUsingTypenameDecl

const internal::VariadicDynCastAllOfMatcher< Decl, UnresolvedUsingTypenameDecl > clang::ast_matchers::unresolvedUsingTypenameDecl

Matches unresolved using value declarations that involve the typename.

Given

template <typename T>
struct Base { typedef T Foo; };
template<typename T>
struct S : private Base<T> {
using typename Base<T>::Foo;
};

unresolvedUsingTypenameDecl() matches

using Base<T>::Foo

Definition at line 868 of file ASTMatchersInternal.cpp.

◆ unresolvedUsingValueDecl

const internal::VariadicDynCastAllOfMatcher< Decl, UnresolvedUsingValueDecl > clang::ast_matchers::unresolvedUsingValueDecl

Matches unresolved using value declarations.

Given

template<typename X>
class C : private X {
using X::x;
};

unresolvedUsingValueDecl() matches

using X::x

Definition at line 866 of file ASTMatchersInternal.cpp.

◆ userDefinedLiteral

const internal::VariadicDynCastAllOfMatcher< Stmt, UserDefinedLiteral > clang::ast_matchers::userDefinedLiteral

Matches user defined literal operator call.

Example match: "foo"_suffix

Definition at line 939 of file ASTMatchersInternal.cpp.

◆ usingDecl

const internal::VariadicDynCastAllOfMatcher< Decl, UsingDecl > clang::ast_matchers::usingDecl

Matches using declarations.

Given

namespace X { int x; }
using X::x;

usingDecl() matches

using X::x

Definition at line 859 of file ASTMatchersInternal.cpp.

◆ usingDirectiveDecl

const internal::VariadicDynCastAllOfMatcher< Decl, UsingDirectiveDecl > clang::ast_matchers::usingDirectiveDecl

Matches using namespace declarations.

Given

namespace X { int x; }
using namespace X;

usingDirectiveDecl() matches

using namespace X

Definition at line 862 of file ASTMatchersInternal.cpp.

◆ usingEnumDecl

const internal::VariadicDynCastAllOfMatcher< Decl, UsingEnumDecl > clang::ast_matchers::usingEnumDecl

Matches using-enum declarations.

Given

namespace X { enum x {...}; }
using enum X::x;

usingEnumDecl() matches

using enum X::x

Definition at line 860 of file ASTMatchersInternal.cpp.

◆ usingType

const AstTypeMatcher< UsingType > clang::ast_matchers::usingType

Matches types specified through a using declaration.

Given

namespace a { struct S {}; }
using a::S;
S s;

usingType() matches the type of the variable declaration of s.

Definition at line 1076 of file ASTMatchersInternal.cpp.

◆ valueDecl

const internal::VariadicDynCastAllOfMatcher< Decl, ValueDecl > clang::ast_matchers::valueDecl

Matches any value declaration.

Example matches A, B, C and F

enum X { A, B, C };
void F();

Definition at line 791 of file ASTMatchersInternal.cpp.

Referenced by clang::serialization::DataStreamBasicWriter< Impl >::writeLValuePathSerializationHelper().

◆ varDecl

const internal::VariadicDynCastAllOfMatcher< Decl, VarDecl > clang::ast_matchers::varDecl

Matches variable declarations.

Note: this does not match declarations of member variables, which are "field" declarations in Clang parlance.

Example matches a

int a;

Definition at line 804 of file ASTMatchersInternal.cpp.

Referenced by clang::ento::assignedToRef(), clang::ento::callByRef(), clang::ento::changeIntBoundNode(), findGadgets(), clang::ento::forLoopMatcher(), clang::ento::getWidenedLoopState(), clang::ento::ExprEngine::ProcessAutomaticObjDtor(), and clang::ento::simpleCondition().

◆ variableArrayType

const AstTypeMatcher< VariableArrayType > clang::ast_matchers::variableArrayType

Matches C arrays with a specified size that is not an integer-constant-expression.

Given

void f() {
int a[] = { 2, 3 }
int b[42];
int c[a[0]];
}

variableArrayType() matches "int c[a[0]]"

Definition at line 1054 of file ASTMatchersInternal.cpp.

Referenced by clang::ExprMutationAnalyzer::isUnevaluated().

◆ whileStmt

const internal::VariadicDynCastAllOfMatcher< Stmt, WhileStmt > clang::ast_matchers::whileStmt

Matches while statements.

Given

while (true) {}

whileStmt() matches 'while (true) {}'.

Definition at line 905 of file ASTMatchersInternal.cpp.