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

References

tools/clang/lib/Sema/SemaOpenMP.cpp
12482     if (RequireCompleteType(ELoc, Type,
12485     Type = Type.getNonReferenceType();
12485     Type = Type.getNonReferenceType();
12495     if (rejectConstNotMutableType(*this, D, Type, OMPC_lastprivate, ELoc))
12547     Type = Context.getBaseElementType(Type).getNonReferenceType();
12547     Type = Context.getBaseElementType(Type).getNonReferenceType();
12549                                   Type.getUnqualifiedType(), ".lastprivate.src",
12552         buildDeclRefExpr(*this, SrcVD, Type.getUnqualifiedType(), ELoc);
12554         buildVarDecl(*this, ERange.getBegin(), Type, ".lastprivate.dst",
12556     DeclRefExpr *PseudoDstExpr = buildDeclRefExpr(*this, DstVD, Type, ELoc);