Home
last modified time | relevance | path

Searched defs:isArrow (Results 1 – 9 of 9) sorted by relevance

/external/clang/include/clang/AST/
DExprObjC.h205 bool isArrow() const { return IsArrow; } in isArrow() function
886 bool isArrow() const { return IsArrow; } in isArrow() function
DExprCXX.h1425 bool isArrow() const { return IsArrow; } in isArrow() function
2420 bool isArrow() const { return IsArrow; } in isArrow() function
2644 bool isArrow() const { return IsArrow; } in isArrow() function
DExpr.h2205 bool isArrow() const { return IsArrow; } in isArrow() function
/external/clang/lib/Sema/
DSemaExprMember.cpp772 static MemberExpr *BuildMemberExpr(ASTContext &C, Expr *Base, bool isArrow, in BuildMemberExpr()
DTreeTransform.h1429 bool isArrow, in RebuildMemberExpr()
8393 bool isArrow, in RebuildCXXPseudoDestructorExpr()
/external/clang/lib/AST/
DExprCXX.cpp143 Expr *Base, bool isArrow, SourceLocation OperatorLoc, in CXXPseudoDestructorExpr()
DItaniumMangle.cpp2137 bool isArrow, in mangleMemberExpr()
DExpr.cpp2565 bool ExtVectorElementExpr::isArrow() const { in isArrow() function in ExtVectorElementExpr
/external/clang/lib/Rewrite/
DRewriteObjC.cpp4751 bool isArrow = true; in RewriteBlockDeclRefExpr() local