Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DObjCRuntime.h324 bool allowsPointerArithmetic() const { in allowsPointerArithmetic() function
341 return allowsPointerArithmetic(); in isSubscriptPointerArithmetic()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp4764 if (S.LangOpts.ObjCRuntime.allowsPointerArithmetic() && in checkArithmeticOnObjCPointer()