Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DExprCXX.h671 MSPropertyRefExpr(Expr *baseExpr, MSPropertyDecl *decl, bool isArrow, in MSPropertyRefExpr()
710 bool isArrow() const { return IsArrow; } in isArrow() function
2193 bool isArrow() const { return IsArrow; } in isArrow() function
3218 bool isArrow() const { return IsArrow; } in isArrow() function
3451 bool isArrow() const { return IsArrow; } in isArrow() function
DExpr.h2510 bool isArrow() const { return IsArrow; } in isArrow() function
/external/clang/lib/Sema/
DSemaExprMember.cpp909 Sema &SemaRef, ASTContext &C, Expr *Base, bool isArrow, in BuildMemberExpr()
DTreeTransform.h2109 bool isArrow, in RebuildMemberExpr()
11863 bool isArrow, in RebuildCXXPseudoDestructorExpr()
/external/clang/lib/AST/
DExprCXX.cpp163 Expr *Base, bool isArrow, SourceLocation OperatorLoc, in CXXPseudoDestructorExpr()
DItaniumMangle.cpp3114 bool isArrow, in mangleMemberExpr()
DExpr.cpp3363 bool ExtVectorElementExpr::isArrow() const { in isArrow() function in ExtVectorElementExpr
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyTIL.h927 bool isArrow() const { return (Flags & 0x01) != 0; } in isArrow() function
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h4052 AST_MATCHER(MemberExpr, isArrow) { in AST_MATCHER() argument
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp3836 bool isArrow = DeclRefExp->refersToEnclosingVariableOrCapture() || in RewriteBlockDeclRefExpr() local
DRewriteModernObjC.cpp4677 bool isArrow = DeclRefExp->refersToEnclosingVariableOrCapture() || in RewriteBlockDeclRefExpr() local