Searched refs:BuildVarDecl (Results 1 – 1 of 1) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 2515 static VarDecl *BuildVarDecl(Sema &SemaRef, SourceLocation Loc, QualType Type, in BuildVarDecl() function 2706 BuildVarDecl(SemaRef, SaveLoc, LastIteration.get()->getType(), in CheckOpenMPLoop() 2734 VarDecl *LBDecl = BuildVarDecl(SemaRef, InitLoc, VType, ".omp.lb"); in CheckOpenMPLoop() 2741 VarDecl *UBDecl = BuildVarDecl(SemaRef, InitLoc, VType, ".omp.ub"); in CheckOpenMPLoop() 2750 VarDecl *ILDecl = BuildVarDecl(SemaRef, InitLoc, Int32Ty, ".omp.is_last"); in CheckOpenMPLoop() 2757 VarDecl *STDecl = BuildVarDecl(SemaRef, InitLoc, VType, ".omp.stride"); in CheckOpenMPLoop() 2778 VarDecl *IVDecl = BuildVarDecl(SemaRef, InitLoc, VType, ".omp.iv"); in CheckOpenMPLoop()
|