Home
last modified time | relevance | path

Searched defs:ArraySubscriptExpr (Results 1 – 8 of 8) sorted by relevance

/llvm-project/clang/include/clang/AST/
H A DComputeDependence.h30 class ArraySubscriptExpr; variable
H A DExpr.h2676 ArraySubscriptExpr(Expr *lhs, Expr *rhs, QualType t, ExprValueKind VK, ArraySubscriptExpr() function
2686 explicit ArraySubscriptExpr(EmptyShell Shell) ArraySubscriptExpr() function
/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h45 class ArraySubscriptExpr; variable
/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5701 AST_MATCHER_P(ArraySubscriptExpr,hasIndex,internal::Matcher<Expr>,InnerMatcher) AST_MATCHER_P() argument
5718 AST_MATCHER_P(ArraySubscriptExpr,hasBase,internal::Matcher<Expr>,InnerMatcher) AST_MATCHER_P() argument
5976 AST_POLYMORPHIC_MATCHER_P(hasLHS,AST_POLYMORPHIC_SUPPORTED_TYPES (BinaryOperator,CXXOperatorCallExpr,CXXRewrittenBinaryOperator,ArraySubscriptExpr,CXXFoldExpr),internal::Matcher<Expr>,InnerMatcher) AST_POLYMORPHIC_MATCHER_P() argument
5993 AST_POLYMORPHIC_MATCHER_P(hasRHS,AST_POLYMORPHIC_SUPPORTED_TYPES (BinaryOperator,CXXOperatorCallExpr,CXXRewrittenBinaryOperator,ArraySubscriptExpr,CXXFoldExpr),internal::Matcher<Expr>,InnerMatcher) AST_POLYMORPHIC_MATCHER_P() argument
/llvm-project/clang/unittests/ASTMatchers/
H A DASTMatchersNodeTest.cpp1162 TEST_P(ASTMatchersTest,ArraySubscriptExpr) TEST_P() argument
/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp415 AST_MATCHER(ArraySubscriptExpr,isSafeArraySubscript) AST_MATCHER() argument
/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h1873 ArraySubscriptExpr(const Node *Op1_, const Node *Op2_, Prec Prec_) ArraySubscriptExpr() function
/llvm-project/libcxxabi/src/demangle/
H A DItaniumDemangle.h1874 ArraySubscriptExpr(const Node *Op1_, const Node *Op2_, Prec Prec_) ArraySubscriptExpr() function