Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DLangOptions.h507 bool isSubscriptPointerArithmetic() const { in isSubscriptPointerArithmetic() function
508 return ObjCRuntime.isSubscriptPointerArithmetic() && in isSubscriptPointerArithmetic()
H A DObjCRuntime.h340 bool isSubscriptPointerArithmetic() const { in isSubscriptPointerArithmetic() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprObjC.cpp767 assert(!LangOpts.isSubscriptPointerArithmetic()); in BuildObjCSubscriptExpression()
H A DSemaExpr.cpp5690 if (!LangOpts.isSubscriptPointerArithmetic()) in CreateBuiltinArraySubscriptExpr()
5706 if (!LangOpts.isSubscriptPointerArithmetic()) { in CreateBuiltinArraySubscriptExpr()