Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h668 bool isSubscriptPointerArithmetic() const { in implicitFunctionsAllowed()
669 return ObjCRuntime.isSubscriptPointerArithmetic() && in implicitFunctionsAllowed()
624 bool isSubscriptPointerArithmetic() const { isSubscriptPointerArithmetic() function
H A DObjCRuntime.h356 bool isSubscriptPointerArithmetic() const { in isSubscriptPointerArithmetic() function
/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp769 assert(!getLangOpts().isSubscriptPointerArithmetic());
H A DSemaExpr.cpp5188 if (!LangOpts.isSubscriptPointerArithmetic()) in CreateBuiltinArraySubscriptExpr()
5204 if (!LangOpts.isSubscriptPointerArithmetic()) { in CreateBuiltinArraySubscriptExpr()