Home
last modified time | relevance | path

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

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