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

References

gen/tools/clang/include/clang/AST/AttrTextNodeDump.inc
  441     case OMPDeclareSimdDeclAttr::BS_Undefined:
gen/tools/clang/include/clang/AST/Attrs.inc
 8616       .Case("", OMPDeclareSimdDeclAttr::BS_Undefined)
 8629     case OMPDeclareSimdDeclAttr::BS_Undefined: return "";
 8684       if (getBranchState() != BS_Undefined)
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
10319   case OMPDeclareSimdDeclAttr::BS_Undefined:
10621       case OMPDeclareSimdDeclAttr::BS_Undefined:
10650       case OMPDeclareSimdDeclAttr::BS_Undefined:
tools/clang/lib/Parse/ParseOpenMP.cpp
  699       if (BS != OMPDeclareSimdDeclAttr::BS_Undefined && BS != Out) {
  768       OMPDeclareSimdDeclAttr::BS_Undefined;