Searched refs:ReferenceTypeLoc (Results 1 – 10 of 10) sorted by relevance
141 if (ReferenceTypeLoc ReferenceTL = TL.getAs<ReferenceTypeLoc>()) in lookThroughTypedefOrTypeAliasLocs()
692 TypeLoc VisitReferenceTypeLoc(ReferenceTypeLoc T) { in VisitReferenceTypeLoc()
78 } else if (ReferenceTypeLoc RT = TL.getAs<ReferenceTypeLoc>()) in lookForAttribute()
1345 class ReferenceTypeLoc : public PointerLikeTypeLoc<ReferenceTypeLoc,1354 public InheritingConcreteTypeLoc<ReferenceTypeLoc,1368 public InheritingConcreteTypeLoc<ReferenceTypeLoc,
781 const internal::VariadicDynCastAllOfMatcher<TypeLoc, ReferenceTypeLoc>
6855 extern const internal::VariadicDynCastAllOfMatcher<TypeLoc, ReferenceTypeLoc>6868 AST_MATCHER_P(ReferenceTypeLoc, hasReferentLoc, internal::Matcher<TypeLoc>, in AST_MATCHER_P() argument
123 SourceLocation VisitReferenceTypeLoc(ReferenceTypeLoc T) { in VisitReferenceTypeLoc()
754 TLB.push<ReferenceTypeLoc>(DeductType).setSigilLoc(Loc); in buildLambdaInitCaptureInitialization()
769 QualType TransformReferenceType(TypeLocBuilder &TLB, ReferenceTypeLoc TL);5270 ReferenceTypeLoc TL) { in TransformReferenceType()5294 ReferenceTypeLoc NewTL; in TransformReferenceType()
6152 CheckPolymorphic(ReferenceTypeLoc) in CheckPolymorphic()