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

References

tools/clang/lib/Sema/SemaOpenMP.cpp
12038     if (RequireCompleteType(ELoc, Type, diag::err_omp_private_incomplete_type))
12040     Type = Type.getNonReferenceType();
12040     Type = Type.getNonReferenceType();
12050     if (rejectConstNotMutableType(*this, D, Type, OMPC_private, ELoc))
12070     if (!Type->isAnyPointerType() && Type->isVariablyModifiedType() &&
12070     if (!Type->isAnyPointerType() && Type->isVariablyModifiedType() &&
12073           << getOpenMPClauseName(OMPC_private) << Type
12120     Type = Type.getUnqualifiedType();
12120     Type = Type.getUnqualifiedType();
12122         buildVarDecl(*this, ELoc, Type, D->getName(),