reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1899 if (VD && VD->isConstexpr()) 1899 if (VD && VD->isConstexpr()) 1912 if (VD && !VD->hasLocalStorage() && 1912 if (VD && !VD->hasLocalStorage() && 1918 !OMPDeclareTargetDeclAttr::isDeclareTargetDeclaration(VD)) 1919 checkDeclIsAllowedInOpenMPTarget(nullptr, VD); 1925 if (OMPDeclareTargetDeclAttr::isDeclareTargetDeclaration(VD)) 1927 return VD; 1952 (VD && VD->hasLocalStorage() && 1952 (VD && VD->hasLocalStorage() && 1954 (VD && DSAStack->isForceVarCapturing())) 1955 return VD ? VD : Info.second; 1955 return VD ? VD : Info.second; 1959 return VD ? VD : cast<VarDecl>(DVarPrivate.PrivateCopy->getDecl()); 1959 return VD ? VD : cast<VarDecl>(DVarPrivate.PrivateCopy->getDecl()); 1969 (VD && DSAStack->getDefaultDSA() == DSA_none)) 1970 return VD ? VD : cast<VarDecl>(DVarPrivate.PrivateCopy->getDecl()); 1970 return VD ? VD : cast<VarDecl>(DVarPrivate.PrivateCopy->getDecl());