reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1289 D = getCanonicalDecl(D); 1289 D = getCanonicalDecl(D); 1292 auto *VD = dyn_cast<VarDecl>(D); 1293 auto TI = Threadprivates.find(D); 1301 SemaRef, VD, D->getType().getNonReferenceType(), 1304 addDSA(D, DVar.RefExpr, OMPC_threadprivate); 1317 SemaRef, VD, D->getType().getNonReferenceType(), D->getLocation()); 1317 SemaRef, VD, D->getType().getNonReferenceType(), D->getLocation()); 1319 addDSA(D, DVar.RefExpr, OMPC_threadprivate); 1324 !isLoopControlVariable(D).first) { 1335 buildDeclRefExpr(SemaRef, VD, D->getType().getNonReferenceType(), 1336 D->getLocation()); 1342 auto DSAIter = IterTarget->SharingMap.find(D); 1351 D, std::distance(ParentIterTarget, End), 1354 buildDeclRefExpr(SemaRef, VD, D->getType().getNonReferenceType(), 1380 auto It = I->SharingMap.find(D); 1403 if (isConstNotMutableType(SemaRef, D->getType())) { 1407 D, 1426 auto It = I->SharingMap.find(D);