Searched refs:AstTypeMatcher (Results 1 – 2 of 2) sorted by relevance
1035 const AstTypeMatcher<BuiltinType> builtinType;1036 const AstTypeMatcher<ArrayType> arrayType;1037 const AstTypeMatcher<ComplexType> complexType;1038 const AstTypeMatcher<ConstantArrayType> constantArrayType;1039 const AstTypeMatcher<DeducedTemplateSpecializationType>1041 const AstTypeMatcher<DependentSizedArrayType> dependentSizedArrayType;1042 const AstTypeMatcher<IncompleteArrayType> incompleteArrayType;1043 const AstTypeMatcher<VariableArrayType> variableArrayType;1044 const AstTypeMatcher<AtomicType> atomicType;1045 const AstTypeMatcher<AutoType> autoType;[all …]
6736 using AstTypeMatcher = internal::VariadicDynCastAllOfMatcher<Type, NodeType>; variable6750 extern const AstTypeMatcher<BuiltinType> builtinType;6762 extern const AstTypeMatcher<ArrayType> arrayType;6772 extern const AstTypeMatcher<ComplexType> complexType;6816 extern const AstTypeMatcher<ConstantArrayType> constantArrayType;6851 extern const AstTypeMatcher<DependentSizedArrayType> dependentSizedArrayType;6863 extern const AstTypeMatcher<IncompleteArrayType> incompleteArrayType;6878 extern const AstTypeMatcher<VariableArrayType> variableArrayType;6905 extern const AstTypeMatcher<AtomicType> atomicType;6931 extern const AstTypeMatcher<AutoType> autoType;[all …]