Home
last modified time | relevance | path

Searched refs:isObjCPointer (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Sema/
DSemaExpr.cpp8385 bool isObjCPointer; in CheckAdditionOperands() local
8387 isObjCPointer = false; in CheckAdditionOperands()
8389 isObjCPointer = true; in CheckAdditionOperands()
8393 isObjCPointer = false; in CheckAdditionOperands()
8395 isObjCPointer = true; in CheckAdditionOperands()
8408 if (isObjCPointer && checkArithmeticOnObjCPointer(*this, Loc, PExp)) in CheckAdditionOperands()
/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp10535 bool isObjCPointer; in CheckAdditionOperands() local
10537 isObjCPointer = false; in CheckAdditionOperands()
10539 isObjCPointer = true; in CheckAdditionOperands()
10543 isObjCPointer = false; in CheckAdditionOperands()
10545 isObjCPointer = true; in CheckAdditionOperands()
10574 if (isObjCPointer && checkArithmeticOnObjCPointer(*this, Loc, PExp)) in CheckAdditionOperands()