Searched defs:isSubscriptPointerArithmetic (Results 1 - 2 of 2) 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

Completed in 152 milliseconds