Searched defs:isTypeValid (Results 1 – 4 of 4) sorted by relevance
166 template <typename T> bool isTypeValid (void) { return true; } in isTypeValid() function167 template <> bool isTypeValid<Void> (void) { return false; } in isTypeValid() function
214 template <typename T> bool isTypeValid (void) { return true; } in isTypeValid() function215 template <> bool isTypeValid<Void> (void) { return false; } in isTypeValid() function
4064 static bool isTypeValid(QualType T) { in isTypeValid() function
4488 static bool isTypeValid(QualType T) { in isTypeValid() function