Searched refs:AstTypeMatcher (Results 1 – 2 of 2) sorted by relevance
1045 const AstTypeMatcher<BuiltinType> builtinType;1046 const AstTypeMatcher<ArrayType> arrayType;1047 const AstTypeMatcher<ComplexType> complexType;1048 const AstTypeMatcher<ConstantArrayType> constantArrayType;1049 const AstTypeMatcher<DeducedTemplateSpecializationType>1051 const AstTypeMatcher<DependentSizedArrayType> dependentSizedArrayType;1052 const AstTypeMatcher<DependentSizedExtVectorType> dependentSizedExtVectorType;1053 const AstTypeMatcher<IncompleteArrayType> incompleteArrayType;1054 const AstTypeMatcher<VariableArrayType> variableArrayType;1055 const AstTypeMatcher<AtomicType> atomicType;[all …]
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 …]