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

References

tools/clang/lib/Sema/SemaOpenMP.cpp
12464     auto Res = getPrivateItem(*this, SimpleRefExpr, ELoc, ERange);
12482     if (RequireCompleteType(ELoc, Type,
12495     if (rejectConstNotMutableType(*this, D, Type, OMPC_lastprivate, ELoc))
12512       Diag(ELoc, diag::err_omp_wrong_dsa)
12531         Diag(ELoc, diag::err_omp_required_access)
12552         buildDeclRefExpr(*this, SrcVD, Type.getUnqualifiedType(), ELoc);
12556     DeclRefExpr *PseudoDstExpr = buildDeclRefExpr(*this, DstVD, Type, ELoc);
12559     ExprResult AssignmentOp = BuildBinOp(/*S=*/nullptr, ELoc, BO_Assign,
12564         ActOnFinishFullExpr(AssignmentOp.get(), ELoc, /*DiscardedValue*/ false);
12584             BuildBinOp(DSAStack->getCurScope(), ELoc, BO_Assign, SimpleRefExpr,