Searched defs:ArraySubscriptExpr (Results 1 – 8 of 8) sorted by relevance
/llvm-project/clang/include/clang/AST/ |
H A D | ComputeDependence.h | 30 class ArraySubscriptExpr; variable
|
H A D | Expr.h | 2676 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 D | ThreadSafetyCommon.h | 45 class ArraySubscriptExpr; variable
|
/llvm-project/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 5701 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 D | ASTMatchersNodeTest.cpp | 1162 TEST_P(ASTMatchersTest,ArraySubscriptExpr) TEST_P() argument
|
/llvm-project/clang/lib/Analysis/ |
H A D | UnsafeBufferUsage.cpp | 415 AST_MATCHER(ArraySubscriptExpr,isSafeArraySubscript) AST_MATCHER() argument
|
/llvm-project/llvm/include/llvm/Demangle/ |
H A D | ItaniumDemangle.h | 1873 ArraySubscriptExpr(const Node *Op1_, const Node *Op2_, Prec Prec_) ArraySubscriptExpr() function
|
/llvm-project/libcxxabi/src/demangle/ |
H A D | ItaniumDemangle.h | 1874 ArraySubscriptExpr(const Node *Op1_, const Node *Op2_, Prec Prec_) ArraySubscriptExpr() function
|