reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
14259 if (!Type->isAnyPointerType() && Type->isVariablyModifiedType()) { 14259 if (!Type->isAnyPointerType() && Type->isVariablyModifiedType()) { 14261 << getOpenMPClauseName(OMPC_copyprivate) << Type 14276 Type = Context.getBaseElementType(Type.getNonReferenceType()) 14276 Type = Context.getBaseElementType(Type.getNonReferenceType()) 14279 buildVarDecl(*this, RefExpr->getBeginLoc(), Type, ".copyprivate.src", 14281 DeclRefExpr *PseudoSrcExpr = buildDeclRefExpr(*this, SrcVD, Type, ELoc); 14283 buildVarDecl(*this, RefExpr->getBeginLoc(), Type, ".copyprivate.dst", 14285 DeclRefExpr *PseudoDstExpr = buildDeclRefExpr(*this, DstVD, Type, ELoc);