reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
56 template <typename OpTy> bool match(OpTy *V) { 66 template <typename ITy> bool match(ITy *V) { return isa<Class>(V); } 177 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; } 612 template <typename ITy> bool match(ITy *V) {