Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DLangOptions.h142 bool isSubscriptPointerArithmetic() const { in isSubscriptPointerArithmetic() function
143 return ObjCRuntime.isSubscriptPointerArithmetic() && in isSubscriptPointerArithmetic()
DObjCRuntime.h249 bool isSubscriptPointerArithmetic() const { in isSubscriptPointerArithmetic() function
/external/llvm-project/clang/include/clang/Basic/
DLangOptions.h340 bool isSubscriptPointerArithmetic() const { in isSubscriptPointerArithmetic() function
341 return ObjCRuntime.isSubscriptPointerArithmetic() && in isSubscriptPointerArithmetic()
DObjCRuntime.h339 bool isSubscriptPointerArithmetic() const { in isSubscriptPointerArithmetic() function
/external/clang/lib/Sema/
DSemaExprObjC.cpp740 assert(!LangOpts.isSubscriptPointerArithmetic()); in BuildObjCSubscriptExpression()
DSemaExpr.cpp4399 if (!LangOpts.isSubscriptPointerArithmetic()) in CreateBuiltinArraySubscriptExpr()
4415 if (!LangOpts.isSubscriptPointerArithmetic()) { in CreateBuiltinArraySubscriptExpr()
/external/llvm-project/clang/lib/Sema/
DSemaExprObjC.cpp767 assert(!LangOpts.isSubscriptPointerArithmetic()); in BuildObjCSubscriptExpression()
DSemaExpr.cpp5453 if (!LangOpts.isSubscriptPointerArithmetic()) in CreateBuiltinArraySubscriptExpr()
5469 if (!LangOpts.isSubscriptPointerArithmetic()) { in CreateBuiltinArraySubscriptExpr()