Searched defs:isPartOfExplicitCast (Results 1 – 2 of 2) sorted by relevance
21 AST_MATCHER(ImplicitCastExpr, isPartOfExplicitCast) { in AST_MATCHER() argument
3691 bool isPartOfExplicitCast() const { return CastExprBits.PartOfExplicitCast; } isPartOfExplicitCast() function