Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DComputeDependence.h30 class ArraySubscriptExpr; variable
H A DExpr.h2681 ArraySubscriptExpr(Expr *lhs, Expr *rhs, QualType t, ExprValueKind VK, in ArraySubscriptExpr() function
2691 explicit ArraySubscriptExpr(EmptyShell Shell) in ArraySubscriptExpr() function
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h45 class ArraySubscriptExpr; variable
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5701 AST_MATCHER_P(ArraySubscriptExpr, hasIndex, in AST_MATCHER_P() argument
5718 AST_MATCHER_P(ArraySubscriptExpr, hasBase, in AST_MATCHER_P() argument
5976 ArraySubscriptExpr, CXXFoldExpr), in AST_POLYMORPHIC_MATCHER_P() argument
5993 ArraySubscriptExpr, CXXFoldExpr), in AST_POLYMORPHIC_MATCHER_P() argument
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp415 AST_MATCHER(ArraySubscriptExpr, isSafeArraySubscript) { in AST_MATCHER() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h1873 ArraySubscriptExpr(const Node *Op1_, const Node *Op2_, Prec Prec_) in ArraySubscriptExpr() function