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

References

tools/clang/lib/Sema/SemaOpenMP.cpp
12875     if (SemaRef.isCompleteType(Loc, Ty) || TyRec->isBeingDefined() ||
12887     argumentDependentLookup(SemaRef, ReductionId, Loc, Ty, Lookups);
12896                                     VK_LValue, Loc);
12899             Lookups, [&SemaRef, Ty, Loc](ValueDecl *D) -> ValueDecl * {
12901                   SemaRef.IsDerivedFrom(Loc, Ty, D->getType()) &&
12908       if (SemaRef.IsDerivedFrom(Loc, Ty, VD->getType(), Paths)) {
12912                   Loc, VD->getType(), Ty, Paths.front(),
12916                 VD, VD->getType().getNonReferenceType(), VK_LValue, Loc);
12923     SemaRef.Diag(Loc, diag::err_omp_not_resolved_reduction_identifier) << Range;