Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp12635 auto *TileCntDecl = cast<VarDecl>(IterVarRef->getDecl()); in ActOnOpenMPTileDirective() local
12636 TileCntDecl->setDeclName(&PP.getIdentifierTable().get(TileCntName)); in ActOnOpenMPTileDirective()
12637 TileIndVars[I] = TileCntDecl; in ActOnOpenMPTileDirective()