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