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

/external/clang/include/clang/Basic/
H A DLangOptions.h107 bool isSubscriptPointerArithmetic() const { function in class:clang::LangOptions
108 return ObjCRuntime.isSubscriptPointerArithmetic() &&
H A DObjCRuntime.h218 /// This covers +, -, ++, --, and (if isSubscriptPointerArithmetic()
235 bool isSubscriptPointerArithmetic() const { function in class:clang::ObjCRuntime
/external/clang/lib/Sema/
H A DSemaExprObjC.cpp606 assert(!LangOpts.isSubscriptPointerArithmetic());
H A DSemaExpr.cpp3852 if (!LangOpts.isSubscriptPointerArithmetic())
3868 if (!LangOpts.isSubscriptPointerArithmetic()) {

Completed in 170 milliseconds