Searched refs:ReferenceTypeLoc (Results 1 – 10 of 10) sorted by relevance
138 if (ReferenceTypeLoc ReferenceTL = TL.getAs<ReferenceTypeLoc>()) in lookThroughTypedefOrTypeAliasLocs()
670 TypeLoc VisitReferenceTypeLoc(ReferenceTypeLoc T) { in VisitReferenceTypeLoc()
78 } else if (ReferenceTypeLoc RT = TL.getAs<ReferenceTypeLoc>()) in lookForAttribute()
1339 class ReferenceTypeLoc : public PointerLikeTypeLoc<ReferenceTypeLoc,1348 public InheritingConcreteTypeLoc<ReferenceTypeLoc,1362 public InheritingConcreteTypeLoc<ReferenceTypeLoc,
781 const internal::VariadicDynCastAllOfMatcher<TypeLoc, ReferenceTypeLoc>
6606 extern const internal::VariadicDynCastAllOfMatcher<TypeLoc, ReferenceTypeLoc>6619 AST_MATCHER_P(ReferenceTypeLoc, hasReferentLoc, internal::Matcher<TypeLoc>, in AST_MATCHER_P() argument
123 SourceLocation VisitReferenceTypeLoc(ReferenceTypeLoc T) { in VisitReferenceTypeLoc()
811 TLB.push<ReferenceTypeLoc>(DeductType).setSigilLoc(Loc); in buildLambdaInitCaptureInitialization()
742 QualType TransformReferenceType(TypeLocBuilder &TLB, ReferenceTypeLoc TL);5175 ReferenceTypeLoc TL) { in TransformReferenceType()5199 ReferenceTypeLoc NewTL; in TransformReferenceType()
5960 CheckPolymorphic(ReferenceTypeLoc) in CheckPolymorphic()