Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DLangOptions.h111 bool isSubscriptPointerArithmetic() const { in isSubscriptPointerArithmetic() function
112 return ObjCRuntime.isSubscriptPointerArithmetic() && in isSubscriptPointerArithmetic()
H A DObjCRuntime.h235 bool isSubscriptPointerArithmetic() const { in isSubscriptPointerArithmetic() function
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExprObjC.cpp606 assert(!LangOpts.isSubscriptPointerArithmetic()); in BuildObjCSubscriptExpression()
H A DSemaExpr.cpp3948 if (!LangOpts.isSubscriptPointerArithmetic()) in CreateBuiltinArraySubscriptExpr()
3964 if (!LangOpts.isSubscriptPointerArithmetic()) { in CreateBuiltinArraySubscriptExpr()