Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h624 bool isSubscriptPointerArithmetic() const { in isSubscriptPointerArithmetic() function
625 return ObjCRuntime.isSubscriptPointerArithmetic() && in isSubscriptPointerArithmetic()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp773 assert(!getLangOpts().isSubscriptPointerArithmetic()); in BuildObjCSubscriptExpression()
H A DSemaExpr.cpp5144 if (!LangOpts.isSubscriptPointerArithmetic()) in CreateBuiltinArraySubscriptExpr()
5160 if (!LangOpts.isSubscriptPointerArithmetic()) { in CreateBuiltinArraySubscriptExpr()