Searched defs:isTypeValid (Results 1 – 3 of 3) sorted by relevance
167 template <typename T> bool isTypeValid (void) { return true; } in isTypeValid() function168 template <> bool isTypeValid<Void> (void) { return false; } in isTypeValid() function
215 template <typename T> bool isTypeValid (void) { return true; } in isTypeValid() function216 template <> bool isTypeValid<Void> (void) { return false; } in isTypeValid() function
4064 static bool isTypeValid(QualType T) { in isTypeValid() function