Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DLangOptions.h537 bool isSubscriptPointerArithmetic() const { in isSubscriptPointerArithmetic() function
538 return ObjCRuntime.isSubscriptPointerArithmetic() && in isSubscriptPointerArithmetic()
H A DObjCRuntime.h340 bool isSubscriptPointerArithmetic() const { in isSubscriptPointerArithmetic() function
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExprObjC.cpp768 assert(!LangOpts.isSubscriptPointerArithmetic()); in BuildObjCSubscriptExpression()
H A DSemaExpr.cpp5700 if (!LangOpts.isSubscriptPointerArithmetic()) in CreateBuiltinArraySubscriptExpr()
5716 if (!LangOpts.isSubscriptPointerArithmetic()) { in CreateBuiltinArraySubscriptExpr()