Home
last modified time | relevance | path

Searched refs:allowsPointerArithmetic (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/include/clang/Basic/
H A DObjCRuntime.h340 bool allowsPointerArithmetic() const { in allowsPointerArithmetic() function
357 return allowsPointerArithmetic(); in isSubscriptPointerArithmetic()
/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp4794 if (S.LangOpts.ObjCRuntime.allowsPointerArithmetic() && in ActOnArraySubscriptExpr()