Searched refs:isPartOfExplicitCast (Results 1 – 5 of 5) sorted by relevance
1289 attributeOnlyIfTrue("isPartOfExplicitCast", ICE->isPartOfExplicitCast()); in VisitImplicitCastExpr()
1016 if (Node->isPartOfExplicitCast()) in VisitImplicitCastExpr()
1020 Record.push_back(E->isPartOfExplicitCast()); in VisitImplicitCastExpr()
3644 bool isPartOfExplicitCast() const { return CastExprBits.PartOfExplicitCast; } in isPartOfExplicitCast() function
2313 if (!ICE->isPartOfExplicitCast()) in VisitCastExpr()