Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaOpenMP.cpp5125 VarDecl *UBDecl = buildVarDecl(SemaRef, InitLoc, VType, ".omp.ub"); in CheckOpenMPLoop() local
5126 UB = buildDeclRefExpr(SemaRef, UBDecl, VType, InitLoc); in CheckOpenMPLoop()
5127 SemaRef.AddInitializerToDecl(UBDecl, LastIteration.get(), in CheckOpenMPLoop()