Searched refs:HasType (Results 1 – 6 of 6) sorted by relevance
34 struct HasType : std::false_type {}; struct37 struct HasType<T, typename Voider<typename T::type>::type> : std::true_type {}; struct49 static_assert((!HasType<std::result_of<T> >::value), ""); in test_no_result()
245 if flag and flag.HasType() and flag.jstype:
471 if flag and flag.HasType() and flag.jstype:
299 def HasType(self): member in DocFlag
576 if flag.HasType():
1054 TEST(HasType, TakesQualTypeMatcherAndMatchesExpr) { in TEST() argument1066 TEST(HasType, TakesQualTypeMatcherAndMatchesValueDecl) { in TEST() argument1077 TEST(HasType, TakesDeclMatcherAndMatchesExpr) { in TEST() argument1086 TEST(HasType, TakesDeclMatcherAndMatchesValueDecl) { in TEST() argument1206 TEST(HasType, MatchesAsString) { in TEST() argument1679 TEST(HasType, MatchesParameterVariableTypesStrictly) { in TEST() argument