Searched refs:AttributeLoc (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | TreeTransform.h | 825 SourceLocation AttributeLoc, 834 SourceLocation AttributeLoc); 843 SourceLocation AttributeLoc); 855 SourceLocation AttributeLoc); 12476 QualType PointeeType, Expr *AddrSpaceExpr, SourceLocation AttributeLoc) { in RebuildDependentAddressSpaceType() argument 12478 AttributeLoc); in RebuildDependentAddressSpaceType() 12492 QualType ElementType, Expr *SizeExpr, SourceLocation AttributeLoc, in RebuildDependentVectorType() argument 12494 return SemaRef.BuildVectorType(ElementType, SizeExpr, AttributeLoc); in RebuildDependentVectorType() 12505 AttributeLoc); in RebuildExtVectorType() 12506 return SemaRef.BuildExtVectorType(ElementType, VectorSize, AttributeLoc); in RebuildExtVectorType() [all …]
|