Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/include/clang/Basic/
HDObjCRuntime.h215 bool allowsPointerArithmetic() const { in allowsPointerArithmetic() function
231 return allowsPointerArithmetic(); in isSubscriptPointerArithmetic()
/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaExpr.cpp3649 if (S.LangOpts.ObjCRuntime.allowsPointerArithmetic() && in checkArithmeticOnObjCPointer()