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

  /external/clang/include/clang/Basic/
LangOptions.h 107 bool isSubscriptPointerArithmetic() const {
108 return ObjCRuntime.isSubscriptPointerArithmetic() &&
ObjCRuntime.h 218 /// This covers +, -, ++, --, and (if isSubscriptPointerArithmetic()
235 bool isSubscriptPointerArithmetic() const {
  /external/clang/lib/Sema/
SemaExprObjC.cpp 606 assert(!LangOpts.isSubscriptPointerArithmetic());
    [all...]
SemaExpr.cpp     [all...]

Completed in 655 milliseconds