reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaOpenMP.cpp
13810     auto Res = getPrivateItem(*this, SimpleRefExpr, ELoc, ERange);
13830       Diag(ELoc, diag::err_omp_wrong_dsa) << getOpenMPClauseName(DVar.CKind)
13836     if (CheckOpenMPLinearDecl(D, ELoc, LinKind, Type))
13842         buildVarDecl(*this, ELoc, Type, D->getName(),
13845     DeclRefExpr *PrivateRef = buildDeclRefExpr(*this, Private, Type, ELoc);
13847     VarDecl *Init = buildVarDecl(*this, ELoc, Type, ".linear.start");
13859               BuildBinOp(DSAStack->getCurScope(), ELoc, BO_Assign,
13874     DeclRefExpr *InitRef = buildDeclRefExpr(*this, Init, Type, ELoc);