Searched refs:getValueLoc (Results 1 – 4 of 4) sorted by relevance
2208 TypeLoc getValueLoc() const { in getValueLoc() function2267 TypeLoc getValueLoc() const { return this->getInnerTypeLoc(); } in getValueLoc() function
1355 DEF_TRAVERSE_TYPELOC(AtomicType, { TRY_TO(TraverseTypeLoc(TL.getValueLoc())); })1357 DEF_TRAVERSE_TYPELOC(PipeType, { TRY_TO(TraverseTypeLoc(TL.getValueLoc())); })
5448 TL.getValueLoc().initializeFullCopy(TInfo->getTypeLoc()); in VisitAtomicTypeLoc()5453 Visit(TL.getValueLoc()); in VisitAtomicTypeLoc()5462 TL.getValueLoc().initializeFullCopy(TInfo->getTypeLoc()); in VisitPipeTypeLoc()5666 CurrTL = ATL.getValueLoc().getUnqualifiedLoc(); in GetTypeSourceInfoForDeclarator()
5817 QualType ValueType = getDerived().TransformType(TLB, TL.getValueLoc()); in TransformAtomicType()5823 ValueType != TL.getValueLoc().getType()) { in TransformAtomicType()5840 QualType ValueType = getDerived().TransformType(TLB, TL.getValueLoc()); in TransformPipeType()5845 if (getDerived().AlwaysRebuild() || ValueType != TL.getValueLoc().getType()) { in TransformPipeType()