Searched refs:ReferenceTypeLoc (Results 1 – 8 of 8) sorted by relevance
78 } else if (ReferenceTypeLoc RT = TL.getAs<ReferenceTypeLoc>()) in lookForAttribute()
1381 class ReferenceTypeLoc : public PointerLikeTypeLoc<ReferenceTypeLoc,1390 public InheritingConcreteTypeLoc<ReferenceTypeLoc,1404 public InheritingConcreteTypeLoc<ReferenceTypeLoc,
699 TypeLoc VisitReferenceTypeLoc(ReferenceTypeLoc T) { in VisitReferenceTypeLoc()
6879 extern const internal::VariadicDynCastAllOfMatcher<TypeLoc, ReferenceTypeLoc>6892 AST_MATCHER_P(ReferenceTypeLoc, hasReferentLoc, internal::Matcher<TypeLoc>, in AST_MATCHER_P() argument
123 SourceLocation VisitReferenceTypeLoc(ReferenceTypeLoc T) { in VisitReferenceTypeLoc()
796 TLB.push<ReferenceTypeLoc>(DeductType).setSigilLoc(Loc); in buildLambdaInitCaptureInitialization()
781 QualType TransformReferenceType(TypeLocBuilder &TLB, ReferenceTypeLoc TL);5367 ReferenceTypeLoc TL) { in TransformReferenceType()5391 ReferenceTypeLoc NewTL; in TransformReferenceType()
6009 CheckPolymorphic(ReferenceTypeLoc) in CheckPolymorphic()