Searched refs:getElementLoc (Results 1 – 7 of 7) sorted by relevance
1555 TypeLoc getElementLoc() const { in getElementLoc() function1810 TypeLoc getElementLoc() const { return getInnerTypeLoc(); } in getElementLoc() function1833 TypeLoc getElementLoc() const { return getInnerTypeLoc(); } in getElementLoc() function1861 TypeLoc getElementLoc() const { return getInnerTypeLoc(); } in getElementLoc() function
1244 TRY_TO(TraverseTypeLoc(TL.getElementLoc()));1249 TRY_TO(TraverseTypeLoc(TL.getElementLoc()));1254 TRY_TO(TraverseTypeLoc(TL.getElementLoc()));1259 TRY_TO(TraverseTypeLoc(TL.getElementLoc()));
75 TL = Arr.getElementLoc(); in lookForAttribute()
701 return Visit(T.getElementLoc()); in VisitArrayTypeLoc()
5375 QualType ElementType = getDerived().TransformType(TLB, TL.getElementLoc()); in TransformConstantArrayType()5421 QualType ElementType = getDerived().TransformType(TLB, TL.getElementLoc()); in TransformIncompleteArrayType()5449 QualType ElementType = getDerived().TransformType(TLB, TL.getElementLoc()); in TransformVariableArrayType()5496 QualType ElementType = getDerived().TransformType(TLB, TL.getElementLoc()); in TransformDependentSizedArrayType()5546 QualType ElementType = getDerived().TransformType(TLB, TL.getElementLoc()); in TransformDependentVectorType()5587 QualType ElementType = getDerived().TransformType(TLB, TL.getElementLoc()); in TransformDependentSizedExtVectorType()5754 QualType ElementType = getDerived().TransformType(TLB, TL.getElementLoc()); in TransformVectorType()5777 QualType ElementType = getDerived().TransformType(TLB, TL.getElementLoc()); in TransformExtVectorType()
6672 TypeLoc SrcElemTL = SrcATL.getElementLoc(); in FixInvalidVariablyModifiedTypeLoc()6673 TypeLoc DstElemTL = DstATL.getElementLoc(); in FixInvalidVariablyModifiedTypeLoc()
6132 Visit(TL.getElementLoc(), Sema::AbstractArrayType); in Check()