Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DObjCRuntime.h323 bool allowsPointerArithmetic() const { in allowsPointerArithmetic() function
340 return allowsPointerArithmetic(); in isSubscriptPointerArithmetic()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp4611 if (S.LangOpts.ObjCRuntime.allowsPointerArithmetic() && in checkArithmeticOnObjCPointer()