Searched refs:getValueLoc (Results 1 – 5 of 5) sorted by relevance
1988 TypeLoc getValueLoc() const { in getValueLoc() function2043 TypeLoc getValueLoc() const { return this->getInnerTypeLoc(); } in getValueLoc() function
1282 DEF_TRAVERSE_TYPELOC(AtomicType, { TRY_TO(TraverseTypeLoc(TL.getValueLoc())); })1284 DEF_TRAVERSE_TYPELOC(PipeType, { TRY_TO(TraverseTypeLoc(TL.getValueLoc())); })
4965 TL.getValueLoc().initializeFullCopy(TInfo->getTypeLoc()); in VisitAtomicTypeLoc()4970 Visit(TL.getValueLoc()); in VisitAtomicTypeLoc()4979 TL.getValueLoc().initializeFullCopy(TInfo->getTypeLoc()); in VisitPipeTypeLoc()5163 CurrTL = ATL.getValueLoc().getUnqualifiedLoc(); in GetTypeSourceInfoForDeclarator()
5454 QualType ValueType = getDerived().TransformType(TLB, TL.getValueLoc()); in TransformAtomicType()5460 ValueType != TL.getValueLoc().getType()) { in TransformAtomicType()5477 QualType ValueType = getDerived().TransformType(TLB, TL.getValueLoc()); in TransformPipeType()5482 if (getDerived().AlwaysRebuild() || ValueType != TL.getValueLoc().getType()) { in TransformPipeType()
1693 return Visit(TL.getValueLoc()); in VisitAtomicTypeLoc()1697 return Visit(TL.getValueLoc()); in VisitPipeTypeLoc()