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

References

gen/tools/clang/include/clang/AST/AttrTextNodeDump.inc
  479     case OMPDeclareVariantAttr::CtxSetUnknown:
gen/tools/clang/include/clang/AST/Attrs.inc
 8987       .Case("", OMPDeclareVariantAttr::CtxSetUnknown)
 8999     case OMPDeclareVariantAttr::CtxSetUnknown: return "";
 9067       assert(getCtxSelectorSet() != CtxSetUnknown &&
 9095       case CtxSetUnknown:
tools/clang/include/clang/Sema/Sema.h
 9312         OMPDeclareVariantAttr::CtxSetUnknown;
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
11025   assert(CtxSet != OMPDeclareVariantAttr::CtxSetUnknown &&
11110     case OMPDeclareVariantAttr::CtxSetUnknown:
tools/clang/lib/Parse/ParseOpenMP.cpp
  953           OMPDeclareVariantAttr::CtxSetUnknown;
  962         case OMPDeclareVariantAttr::CtxSetUnknown:
tools/clang/lib/Sema/SemaOpenMP.cpp
 5174   if (Data.CtxSet == OMPDeclareVariantAttr::CtxSetUnknown ||