Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp980 VarDecl *VD = buildVarDecl(SemaRef, SR.getBegin(), in addTaskgroupReductionData()
1003 VarDecl *VD = buildVarDecl(SemaRef, SR.getBegin(), in addTaskgroupReductionData()
1793 VarDecl *VDPrivate = buildVarDecl( in EndOpenMPDSABlock()
4611 VarDecl *PrivateVar = buildVarDecl( in buildPrivateCounterVar()
9916 buildVarDecl(*this, ELoc, Type, D->getName(), in ActOnOpenMPPrivateClause()
10159 buildVarDecl(*this, ELoc, Type, D->getName(), in ActOnOpenMPFirstprivateClause()
10335 VarDecl *SrcVD = buildVarDecl(*this, ERange.getBegin(), in ActOnOpenMPLastprivateClause()
11124 VarDecl *RHSVD = buildVarDecl(S, ELoc, Type, D->getName(), in actOnOMPReductionKindClause()
11169 buildVarDecl(S, ELoc, PrivateTy, D->getName(), in actOnOMPReductionKindClause()
11616 buildVarDecl(*this, ELoc, Type, D->getName(), in ActOnOpenMPLinearClause()
[all …]
H A DSemaCoroutine.cpp1486 static VarDecl *buildVarDecl(Sema &S, SourceLocation Loc, QualType Type, in buildVarDecl() function
1522 auto D = buildVarDecl(*this, Loc, PD->getType(), PD->getIdentifier()); in buildCoroutineParameterMoves()