Searched refs:TypeIDExpr (Results 1 – 1 of 1) sorted by relevance
43 if (const auto *TypeIDExpr = dyn_cast<CXXTypeidExpr>(&Node)) in AST_MATCHER() local44 return !TypeIDExpr->isPotentiallyEvaluated(); in AST_MATCHER()