Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp1445 VarDecl *VD = buildVarDecl(SemaRef, SR.getBegin(), in addTaskgroupReductionData()
1471 VarDecl *VD = buildVarDecl(SemaRef, SR.getBegin(), in addTaskgroupReductionData()
2639 VarDecl *VDPrivate = buildVarDecl( in EndOpenMPDSABlock()
8411 VarDecl *PrivateVar = buildVarDecl( in buildPrivateCounterVar()
15713 buildVarDecl(*this, ELoc, Type, D->getName(), in ActOnOpenMPPrivateClause()
15966 buildVarDecl(*this, ELoc, Type, D->getName(), in ActOnOpenMPFirstprivateClause()
17071 buildVarDecl(S, ELoc, PrivateTy, D->getName(), in actOnOMPReductionKindClause()
17294 buildVarDecl(S, ELoc, PrivateTy, D->getName(), in actOnOMPReductionKindClause()
17307 buildVarDecl(S, ELoc, ArrayTy, D->getName(), in actOnOMPReductionKindClause()
17614 buildVarDecl(*this, ELoc, Type, D->getName(), in ActOnOpenMPLinearClause()
[all …]
H A DSemaCoroutine.cpp1609 static VarDecl *buildVarDecl(Sema &S, SourceLocation Loc, QualType Type, in buildVarDecl() function
1645 auto D = buildVarDecl(*this, Loc, PD->getType(), PD->getIdentifier()); in buildCoroutineParameterMoves()