reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

gen/tools/clang/include/clang/AST/AttrTextNodeDump.inc
  460     case OMPDeclareTargetDeclAttr::MT_Link:
gen/tools/clang/include/clang/AST/Attrs.inc
 8798       .Case("link", OMPDeclareTargetDeclAttr::MT_Link)
 8810     case OMPDeclareTargetDeclAttr::MT_Link: return "link";
tools/clang/lib/CodeGen/CGExpr.cpp
 2310   assert(((*Res == OMPDeclareTargetDeclAttr::MT_Link) ||
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
 2674   if (Res && (*Res == OMPDeclareTargetDeclAttr::MT_Link ||
 2882   if (!Res || *Res == OMPDeclareTargetDeclAttr::MT_Link ||
 7521           if ((*Res == OMPDeclareTargetDeclAttr::MT_Link) ||
 8451             !Res || *Res != OMPDeclareTargetDeclAttr::MT_Link)
 9635   if (!Res || *Res == OMPDeclareTargetDeclAttr::MT_Link ||
 9725     assert(((*Res == OMPDeclareTargetDeclAttr::MT_Link) ||
 9729     if (*Res == OMPDeclareTargetDeclAttr::MT_Link)
 9767       assert((*Res == OMPDeclareTargetDeclAttr::MT_Link ||
tools/clang/lib/CodeGen/CodeGenModule.cpp
 2507             assert(((*Res == OMPDeclareTargetDeclAttr::MT_Link) ||
tools/clang/lib/Sema/SemaOpenMP.cpp
  830                E->getDecl()) == OMPDeclareTargetDeclAttr::MT_Link &&
 2816            !Res || *Res != OMPDeclareTargetDeclAttr::MT_Link))
 2901           *Res == OMPDeclareTargetDeclAttr::MT_Link) {
16310     if (IdLoc.isValid() && Res && *Res == OMPDeclareTargetDeclAttr::MT_Link) {