Home
last modified time | relevance | path

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

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