Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp1577 VarDecl *VD = buildVarDecl(SemaRef, SR.getBegin(), in addTaskgroupReductionData()
1602 VarDecl *VD = buildVarDecl(SemaRef, SR.getBegin(), in addTaskgroupReductionData()
2876 VarDecl *VDPrivate = buildVarDecl( in EndOpenMPDSABlock()
9028 VarDecl *PrivateVar = buildVarDecl( in buildPrivateCounterVar()
18077 buildVarDecl(*this, ELoc, Type, D->getName(), in ActOnOpenMPPrivateClause()
18314 buildVarDecl(*this, ELoc, Type, D->getName(), in ActOnOpenMPFirstprivateClause()
19425 buildVarDecl(S, ELoc, PrivateTy, D->getName(), in actOnOMPReductionKindClause()
19647 buildVarDecl(S, ELoc, PrivateTy, D->getName(), in actOnOMPReductionKindClause()
19660 buildVarDecl(S, ELoc, ArrayTy, D->getName(), in actOnOMPReductionKindClause()
19966 buildVarDecl(*this, ELoc, Type, D->getName(), in ActOnOpenMPLinearClause()
[all …]
H A DSemaCoroutine.cpp1780 static VarDecl *buildVarDecl(Sema &S, SourceLocation Loc, QualType Type, in buildVarDecl() function
1824 auto *D = buildVarDecl(*this, Loc, PD->getType(), PD->getIdentifier()); in buildCoroutineParameterMoves()