Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DLangOptions.h142 bool isSubscriptPointerArithmetic() const { in isSubscriptPointerArithmetic() function
143 return ObjCRuntime.isSubscriptPointerArithmetic() && in isSubscriptPointerArithmetic()
DObjCRuntime.h249 bool isSubscriptPointerArithmetic() const { in isSubscriptPointerArithmetic() function
/external/clang/lib/Sema/
DSemaExprObjC.cpp740 assert(!LangOpts.isSubscriptPointerArithmetic()); in BuildObjCSubscriptExpression()
DSemaExpr.cpp4399 if (!LangOpts.isSubscriptPointerArithmetic()) in CreateBuiltinArraySubscriptExpr()
4415 if (!LangOpts.isSubscriptPointerArithmetic()) { in CreateBuiltinArraySubscriptExpr()