Searched refs:getElementLoc (Results 1 – 7 of 7) sorted by relevance
1517 TypeLoc getElementLoc() const { in getElementLoc() function1771 TypeLoc getElementLoc() const { return getInnerTypeLoc(); } in getElementLoc() function1794 TypeLoc getElementLoc() const { return getInnerTypeLoc(); } in getElementLoc() function1822 TypeLoc getElementLoc() const { return getInnerTypeLoc(); } in getElementLoc() function
1169 TRY_TO(TraverseTypeLoc(TL.getElementLoc()));1174 TRY_TO(TraverseTypeLoc(TL.getElementLoc()));1179 TRY_TO(TraverseTypeLoc(TL.getElementLoc()));1184 TRY_TO(TraverseTypeLoc(TL.getElementLoc()));
75 TL = Arr.getElementLoc(); in lookForAttribute()
660 return Visit(T.getElementLoc()); in VisitArrayTypeLoc()
5120 QualType ElementType = getDerived().TransformType(TLB, TL.getElementLoc()); in TransformConstantArrayType()5166 QualType ElementType = getDerived().TransformType(TLB, TL.getElementLoc()); in TransformIncompleteArrayType()5194 QualType ElementType = getDerived().TransformType(TLB, TL.getElementLoc()); in TransformVariableArrayType()5241 QualType ElementType = getDerived().TransformType(TLB, TL.getElementLoc()); in TransformDependentSizedArrayType()5288 QualType ElementType = getDerived().TransformType(TLB, TL.getElementLoc()); in TransformDependentVectorType()5329 QualType ElementType = getDerived().TransformType(TLB, TL.getElementLoc()); in TransformDependentSizedExtVectorType()5496 QualType ElementType = getDerived().TransformType(TLB, TL.getElementLoc()); in TransformVectorType()5519 QualType ElementType = getDerived().TransformType(TLB, TL.getElementLoc()); in TransformExtVectorType()
6086 TypeLoc SrcElemTL = SrcATL.getElementLoc(); in FixInvalidVariablyModifiedTypeLoc()6087 TypeLoc DstElemTL = DstATL.getElementLoc(); in FixInvalidVariablyModifiedTypeLoc()
5814 Visit(TL.getElementLoc(), Sema::AbstractArrayType); in Check()