HomeSort by: relevance | last modified time | path
    Searched refs:buildVarDecl (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp 1395 static VarDecl *buildVarDecl(Sema &SemaRef, SourceLocation Loc, QualType Type,
1445 VarDecl *VD = buildVarDecl(SemaRef, SR.getBegin(),
1471 VarDecl *VD = buildVarDecl(SemaRef, SR.getBegin(),
2639 VarDecl *VDPrivate = buildVarDecl(
5198 VarDecl *NewVar = buildVarDecl(Actions, {}, NewE->getType(), Name, nullptr,
8405 VarDecl *PrivateVar = buildVarDecl(
9119 VarDecl *LBDecl = buildVarDecl(SemaRef, InitLoc, VType, ".omp.lb");
9126 VarDecl *UBDecl = buildVarDecl(SemaRef, InitLoc, VType, ".omp.ub");
9134 VarDecl *ILDecl = buildVarDecl(SemaRef, InitLoc, Int32Ty, ".omp.is_last");
9142 buildVarDecl(SemaRef, InitLoc, StrideVType, ".omp.stride")
    [all...]
SemaCoroutine.cpp 1645 static VarDecl *buildVarDecl(Sema &S, SourceLocation Loc, QualType Type,
1681 auto D = buildVarDecl(*this, Loc, PD->getType(), PD->getIdentifier());

Completed in 21 milliseconds