Searched refs:isPartOfExplicitCast (Results 1 – 5 of 5) sorted by relevance
1244 attributeOnlyIfTrue("isPartOfExplicitCast", ICE->isPartOfExplicitCast()); in VisitImplicitCastExpr()
975 if (Node->isPartOfExplicitCast()) in VisitImplicitCastExpr()
1009 Record.push_back(E->isPartOfExplicitCast()); in VisitImplicitCastExpr()
3577 bool isPartOfExplicitCast() const { return CastExprBits.PartOfExplicitCast; } in isPartOfExplicitCast() function
2305 if (!ICE->isPartOfExplicitCast()) in VisitCastExpr()