reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1299 if (VD && VD->hasAttr<OMPThreadPrivateDeclAttr>()) { 1299 if (VD && VD->hasAttr<OMPThreadPrivateDeclAttr>()) { 1301 SemaRef, VD, D->getType().getNonReferenceType(), 1302 VD->getAttr<OMPThreadPrivateDeclAttr>()->getLocation()); 1310 if ((VD && VD->getTLSKind() != VarDecl::TLS_None && 1310 if ((VD && VD->getTLSKind() != VarDecl::TLS_None && 1311 !(VD->hasAttr<OMPThreadPrivateDeclAttr>() && 1314 (VD && VD->getStorageClass() == SC_Register && 1314 (VD && VD->getStorageClass() == SC_Register && 1315 VD->hasAttr<AsmLabelAttr>() && !VD->isLocalVarDecl())) { 1315 VD->hasAttr<AsmLabelAttr>() && !VD->isLocalVarDecl())) { 1317 SemaRef, VD, D->getType().getNonReferenceType(), D->getLocation()); 1322 if (SemaRef.getLangOpts().OpenMPCUDAMode && VD && 1323 VD->isLocalVarDeclOrParm() && !isStackEmpty() && 1333 if (isOpenMPLocal(VD, Iter)) { 1335 buildDeclRefExpr(SemaRef, VD, D->getType().getNonReferenceType(), 1354 buildDeclRefExpr(SemaRef, VD, D->getType().getNonReferenceType(), 1374 if (VD && VD->isStaticDataMember()) { 1374 if (VD && VD->isStaticDataMember()) {