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