Searched refs:referenceType (Results 1 – 7 of 7) sorted by relevance
73 varDecl(hasType(hasCanonicalType(referenceType()))).bind(MatchRef)))), in getWidenedLoopState()
120 allOf(hasType(referenceType()), in assignedToRef()
165 referenceType(pointee(unless(isConstQualified())))); in __anon6dc08d950902() 529 hasUnqualifiedDesugaredType(referenceType(pointee(arrayType()))))))); in findRangeLoopMutation() 559 hasSingleDecl(varDecl(hasType(hasUnqualifiedDesugaredType(referenceType( in findRangeLoopMutation()
305 referenceType(pointee(desugarsToOptionalOrDerivedType())))))); in getLocBehindPossiblePointer()
551 REGISTER_MATCHER(referenceType); in RegistryMaps()
1066 const AstTypeMatcher<ReferenceType> referenceType; variable
4171 /// \c varDecl(hasType(qualType(referenceType()))))) will not match the4173 /// varDecl(hasType(qualType(hasCanonicalType(referenceType())))))) does.7382 /// \c referenceType() matches the types of \c b, \c c, \c d, \c e, and \c f.7383 extern const AstTypeMatcher<ReferenceType> referenceType;