Searched refs:AstTypeMatcher (Results 1 – 1 of 1) sorted by relevance
7015 using AstTypeMatcher = internal::VariadicDynCastAllOfMatcher<Type, NodeType>; variable7029 extern const AstTypeMatcher<BuiltinType> builtinType;7041 extern const AstTypeMatcher<ArrayType> arrayType;7051 extern const AstTypeMatcher<ComplexType> complexType;7095 extern const AstTypeMatcher<ConstantArrayType> constantArrayType;7130 extern const AstTypeMatcher<DependentSizedArrayType> dependentSizedArrayType;7144 extern const AstTypeMatcher<DependentSizedExtVectorType>7157 extern const AstTypeMatcher<IncompleteArrayType> incompleteArrayType;7172 extern const AstTypeMatcher<VariableArrayType> variableArrayType;7199 extern const AstTypeMatcher<AtomicType> atomicType;[all …]