Searched refs:CheckArrow (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaExprCXX.cpp | 6056 static bool CheckArrow(Sema& S, QualType& ObjectType, Expr *&Base, in CheckArrow() function 6100 if (CheckArrow(*this, ObjectType, Base, OpKind, OpLoc)) in BuildPseudoDestructorExpr() 6203 if (CheckArrow(*this, ObjectType, Base, OpKind, OpLoc)) in ActOnPseudoDestructorExpr() 6330 if (CheckArrow(*this, ObjectType, Base, OpKind, OpLoc)) in ActOnPseudoDestructorExpr()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaExprCXX.cpp | 7262 static bool CheckArrow(Sema &S, QualType &ObjectType, Expr *&Base, in CheckArrow() function 7336 if (CheckArrow(*this, ObjectType, Base, OpKind, OpLoc)) in BuildPseudoDestructorExpr() 7460 if (CheckArrow(*this, ObjectType, Base, OpKind, OpLoc)) in ActOnPseudoDestructorExpr() 7595 if (CheckArrow(*this, ObjectType, Base, OpKind, OpLoc)) in ActOnPseudoDestructorExpr()
|