Searched refs:getValueLoc (Results 1 – 6 of 6) sorted by relevance
138 const DbgValueLoc &getValueLoc() const { return *ValueLoc; } in getValueLoc() function
813 const DbgValueLoc *DVal = &Single.getValueLoc(); in applyConcreteDbgVariableAttributes()
2667 TypeLoc getValueLoc() const { in getValueLoc() function2726 TypeLoc getValueLoc() const { return this->getInnerTypeLoc(); } in getValueLoc() function
1520 DEF_TRAVERSE_TYPELOC(AtomicType, { TRY_TO(TraverseTypeLoc(TL.getValueLoc())); })1522 DEF_TRAVERSE_TYPELOC(PipeType, { TRY_TO(TraverseTypeLoc(TL.getValueLoc())); })
6081 TL.getValueLoc().initializeFullCopy(TInfo->getTypeLoc()); in VisitAtomicTypeLoc()6086 Visit(TL.getValueLoc()); in VisitAtomicTypeLoc()6095 TL.getValueLoc().initializeFullCopy(TInfo->getTypeLoc()); in VisitPipeTypeLoc()6281 CurrTL = ATL.getValueLoc().getUnqualifiedLoc(); in GetTypeSourceInfoForDeclarator()
7165 QualType ValueType = getDerived().TransformType(TLB, TL.getValueLoc()); in TransformAtomicType()7171 ValueType != TL.getValueLoc().getType()) { in TransformAtomicType()7188 QualType ValueType = getDerived().TransformType(TLB, TL.getValueLoc()); in TransformPipeType()7193 if (getDerived().AlwaysRebuild() || ValueType != TL.getValueLoc().getType()) { in TransformPipeType()