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 218 /// This covers +, -, ++, --, and (if isSubscriptPointerArithmetic()
235 bool isSubscriptPointerArithmetic() const {
LangOptions.h 116 bool isSubscriptPointerArithmetic() const {
117 return ObjCRuntime.isSubscriptPointerArithmetic() &&

Completed in 435 milliseconds