Searched refs:isTypeValid (Results 1 – 2 of 2) sorted by relevance
155 template <typename T> bool isTypeValid (void) { return true; } in isTypeValid() function156 template <> bool isTypeValid<Void> (void) { return false; } in isTypeValid() function851 if (isTypeValid<T>()) in evaluate()1224 if (isTypeValid<Arg0>()) in doPrint()1227 if (isTypeValid<Arg1>()) in doPrint()1230 if (isTypeValid<Arg2>()) in doPrint()1233 if (isTypeValid<Arg3>()) in doPrint()1418 if (isTypeValid<Arg0>()) in doPrintDefinition()1420 if (isTypeValid<Arg1>()) in doPrintDefinition()1422 if (isTypeValid<Arg2>()) in doPrintDefinition()[all …]
3978 static bool isTypeValid(QualType T) { in isTypeValid() function4018 isTypeValid(UnqualT1) && isTypeValid(UnqualT2) && in CompareReferenceRelationship()