Home
last modified time | relevance | path

Searched refs:SubComponent (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseHLSL.cpp214 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 DSemaHLSL.cpp378 uint32_t SubComponent; in handlePackOffsetAttr() local
379 if (!SemaRef.checkUInt32Argument(AL, AL.getArgAsExpr(0), SubComponent)) in handlePackOffsetAttr()
417 getASTContext(), AL, SubComponent, Component)); in handlePackOffsetAttr()