Searched refs:isSelfExpr (Results 1 - 5 of 5) sorted by relevance

/external/clang/lib/Sema/
H A DSemaExprObjC.cpp1442 bool Sema::isSelfExpr(Expr *RExpr) { function in class:Sema
1446 return isSelfExpr(RExpr, Method);
1449 bool Sema::isSelfExpr(Expr *receiver, const ObjCMethodDecl *method) { function in class:Sema
2390 if (!Receiver || !isSelfExpr(Receiver)) {
2465 if (!Method && (!Receiver || !isSelfExpr(Receiver))) {
2496 (SuperLoc.isValid() || isSelfExpr(Receiver))) {
2528 (SuperLoc.isValid() || isSelfExpr(Receiver))) {
2662 (SuperLoc.isValid() || isSelfExpr(Receiver))) {
H A DSemaPseudoObject.cpp514 S.isSelfExpr(const_cast<Expr*>(PRE->getBase()))) {
515 // This cast is safe because isSelfExpr is only true within
H A DSemaDeclObjC.cpp3510 S.isSelfExpr(E->getInstanceReceiver(), Method)) {
H A DSemaExpr.cpp12849 if (isSelfExpr(Op->getLHS()) && ME->getMethodFamily() == OMF_init)
/external/clang/include/clang/Sema/
H A DSema.h909 bool isSelfExpr(Expr *RExpr);
910 bool isSelfExpr(Expr *RExpr, const ObjCMethodDecl *Method);

Completed in 1955 milliseconds