reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
66 template <typename ITy> bool match(ITy *V) { return isa<Class>(V); } 117 template <typename ITy> bool match(ITy *V) { 157 template <typename ITy> bool match(ITy *V) { 544 template <typename ITy> bool match(ITy *V) { 583 template <typename ITy> bool match(ITy *V) { return V == Val; } 596 template <typename ITy> bool match(ITy *const V) { return V == Val; } 635 template <typename ITy> bool match(ITy *V) {