Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DLangOptions.h276 bool isSubscriptPointerArithmetic() const { in isSubscriptPointerArithmetic() function
277 return ObjCRuntime.isSubscriptPointerArithmetic() && in isSubscriptPointerArithmetic()
H A DObjCRuntime.h324 bool isSubscriptPointerArithmetic() const { in isSubscriptPointerArithmetic() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprObjC.cpp745 assert(!LangOpts.isSubscriptPointerArithmetic()); in BuildObjCSubscriptExpression()
H A DSemaExpr.cpp4540 if (!LangOpts.isSubscriptPointerArithmetic()) in CreateBuiltinArraySubscriptExpr()
4556 if (!LangOpts.isSubscriptPointerArithmetic()) { in CreateBuiltinArraySubscriptExpr()