Home
last modified time | relevance | path

Searched refs:arraySubscriptExpr (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp387 unless(hasParent(arraySubscriptExpr())), has(canResolveToExpr(Exp))); in findDirectMutation()
475 findAll(arraySubscriptExpr( in findCastMutation()
H A DUnsafeBufferUsage.cpp655 return stmt(arraySubscriptExpr(
1053 arraySubscriptExpr(BaseIsArrayOrPtrDRE).bind(ULCArraySubscriptTag); in getBaseStmt()
1168 hasUnaryOperand(arraySubscriptExpr(hasBase( in findGadgets()
/freebsd-src/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp141 REGISTER_MATCHER(arraySubscriptExpr); in RegistryMaps()
/freebsd-src/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp885 arraySubscriptExpr; variable
/freebsd-src/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2030 /// arraySubscriptExpr()
2033 arraySubscriptExpr;