Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp15031 auto *TileCntDecl = cast<VarDecl>(IterVarRef->getDecl()); in ActOnOpenMPTileDirective() local
15032 TileCntDecl->setDeclName(&PP.getIdentifierTable().get(TileCntName)); in ActOnOpenMPTileDirective()
15033 TileIndVars[I] = TileCntDecl; in ActOnOpenMPTileDirective()