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

References

tools/clang/lib/Sema/SemaOpenMP.cpp
13758   if (RequireCompleteType(ELoc, Type, diag::err_omp_linear_incomplete_type))
13761       !Type->isReferenceType()) {
13763         << Type << getOpenMPSimpleClauseTypeName(OMPC_linear, LinKind);
13766   Type = Type.getNonReferenceType();
13766   Type = Type.getNonReferenceType();
13772   if (rejectConstNotMutableType(*this, D, Type, OMPC_linear, ELoc))
13776   Type = Type.getUnqualifiedType().getCanonicalType();
13776   Type = Type.getUnqualifiedType().getCanonicalType();
13777   const auto *Ty = Type.getTypePtrOrNull();
13780     Diag(ELoc, diag::err_omp_linear_expected_int_or_ptr) << Type;