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

References

gen/tools/clang/include/clang/AST/AttrTextNodeDump.inc
  498     case OMPDeclareVariantAttr::CtxVendor:
gen/tools/clang/include/clang/AST/Attrs.inc
 9034       .Case("vendor", OMPDeclareVariantAttr::CtxVendor)
 9046     case OMPDeclareVariantAttr::CtxVendor: return "vendor";
 9080         case CtxVendor:
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
11035                   OMPDeclareVariantAttr::CtxVendor>(
11100       case OMPDeclareVariantAttr::CtxVendor:
11102                          OMPDeclareVariantAttr::CtxVendor>(A))
tools/clang/lib/Parse/ParseOpenMP.cpp
  856   case OMPDeclareVariantAttr::CtxVendor: {