reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/ASTMatchers/ASTMatchers.h
 1752     arraySubscriptExpr;

References

tools/clang/lib/ASTMatchers/Dynamic/Registry.cpp
  132   REGISTER_MATCHER(arraySubscriptExpr);
tools/clang/lib/Analysis/ExprMutationAnalyzer.cpp
  242                unless(hasParent(arraySubscriptExpr())),
  310       findAll(arraySubscriptExpr(hasBase(ignoringImpCasts(equalsNode(Exp))))
tools/clang/tools/extra/clang-tidy/bugprone/BoolPointerImplicitConversionCheck.cpp
   52       !match(findAll(arraySubscriptExpr(hasBase(DeclRef))), *If,
tools/clang/tools/extra/clang-tidy/cppcoreguidelines/ProBoundsArrayToPointerDecayCheck.cpp
   61           unless(hasParent(arraySubscriptExpr())),
tools/clang/tools/extra/clang-tidy/cppcoreguidelines/ProBoundsConstantArrayIndexCheck.cpp
   50       arraySubscriptExpr(
tools/clang/tools/extra/clang-tidy/cppcoreguidelines/ProBoundsPointerArithmeticCheck.cpp
   45       arraySubscriptExpr(
tools/clang/tools/extra/clang-tidy/readability/MisplacedArrayIndexCheck.cpp
   22   Finder->addMatcher(arraySubscriptExpr(hasLHS(hasType(isInteger())),
tools/clang/tools/extra/clang-tidy/readability/SimplifySubscriptExprCheck.cpp
   38       arraySubscriptExpr(hasBase(ignoringParenImpCasts(
tools/clang/unittests/ASTMatchers/ASTMatchersNodeTest.cpp
  898                       arraySubscriptExpr()));
  900                          arraySubscriptExpr()));
tools/clang/unittests/ASTMatchers/ASTMatchersTraversalTest.cpp
 1115   StatementMatcher OperatorIntPointer = arraySubscriptExpr(
 1284     arraySubscriptExpr(hasIndex(integerLiteral(equals(1))))));
 1287     arraySubscriptExpr(hasIndex(integerLiteral(equals(1))))));
 1290     arraySubscriptExpr(hasIndex(integerLiteral(equals(0))))));
 1296     arraySubscriptExpr(hasBase(implicitCastExpr(