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;1055 const AstTypeMatcher<AtomicType> atomicType;1056 const AstTypeMatcher<AutoType> autoType;1060 const AstTypeMatcher<ParenType> parenType;1064 const AstTypeMatcher<PointerType> pointerType;1070 const AstTypeMatcher<EnumType> enumType;1073 const AstTypeMatcher<RecordType> recordType;1074 const AstTypeMatcher<TagType> tagType;[all …]
6999 extern const AstTypeMatcher<BuiltinType> builtinType;7011 extern const AstTypeMatcher<ArrayType> arrayType;7021 extern const AstTypeMatcher<ComplexType> complexType;7169 extern const AstTypeMatcher<AtomicType> atomicType;7195 extern const AstTypeMatcher<AutoType> autoType;7274 extern const AstTypeMatcher<ParenType> parenType;7322 extern const AstTypeMatcher<PointerType> pointerType;7443 extern const AstTypeMatcher<EnumType> enumType;7499 extern const AstTypeMatcher<RecordType> recordType;7514 extern const AstTypeMatcher<TagType> tagType;[all …]