Searched refs:getValueLoc (Results 1 – 6 of 6) sorted by relevance
138 const DbgValueLoc &getValueLoc() const { return *ValueLoc; } in getValueLoc() function
765 const DbgValueLoc *DVal = &Single.getValueLoc(); in applyConcreteDbgVariableAttributes()
2541 TypeLoc getValueLoc() const { in getValueLoc() function2600 TypeLoc getValueLoc() const { return this->getInnerTypeLoc(); } in getValueLoc() function
1442 DEF_TRAVERSE_TYPELOC(AtomicType, { TRY_TO(TraverseTypeLoc(TL.getValueLoc())); })1444 DEF_TRAVERSE_TYPELOC(PipeType, { TRY_TO(TraverseTypeLoc(TL.getValueLoc())); })
6419 TL.getValueLoc().initializeFullCopy(TInfo->getTypeLoc()); in VisitAtomicTypeLoc()6424 Visit(TL.getValueLoc()); in VisitAtomicTypeLoc()6433 TL.getValueLoc().initializeFullCopy(TInfo->getTypeLoc()); in VisitPipeTypeLoc()6674 CurrTL = ATL.getValueLoc().getUnqualifiedLoc(); in GetTypeSourceInfoForDeclarator()
6676 QualType ValueType = getDerived().TransformType(TLB, TL.getValueLoc()); in TransformAtomicType()6682 ValueType != TL.getValueLoc().getType()) { in TransformAtomicType()6699 QualType ValueType = getDerived().TransformType(TLB, TL.getValueLoc()); in TransformPipeType()6704 if (getDerived().AlwaysRebuild() || ValueType != TL.getValueLoc().getType()) { in TransformPipeType()