Searched refs:PointerTypeLoc (Results 1 – 18 of 18) sorted by relevance
48 PteTyLoc = TyLoc.castAs<PointerTypeLoc>().getPointeeLoc(); in getPointeeTypeText()127 PteTyLoc = PtrTyLoc.castAs<PointerTypeLoc>().getPointeeLoc(); in getPointee2TypeText()
10 // enumerated by providing its core name (e.g., "Pointer" for "PointerTypeLoc")
1352 class PointerTypeLoc : public PointerLikeTypeLoc<PointerTypeLoc,
138 if (PointerTypeLoc PointerTL = TL.getAs<PointerTypeLoc>()) in lookThroughTypedefOrTypeAliasLocs()
704 TypeLoc VisitPointerTypeLoc(PointerTypeLoc T) { in VisitPointerTypeLoc()
1736 PointerTypeLoc PtrToFunctionTL = in addFunctionPointerConversion()1737 ConvTL.getReturnLoc().getAs<PointerTypeLoc>(); in addFunctionPointerConversion()1740 PointerTypeLoc ConvNamePtrToFunctionTL = in addFunctionPointerConversion()1741 ConvNamePtrToFunctionTSI->getTypeLoc().getAs<PointerTypeLoc>(); in addFunctionPointerConversion()
535 if (auto P = Target.getAs<PointerTypeLoc>()) { in getFunctionProtoTypeLoc()
388 PointerTypeLoc TL = TI->getTypeLoc().castAs<PointerTypeLoc>(); in DiagnoseUnused()
6624 if (PointerTypeLoc SrcPTL = SrcTL.getAs<PointerTypeLoc>()) { in FixInvalidVariablyModifiedTypeLoc()6625 PointerTypeLoc DstPTL = DstTL.castAs<PointerTypeLoc>(); in FixInvalidVariablyModifiedTypeLoc()
5901 void VisitPointerTypeLoc(PointerTypeLoc TL) { Visit(TL.getNextTypeLoc()); } in VisitPointerTypeLoc()6148 void VisitPointerTypeLoc(PointerTypeLoc TL) { in VisitPointerTypeLoc()
5530 PointerTypeLoc TL) { in TransformPointerType()5560 PointerTypeLoc NewT = TLB.push<PointerTypeLoc>(Result); in TransformPointerType()
6116 CheckPolymorphic(PointerTypeLoc)
804 const internal::VariadicDynCastAllOfMatcher<TypeLoc, PointerTypeLoc>
6899 extern const internal::VariadicDynCastAllOfMatcher<TypeLoc, PointerTypeLoc>6911 AST_MATCHER_P(PointerTypeLoc, hasPointeeLoc, internal::Matcher<TypeLoc>, in AST_MATCHER_P() argument
105 SourceLocation VisitPointerTypeLoc(PointerTypeLoc T) { in VisitPointerTypeLoc()
370 void TypeLocWriter::VisitPointerTypeLoc(PointerTypeLoc TL) { in VisitPointerTypeLoc()
7136 void TypeLocReader::VisitPointerTypeLoc(PointerTypeLoc TL) { in VisitPointerTypeLoc()
1979 …TypeLocENS_14PointerTypeLocE", "clang::TypeLocReader::VisitPointerTypeLoc(clang::PointerTypeLoc)"},