Searched refs:AstTypeMatcher (Results 1 – 2 of 2) sorted by relevance
1076 const AstTypeMatcher<BuiltinType> builtinType;1077 const AstTypeMatcher<ArrayType> arrayType;1078 const AstTypeMatcher<ComplexType> complexType;1079 const AstTypeMatcher<ConstantArrayType> constantArrayType;1080 const AstTypeMatcher<DeducedTemplateSpecializationType>1082 const AstTypeMatcher<DependentSizedArrayType> dependentSizedArrayType;1083 const AstTypeMatcher<DependentSizedExtVectorType> dependentSizedExtVectorType;1084 const AstTypeMatcher<IncompleteArrayType> incompleteArrayType;1085 const AstTypeMatcher<VariableArrayType> variableArrayType;1086 const AstTypeMatcher<AtomicType> atomicType;[all …]
7062 using AstTypeMatcher = internal::VariadicDynCastAllOfMatcher<Type, NodeType>; variable7076 extern const AstTypeMatcher<BuiltinType> builtinType;7088 extern const AstTypeMatcher<ArrayType> arrayType;7098 extern const AstTypeMatcher<ComplexType> complexType;7142 extern const AstTypeMatcher<ConstantArrayType> constantArrayType;7177 extern const AstTypeMatcher<DependentSizedArrayType> dependentSizedArrayType;7191 extern const AstTypeMatcher<DependentSizedExtVectorType>7204 extern const AstTypeMatcher<IncompleteArrayType> incompleteArrayType;7219 extern const AstTypeMatcher<VariableArrayType> variableArrayType;7246 extern const AstTypeMatcher<AtomicType> atomicType;[all …]