Lines Matching refs:AttributeLoc
879 SourceLocation AttributeLoc,
888 SourceLocation AttributeLoc);
897 SourceLocation AttributeLoc);
907 SourceLocation AttributeLoc);
919 SourceLocation AttributeLoc);
14607 QualType PointeeType, Expr *AddrSpaceExpr, SourceLocation AttributeLoc) { in RebuildDependentAddressSpaceType() argument
14609 AttributeLoc); in RebuildDependentAddressSpaceType()
14623 QualType ElementType, Expr *SizeExpr, SourceLocation AttributeLoc, in RebuildDependentVectorType() argument
14625 return SemaRef.BuildVectorType(ElementType, SizeExpr, AttributeLoc); in RebuildDependentVectorType()
14631 SourceLocation AttributeLoc) { in RebuildExtVectorType() argument
14636 AttributeLoc); in RebuildExtVectorType()
14637 return SemaRef.BuildExtVectorType(ElementType, VectorSize, AttributeLoc); in RebuildExtVectorType()
14644 SourceLocation AttributeLoc) { in RebuildDependentSizedExtVectorType() argument
14645 return SemaRef.BuildExtVectorType(ElementType, SizeExpr, AttributeLoc); in RebuildDependentSizedExtVectorType()
14658 SourceLocation AttributeLoc) { in RebuildDependentSizedMatrixType() argument
14660 AttributeLoc); in RebuildDependentSizedMatrixType()