Searched defs:AnyType (Results 1 – 6 of 6) sorted by relevance
206 AnyType = Any | Class | Struct | Union | Enum | Typedef enumerator
109 auto AnyType = anyType(); in TEST() local
74 static const TypeMatcher AnyType() { return anything(); } in AnyType() function
70 static constexpr CategorySet AnyType{IntrinsicType | DerivedType}; variable
1297 const TypeMatcher AnyType = anything(); in TEST() local
2119 const TypeMatcher AnyType = anything(); in TEST_P() local