Home
last modified time | relevance | path

Searched defs:HasType (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/libc++/dist/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/
H A Dresult_of.pass.cpp34 struct HasType : std::false_type {}; struct
37 struct HasType<T, typename Voider<typename T::type>::type> : std::true_type {}; struct
/minix3/external/bsd/llvm/dist/clang/unittests/ASTMatchers/
H A DASTMatchersTest.cpp974 TEST(HasType, TakesQualTypeMatcherAndMatchesExpr) { in TEST() argument
986 TEST(HasType, TakesQualTypeMatcherAndMatchesValueDecl) { in TEST() argument
997 TEST(HasType, TakesDeclMatcherAndMatchesExpr) { in TEST() argument
1006 TEST(HasType, TakesDeclMatcherAndMatchesValueDecl) { in TEST() argument
1111 TEST(HasType, MatchesAsString) { in TEST() argument
1533 TEST(HasType, MatchesParameterVariableTypesStrictly) { in TEST() argument