Searched refs:AstTypeMatcher (Results 1 – 3 of 3) sorted by relevance
1034 const AstTypeMatcher<BuiltinType> builtinType;1035 const AstTypeMatcher<ArrayType> arrayType;1036 const AstTypeMatcher<ComplexType> complexType;1043 const AstTypeMatcher<AtomicType> atomicType;1044 const AstTypeMatcher<AutoType> autoType;1048 const AstTypeMatcher<ParenType> parenType;1051 const AstTypeMatcher<PointerType> pointerType;1057 const AstTypeMatcher<EnumType> enumType;1060 const AstTypeMatcher<RecordType> recordType;1061 const AstTypeMatcher<TagType> tagType;[all …]
6753 extern const AstTypeMatcher<BuiltinType> builtinType;6765 extern const AstTypeMatcher<ArrayType> arrayType;6775 extern const AstTypeMatcher<ComplexType> complexType;6908 extern const AstTypeMatcher<AtomicType> atomicType;6934 extern const AstTypeMatcher<AutoType> autoType;7013 extern const AstTypeMatcher<ParenType> parenType;7061 extern const AstTypeMatcher<PointerType> pointerType;7170 extern const AstTypeMatcher<EnumType> enumType;7226 extern const AstTypeMatcher<RecordType> recordType;7241 extern const AstTypeMatcher<TagType> tagType;[all …]
4794 const AstTypeMatcher<SubstTemplateTypeParmPackType>