Searched refs:PointerTypeLoc (Results 1 – 18 of 18) sorted by relevance
10 // enumerated by providing its core name (e.g., "Pointer" for "PointerTypeLoc")
1258 class PointerTypeLoc : public PointerLikeTypeLoc<PointerTypeLoc,
135 if (PointerTypeLoc PointerTL = TL.getAs<PointerTypeLoc>()) in lookThroughTypedefOrTypeAliasLocs()
662 TypeLoc VisitPointerTypeLoc(PointerTypeLoc T) { in VisitPointerTypeLoc()
76 } else if (PointerTypeLoc PT = TL.getAs<PointerTypeLoc>()) { in lookForAttribute()
1445 PointerTypeLoc PtrToFunctionTL = in addFunctionPointerConversion()1446 ConvTL.getReturnLoc().getAs<PointerTypeLoc>(); in addFunctionPointerConversion()1449 PointerTypeLoc ConvNamePtrToFunctionTL = in addFunctionPointerConversion()1450 ConvNamePtrToFunctionTSI->getTypeLoc().getAs<PointerTypeLoc>(); in addFunctionPointerConversion()
365 PointerTypeLoc TL = TI->getTypeLoc().castAs<PointerTypeLoc>(); in DiagnoseUnusedExprResult()
6522 if (PointerTypeLoc SrcPTL = SrcTL.getAs<PointerTypeLoc>()) { in FixInvalidVariablyModifiedTypeLoc()6523 PointerTypeLoc DstPTL = DstTL.castAs<PointerTypeLoc>(); in FixInvalidVariablyModifiedTypeLoc()
6100 void VisitPointerTypeLoc(PointerTypeLoc TL) { Visit(TL.getNextTypeLoc()); } in VisitPointerTypeLoc()6327 void VisitPointerTypeLoc(PointerTypeLoc TL) { in VisitPointerTypeLoc()
5110 PointerTypeLoc TL) { in TransformPointerType()5140 PointerTypeLoc NewT = TLB.push<PointerTypeLoc>(Result); in TransformPointerType()
6072 if (auto P = Target.getAs<PointerTypeLoc>()) { in GetPrototypeLoc()
5959 CheckPolymorphic(PointerTypeLoc)
779 const internal::VariadicDynCastAllOfMatcher<TypeLoc, PointerTypeLoc>
6579 extern const internal::VariadicDynCastAllOfMatcher<TypeLoc, PointerTypeLoc>6591 AST_MATCHER_P(PointerTypeLoc, hasPointeeLoc, internal::Matcher<TypeLoc>, in AST_MATCHER_P() argument
111 SourceLocation VisitPointerTypeLoc(PointerTypeLoc T) { in VisitPointerTypeLoc()
299 void TypeLocWriter::VisitPointerTypeLoc(PointerTypeLoc TL) { in VisitPointerTypeLoc()
6599 void TypeLocReader::VisitPointerTypeLoc(PointerTypeLoc TL) { in VisitPointerTypeLoc()
1730 bool CursorVisitor::VisitPointerTypeLoc(PointerTypeLoc TL) { in VisitPointerTypeLoc()