Lines Matching refs:AttributeLoc
879 SourceLocation AttributeLoc,
888 SourceLocation AttributeLoc);
897 SourceLocation AttributeLoc);
907 SourceLocation AttributeLoc);
919 SourceLocation AttributeLoc);
14247 QualType PointeeType, Expr *AddrSpaceExpr, SourceLocation AttributeLoc) { in RebuildDependentAddressSpaceType() argument
14249 AttributeLoc); in RebuildDependentAddressSpaceType()
14263 QualType ElementType, Expr *SizeExpr, SourceLocation AttributeLoc, in RebuildDependentVectorType() argument
14265 return SemaRef.BuildVectorType(ElementType, SizeExpr, AttributeLoc); in RebuildDependentVectorType()
14271 SourceLocation AttributeLoc) { in RebuildExtVectorType() argument
14276 AttributeLoc); in RebuildExtVectorType()
14277 return SemaRef.BuildExtVectorType(ElementType, VectorSize, AttributeLoc); in RebuildExtVectorType()
14284 SourceLocation AttributeLoc) { in RebuildDependentSizedExtVectorType() argument
14285 return SemaRef.BuildExtVectorType(ElementType, SizeExpr, AttributeLoc); in RebuildDependentSizedExtVectorType()
14298 SourceLocation AttributeLoc) { in RebuildDependentSizedMatrixType() argument
14300 AttributeLoc); in RebuildDependentSizedMatrixType()