Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DObjCRuntime.h233 bool allowsPointerArithmetic() const { in allowsPointerArithmetic() function
250 return allowsPointerArithmetic(); in isSubscriptPointerArithmetic()
/external/clang/lib/Sema/
DSemaExpr.cpp4117 if (S.LangOpts.ObjCRuntime.allowsPointerArithmetic() && in checkArithmeticOnObjCPointer()