HomeSort by: relevance | last modified time | path
    Searched refs:isSubscriptPointerArithmetic (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
LangOptions.h 388 bool isSubscriptPointerArithmetic() const {
389 return ObjCRuntime.isSubscriptPointerArithmetic() &&
ObjCRuntime.h 321 /// This covers +, -, ++, --, and (if isSubscriptPointerArithmetic()
339 bool isSubscriptPointerArithmetic() const {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprObjC.cpp 767 assert(!LangOpts.isSubscriptPointerArithmetic());
SemaExpr.cpp 5487 if (!LangOpts.isSubscriptPointerArithmetic())
5503 if (!LangOpts.isSubscriptPointerArithmetic()) {

Completed in 38 milliseconds