Searched refs:AstTypeMatcher (Results 1 – 2 of 2) sorted by relevance
1017 const AstTypeMatcher<BuiltinType> builtinType;1018 const AstTypeMatcher<ArrayType> arrayType;1019 const AstTypeMatcher<ComplexType> complexType;1020 const AstTypeMatcher<ConstantArrayType> constantArrayType;1021 const AstTypeMatcher<DeducedTemplateSpecializationType>1023 const AstTypeMatcher<DependentSizedArrayType> dependentSizedArrayType;1024 const AstTypeMatcher<IncompleteArrayType> incompleteArrayType;1025 const AstTypeMatcher<VariableArrayType> variableArrayType;1026 const AstTypeMatcher<AtomicType> atomicType;1027 const AstTypeMatcher<AutoType> autoType;[all …]
6349 using AstTypeMatcher = internal::VariadicDynCastAllOfMatcher<Type, NodeType>; variable6363 extern const AstTypeMatcher<BuiltinType> builtinType;6375 extern const AstTypeMatcher<ArrayType> arrayType;6385 extern const AstTypeMatcher<ComplexType> complexType;6429 extern const AstTypeMatcher<ConstantArrayType> constantArrayType;6464 extern const AstTypeMatcher<DependentSizedArrayType> dependentSizedArrayType;6476 extern const AstTypeMatcher<IncompleteArrayType> incompleteArrayType;6491 extern const AstTypeMatcher<VariableArrayType> variableArrayType;6518 extern const AstTypeMatcher<AtomicType> atomicType;6544 extern const AstTypeMatcher<AutoType> autoType;[all …]