Searched refs:getValueLoc (Results 1 – 7 of 7) sorted by relevance
182 const DbgValueLoc *getValueLoc() const { return ValueLoc.get(); } in getValueLoc() function
747 if (auto *DVal = DV.getValueLoc()) { in constructVariableDIEImpl()
2557 TypeLoc getValueLoc() const { in getValueLoc() function2616 TypeLoc getValueLoc() const { return this->getInnerTypeLoc(); } in getValueLoc() function
1451 DEF_TRAVERSE_TYPELOC(AtomicType, { TRY_TO(TraverseTypeLoc(TL.getValueLoc())); })1453 DEF_TRAVERSE_TYPELOC(PipeType, { TRY_TO(TraverseTypeLoc(TL.getValueLoc())); })
6266 TL.getValueLoc().initializeFullCopy(TInfo->getTypeLoc()); in VisitAtomicTypeLoc()6271 Visit(TL.getValueLoc()); in VisitAtomicTypeLoc()6280 TL.getValueLoc().initializeFullCopy(TInfo->getTypeLoc()); in VisitPipeTypeLoc()6515 CurrTL = ATL.getValueLoc().getUnqualifiedLoc(); in GetTypeSourceInfoForDeclarator()
6572 QualType ValueType = getDerived().TransformType(TLB, TL.getValueLoc()); in TransformAtomicType()6578 ValueType != TL.getValueLoc().getType()) { in TransformAtomicType()6595 QualType ValueType = getDerived().TransformType(TLB, TL.getValueLoc()); in TransformPipeType()6600 if (getDerived().AlwaysRebuild() || ValueType != TL.getValueLoc().getType()) { in TransformPipeType()
1880 return Visit(TL.getValueLoc()); in VisitAtomicTypeLoc()1884 return Visit(TL.getValueLoc()); in VisitPipeTypeLoc()