Searched refs:getElementLoc (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/clang/unittests/AST/ |
| H A D | AttrTest.cpp | 129 AssertAnnotatedAs(ArrayTL.getElementLoc(), "ptr", PointerTL); in TEST()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | TypeLoc.h | 1549 TypeLoc getElementLoc() const { in getElementLoc() function 1803 TypeLoc getElementLoc() const { return getInnerTypeLoc(); } in getElementLoc() function 1826 TypeLoc getElementLoc() const { return getInnerTypeLoc(); } in getElementLoc() function 1854 TypeLoc getElementLoc() const { return getInnerTypeLoc(); } in getElementLoc() function
|
| H A D | RecursiveASTVisitor.h | 1267 TRY_TO(TraverseTypeLoc(TL.getElementLoc())); 1272 TRY_TO(TraverseTypeLoc(TL.getElementLoc())); 1277 TRY_TO(TraverseTypeLoc(TL.getElementLoc())); 1282 TRY_TO(TraverseTypeLoc(TL.getElementLoc()));
|
| /llvm-project-15.0.7/clang/lib/ARCMigrate/ |
| H A D | TransGCAttrs.cpp | 75 TL = Arr.getElementLoc(); in lookForAttribute()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | TypeLoc.cpp | 675 return Visit(T.getElementLoc()); in VisitArrayTypeLoc()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | TreeTransform.h | 5186 QualType ElementType = getDerived().TransformType(TLB, TL.getElementLoc()); in TransformConstantArrayType() 5232 QualType ElementType = getDerived().TransformType(TLB, TL.getElementLoc()); in TransformIncompleteArrayType() 5260 QualType ElementType = getDerived().TransformType(TLB, TL.getElementLoc()); in TransformVariableArrayType() 5307 QualType ElementType = getDerived().TransformType(TLB, TL.getElementLoc()); in TransformDependentSizedArrayType() 5354 QualType ElementType = getDerived().TransformType(TLB, TL.getElementLoc()); in TransformDependentVectorType() 5395 QualType ElementType = getDerived().TransformType(TLB, TL.getElementLoc()); in TransformDependentSizedExtVectorType() 5562 QualType ElementType = getDerived().TransformType(TLB, TL.getElementLoc()); in TransformVectorType() 5585 QualType ElementType = getDerived().TransformType(TLB, TL.getElementLoc()); in TransformExtVectorType()
|
| H A D | SemaDecl.cpp | 6460 TypeLoc SrcElemTL = SrcATL.getElementLoc(); in FixInvalidVariablyModifiedTypeLoc() 6461 TypeLoc DstElemTL = DstATL.getElementLoc(); in FixInvalidVariablyModifiedTypeLoc()
|
| H A D | SemaDeclCXX.cpp | 5893 Visit(TL.getElementLoc(), Sema::AbstractArrayType); in Check()
|
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | CIndex.cpp | 1774 if (Visit(TL.getElementLoc())) in VisitArrayTypeLoc()
|