Searched defs:isTypeValid (Results 1 – 2 of 2) sorted by relevance
157 template <typename T> bool isTypeValid (void) { return true; } in isTypeValid() function158 template <> bool isTypeValid<Void> (void) { return false; } in isTypeValid() function
3953 static bool isTypeValid(QualType T) { in isTypeValid() function