Home | History | Annotate | Download | only in ASTMatchers

Lines Matching refs:canConstructFrom

275   static bool canConstructFrom(const DynTypedMatcher &Other) {
283 /// This method asserts that canConstructFrom(Other) is \c true. Callers
284 /// should call canConstructFrom(Other) first to make sure that Other is
287 assert(canConstructFrom(Other));
403 Matcher<QualType>::canConstructFrom(const DynTypedMatcher &Other) {
415 assert(canConstructFrom(Other));