Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp1597 VarDecl *VD = buildVarDecl(SemaRef, SR.getBegin(), in addTaskgroupReductionData()
1622 VarDecl *VD = buildVarDecl(SemaRef, SR.getBegin(), in addTaskgroupReductionData()
2900 VarDecl *VDPrivate = buildVarDecl( in EndOpenMPDSABlock()
9192 VarDecl *PrivateVar = buildVarDecl( in buildPrivateCounterVar()
18416 buildVarDecl(*this, ELoc, Type, D->getName(), in ActOnOpenMPPrivateClause()
18653 buildVarDecl(*this, ELoc, Type, D->getName(), in ActOnOpenMPFirstprivateClause()
19783 buildVarDecl(S, ELoc, PrivateTy, D->getName(), in actOnOMPReductionKindClause()
20005 buildVarDecl(S, ELoc, PrivateTy, D->getName(), in actOnOMPReductionKindClause()
20018 buildVarDecl(S, ELoc, ArrayTy, D->getName(), in actOnOMPReductionKindClause()
20331 buildVarDecl(*this, ELoc, Type, D->getName(), in ActOnOpenMPLinearClause()
[all …]
H A DSemaCoroutine.cpp1944 static VarDecl *buildVarDecl(Sema &S, SourceLocation Loc, QualType Type, in buildVarDecl() function
1994 auto *D = buildVarDecl(*this, Loc, PD->getType(), PD->getIdentifier()); in buildCoroutineParameterMoves()