Searched refs:decltypeType (Results 1 – 8 of 8) sorted by relevance
26 unless(anyOf(returns(decltypeType()), in registerMatchers()
27 hasType(decltypeType(hasUnderlyingType(pointerType())))); in registerMatchers()
113 anyOf(decltypeType(), autoType(), isTypeOfType(), isTypeOfExprType())); in registerMatchers()
220 REGISTER_MATCHER(decltypeType); in RegistryMaps()
235 typeLoc(loc(decltypeType())).bind("target"), Ctx); in TEST()
1617 EXPECT_TRUE(matches("decltype(1 + 1) sum = 1 + 1;", decltypeType())); in TEST_P()1619 decltypeType(hasUnderlyingType(isInteger())))); in TEST_P()
1045 const AstTypeMatcher<DecltypeType> decltypeType; variable
6946 extern const AstTypeMatcher<DecltypeType> decltypeType;