Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DLangOptions.h116 bool isSubscriptPointerArithmetic() const { in isSubscriptPointerArithmetic() function
117 return ObjCRuntime.isSubscriptPointerArithmetic() && in isSubscriptPointerArithmetic()
DObjCRuntime.h235 bool isSubscriptPointerArithmetic() const { in isSubscriptPointerArithmetic() function
/external/clang/lib/Sema/
DSemaExprObjC.cpp608 assert(!LangOpts.isSubscriptPointerArithmetic()); in BuildObjCSubscriptExpression()
DSemaExpr.cpp3998 if (!LangOpts.isSubscriptPointerArithmetic()) in CreateBuiltinArraySubscriptExpr()
4014 if (!LangOpts.isSubscriptPointerArithmetic()) { in CreateBuiltinArraySubscriptExpr()