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

References

gen/tools/clang/include/clang/AST/AttrTextNodeDump.inc
  495     case OMPDeclareVariantAttr::CtxUnknown:
gen/tools/clang/include/clang/AST/Attrs.inc
 9033       .Case("", OMPDeclareVariantAttr::CtxUnknown)
 9045     case OMPDeclareVariantAttr::CtxUnknown: return "";
 9068              getCtxSelector() != CtxUnknown && "Unknown context selector.");
 9090         case CtxUnknown:
tools/clang/include/clang/Sema/Sema.h
 9314         OMPDeclareVariantAttr::CtxUnknown;
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
11026          Ctx != OMPDeclareVariantAttr::CtxUnknown &&
11105       case OMPDeclareVariantAttr::CtxUnknown:
tools/clang/lib/Parse/ParseOpenMP.cpp
  851       OMPDeclareVariantAttr::CtxUnknown;
  896   case OMPDeclareVariantAttr::CtxUnknown:
tools/clang/lib/Sema/SemaOpenMP.cpp
 5175       Data.Ctx == OMPDeclareVariantAttr::CtxUnknown)