Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DObjCRuntime.h216 bool allowsPointerArithmetic() const { in allowsPointerArithmetic() function
232 return allowsPointerArithmetic(); in isSubscriptPointerArithmetic()
/external/clang/lib/Sema/
DSemaExpr.cpp3563 if (S.LangOpts.ObjCRuntime.allowsPointerArithmetic()) in checkArithmeticOnObjCPointer()
3672 if (!LangOpts.ObjCRuntime.allowsPointerArithmetic()) { in CreateBuiltinArraySubscriptExpr()
3688 if (!LangOpts.ObjCRuntime.allowsPointerArithmetic()) { in CreateBuiltinArraySubscriptExpr()