Searched refs:isPartOfExplicitCast (Results 1 – 6 of 6) sorted by relevance
17 AST_MATCHER(ImplicitCastExpr, isPartOfExplicitCast) { in AST_MATCHER() argument18 return Node.isPartOfExplicitCast(); in AST_MATCHER()244 isPartOfExplicitCast())), in registerMatchers()
1296 attributeOnlyIfTrue("isPartOfExplicitCast", ICE->isPartOfExplicitCast()); in VisitImplicitCastExpr()
1031 if (Node->isPartOfExplicitCast()) in VisitImplicitCastExpr()
1018 Record.push_back(E->isPartOfExplicitCast()); in VisitImplicitCastExpr()
3653 bool isPartOfExplicitCast() const { return CastExprBits.PartOfExplicitCast; } in isPartOfExplicitCast() function
2372 if (!ICE->isPartOfExplicitCast()) in VisitCastExpr()