Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/
DLangOptions.h101 bool isSubscriptPointerArithmetic() const { in isSubscriptPointerArithmetic() function
102 return ObjCRuntime.isSubscriptPointerArithmetic() && in isSubscriptPointerArithmetic()
DObjCRuntime.h230 bool isSubscriptPointerArithmetic() const { in isSubscriptPointerArithmetic() function
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaExprObjC.cpp605 assert(!LangOpts.isSubscriptPointerArithmetic()); in BuildObjCSubscriptExpression()
DSemaExpr.cpp3755 if (!LangOpts.isSubscriptPointerArithmetic()) in CreateBuiltinArraySubscriptExpr()
3770 if (!LangOpts.isSubscriptPointerArithmetic()) { in CreateBuiltinArraySubscriptExpr()