Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DObjCRuntime.h356 bool isSubscriptPointerArithmetic() const { in isSubscriptPointerArithmetic() function
H A DLangOptions.h703 bool isSubscriptPointerArithmetic() const { in isSubscriptPointerArithmetic() function
704 return ObjCRuntime.isSubscriptPointerArithmetic() && in isSubscriptPointerArithmetic()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp768 assert(!getLangOpts().isSubscriptPointerArithmetic()); in BuildObjCSubscriptExpression()
H A DSemaExpr.cpp5242 if (!LangOpts.isSubscriptPointerArithmetic()) in CreateBuiltinArraySubscriptExpr()
5258 if (!LangOpts.isSubscriptPointerArithmetic()) { in CreateBuiltinArraySubscriptExpr()