Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DLangOptions.h125 bool isSubscriptPointerArithmetic() const { in isSubscriptPointerArithmetic() function
126 return ObjCRuntime.isSubscriptPointerArithmetic() && in isSubscriptPointerArithmetic()
DObjCRuntime.h249 bool isSubscriptPointerArithmetic() const { in isSubscriptPointerArithmetic() function
/external/clang/lib/Sema/
DSemaExprObjC.cpp741 assert(!LangOpts.isSubscriptPointerArithmetic()); in BuildObjCSubscriptExpression()
DSemaExpr.cpp4164 if (!LangOpts.isSubscriptPointerArithmetic()) in CreateBuiltinArraySubscriptExpr()
4180 if (!LangOpts.isSubscriptPointerArithmetic()) { in CreateBuiltinArraySubscriptExpr()