Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDLangOptions.h125 bool isSubscriptPointerArithmetic() const { in isSubscriptPointerArithmetic() function
126 return ObjCRuntime.isSubscriptPointerArithmetic() && in isSubscriptPointerArithmetic()
HDObjCRuntime.h235 bool isSubscriptPointerArithmetic() const { in isSubscriptPointerArithmetic() function
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExprObjC.cpp722 assert(!LangOpts.isSubscriptPointerArithmetic()); in BuildObjCSubscriptExpression()
HDSemaExpr.cpp4037 if (!LangOpts.isSubscriptPointerArithmetic()) in CreateBuiltinArraySubscriptExpr()
4053 if (!LangOpts.isSubscriptPointerArithmetic()) { in CreateBuiltinArraySubscriptExpr()