Searched defs:isArrow (Results 1 – 9 of 9) sorted by relevance
205 bool isArrow() const { return IsArrow; } in isArrow() function886 bool isArrow() const { return IsArrow; } in isArrow() function
1425 bool isArrow() const { return IsArrow; } in isArrow() function2420 bool isArrow() const { return IsArrow; } in isArrow() function2644 bool isArrow() const { return IsArrow; } in isArrow() function
2205 bool isArrow() const { return IsArrow; } in isArrow() function
772 static MemberExpr *BuildMemberExpr(ASTContext &C, Expr *Base, bool isArrow, in BuildMemberExpr()
1429 bool isArrow, in RebuildMemberExpr()8393 bool isArrow, in RebuildCXXPseudoDestructorExpr()
143 Expr *Base, bool isArrow, SourceLocation OperatorLoc, in CXXPseudoDestructorExpr()
2137 bool isArrow, in mangleMemberExpr()
2565 bool ExtVectorElementExpr::isArrow() const { in isArrow() function in ExtVectorElementExpr
4751 bool isArrow = true; in RewriteBlockDeclRefExpr() local