Searched refs:getValueLoc (Results 1 – 6 of 6) sorted by relevance
1904 TypeLoc getValueLoc() const { in getValueLoc() function
1168 DEF_TRAVERSE_TYPELOC(AtomicType, { TRY_TO(TraverseTypeLoc(TL.getValueLoc())); })
1233 DEF_TRAVERSE_TYPELOC(AtomicType, { TRY_TO(TraverseTypeLoc(TL.getValueLoc())); })
3635 TL.getValueLoc().initializeFullCopy(TInfo->getTypeLoc()); in VisitAtomicTypeLoc()3640 Visit(TL.getValueLoc()); in VisitAtomicTypeLoc()3818 CurrTL = ATL.getValueLoc().getUnqualifiedLoc(); in GetTypeSourceInfoForDeclarator()
4886 QualType ValueType = getDerived().TransformType(TLB, TL.getValueLoc()); in TransformAtomicType()4892 ValueType != TL.getValueLoc().getType()) { in TransformAtomicType()
1634 return Visit(TL.getValueLoc()); in VisitAtomicTypeLoc()