HomeSort by relevance Sort by last modified time
    Searched defs:isSubscriptPointerArithmetic (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Basic/
ObjCRuntime.h 231 /// This covers +, -, ++, --, and (if isSubscriptPointerArithmetic()
249 bool isSubscriptPointerArithmetic() const {
LangOptions.h 142 bool isSubscriptPointerArithmetic() const {
143 return ObjCRuntime.isSubscriptPointerArithmetic() &&

Completed in 182 milliseconds