reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
16310 if (IdLoc.isValid() && Res && *Res == OMPDeclareTargetDeclAttr::MT_Link) { 16311 Diag(IdLoc, diag::err_omp_function_in_link_clause); 16318 if (LangOpts.OpenMPIsDevice && Res.hasValue() && IdLoc.isValid() && 16320 checkOpenMPDeviceFunction(IdLoc, FD, /*CheckForDelayedContext=*/false); 16321 if (!LangOpts.OpenMPIsDevice && Res.hasValue() && IdLoc.isValid() && 16323 checkOpenMPHostFunction(IdLoc, FD, /*CheckCaller=*/false); 16337 OMPDeclareTargetDeclAttr::DT_Any, SourceRange(IdLoc, IdLoc)); 16337 OMPDeclareTargetDeclAttr::DT_Any, SourceRange(IdLoc, IdLoc));