Searched refs:PointerTypeLoc (Results 1 – 18 of 18) sorted by relevance
10 // enumerated by providing its core name (e.g., "Pointer" for "PointerTypeLoc")
1264 class PointerTypeLoc : public PointerLikeTypeLoc<PointerTypeLoc,
138 if (PointerTypeLoc PointerTL = TL.getAs<PointerTypeLoc>()) in lookThroughTypedefOrTypeAliasLocs()
684 TypeLoc VisitPointerTypeLoc(PointerTypeLoc T) { in VisitPointerTypeLoc()
76 } else if (PointerTypeLoc PT = TL.getAs<PointerTypeLoc>()) { in lookForAttribute()
1654 PointerTypeLoc PtrToFunctionTL = in addFunctionPointerConversion()1655 ConvTL.getReturnLoc().getAs<PointerTypeLoc>(); in addFunctionPointerConversion()1658 PointerTypeLoc ConvNamePtrToFunctionTL = in addFunctionPointerConversion()1659 ConvNamePtrToFunctionTSI->getTypeLoc().getAs<PointerTypeLoc>(); in addFunctionPointerConversion()
366 PointerTypeLoc TL = TI->getTypeLoc().castAs<PointerTypeLoc>(); in DiagnoseUnusedExprResult()
6655 if (PointerTypeLoc SrcPTL = SrcTL.getAs<PointerTypeLoc>()) { in FixInvalidVariablyModifiedTypeLoc()6656 PointerTypeLoc DstPTL = DstTL.castAs<PointerTypeLoc>(); in FixInvalidVariablyModifiedTypeLoc()
6250 void VisitPointerTypeLoc(PointerTypeLoc TL) { Visit(TL.getNextTypeLoc()); } in VisitPointerTypeLoc()6480 void VisitPointerTypeLoc(PointerTypeLoc TL) { in VisitPointerTypeLoc()
5205 PointerTypeLoc TL) { in TransformPointerType()5235 PointerTypeLoc NewT = TLB.push<PointerTypeLoc>(Result); in TransformPointerType()
6155 if (auto P = Target.getAs<PointerTypeLoc>()) { in GetPrototypeLoc()
6151 CheckPolymorphic(PointerTypeLoc)
779 const internal::VariadicDynCastAllOfMatcher<TypeLoc, PointerTypeLoc>
6828 extern const internal::VariadicDynCastAllOfMatcher<TypeLoc, PointerTypeLoc>6840 AST_MATCHER_P(PointerTypeLoc, hasPointeeLoc, internal::Matcher<TypeLoc>, in AST_MATCHER_P() argument
111 SourceLocation VisitPointerTypeLoc(PointerTypeLoc T) { in VisitPointerTypeLoc()
1608 PteTyLoc = TyLoc.castAs<PointerTypeLoc>().getPointeeLoc(); in getPointeeTypeText()
309 void TypeLocWriter::VisitPointerTypeLoc(PointerTypeLoc TL) { in VisitPointerTypeLoc()
6800 void TypeLocReader::VisitPointerTypeLoc(PointerTypeLoc TL) { in VisitPointerTypeLoc()