Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h624 bool isSubscriptPointerArithmetic() const {
625 return ObjCRuntime.isSubscriptPointerArithmetic() &&
582 bool isSubscriptPointerArithmetic() const { isSubscriptPointerArithmetic() function
H A DObjCRuntime.h356 bool isSubscriptPointerArithmetic() const { in isSubscriptPointerArithmetic() function
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp773 assert(!getLangOpts().isSubscriptPointerArithmetic()); in BuildObjCSubscriptExpression()
H A DSemaExpr.cpp5144 if (!LangOpts.isSubscriptPointerArithmetic()) in ActOnArraySubscriptExpr()
5160 if (!LangOpts.isSubscriptPointerArithmetic()) { in ActOnArraySubscriptExpr()