Searched refs:SubComponent (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseHLSL.cpp | 219 unsigned SubComponent = 0; in ParseHLSLAnnotations() local 222 if (OffsetStr.getAsInteger(10, SubComponent)) { in ParseHLSLAnnotations() 277 Ctx, llvm::APInt(SizeTySize, SubComponent), SizeTy, SubComponentLoc)); in ParseHLSLAnnotations()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaHLSL.cpp | 1548 uint32_t SubComponent; in handlePackOffsetAttr() local 1549 if (!SemaRef.checkUInt32Argument(AL, AL.getArgAsExpr(0), SubComponent)) in handlePackOffsetAttr() 1587 getASTContext(), AL, SubComponent, Component)); in handlePackOffsetAttr()
|