Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaOpenMP.cpp618 static VarDecl *buildVarDecl(Sema &SemaRef, SourceLocation Loc, QualType Type, in buildVarDecl() function
1084 auto *VDPrivate = buildVarDecl( in EndOpenMPDSABlock()
4538 buildVarDecl(SemaRef, DefaultLoc, Type, LCDecl->getName(), in BuildPrivateCounterVar()
5118 VarDecl *LBDecl = buildVarDecl(SemaRef, InitLoc, VType, ".omp.lb"); in CheckOpenMPLoop()
5125 VarDecl *UBDecl = buildVarDecl(SemaRef, InitLoc, VType, ".omp.ub"); in CheckOpenMPLoop()
5134 VarDecl *ILDecl = buildVarDecl(SemaRef, InitLoc, Int32Ty, ".omp.is_last"); in CheckOpenMPLoop()
5142 buildVarDecl(SemaRef, InitLoc, StrideVType, ".omp.stride"); in CheckOpenMPLoop()
5188 VarDecl *IVDecl = buildVarDecl(SemaRef, InitLoc, RealVType, ".omp.iv"); in CheckOpenMPLoop()
8288 auto VDPrivate = buildVarDecl(*this, ELoc, Type, D->getName(), in ActOnOpenMPPrivateClause()
8546 auto VDPrivate = buildVarDecl(*this, ELoc, Type, D->getName(), in ActOnOpenMPFirstprivateClause()
[all …]