Searched refs:buildVarDecl (Results 1 – 1 of 1) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaOpenMP.cpp | 454 static VarDecl *buildVarDecl(Sema &SemaRef, SourceLocation Loc, QualType Type, in buildVarDecl() function 727 buildVarDecl(*this, DE->getExprLoc(), Type.getUnqualifiedType(), in EndOpenMPDSABlock() 3236 buildVarDecl(SemaRef, SaveLoc, LastIteration.get()->getType(), in CheckOpenMPLoop() 3259 VarDecl *LBDecl = buildVarDecl(SemaRef, InitLoc, VType, ".omp.lb"); in CheckOpenMPLoop() 3266 VarDecl *UBDecl = buildVarDecl(SemaRef, InitLoc, VType, ".omp.ub"); in CheckOpenMPLoop() 3275 VarDecl *ILDecl = buildVarDecl(SemaRef, InitLoc, Int32Ty, ".omp.is_last"); in CheckOpenMPLoop() 3282 VarDecl *STDecl = buildVarDecl(SemaRef, InitLoc, VType, ".omp.stride"); in CheckOpenMPLoop() 3303 VarDecl *IVDecl = buildVarDecl(SemaRef, InitLoc, VType, ".omp.iv"); in CheckOpenMPLoop() 5011 auto *ImpVar = buildVarDecl(*this, ChunkSize->getExprLoc(), in ActOnOpenMPScheduleClause() 5293 auto VDPrivate = buildVarDecl(*this, DE->getExprLoc(), Type, VD->getName()); in ActOnOpenMPPrivateClause() [all …]
|