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

References

gen/tools/clang/include/clang/AST/AttrTextNodeDump.inc
  440     switch(SA->getBranchState()) {
gen/tools/clang/include/clang/AST/Attrs.inc
 8684       if (getBranchState() != BS_Undefined)
 8685         OS << ' ' << ConvertBranchStateTyToStr(getBranchState());
gen/tools/clang/include/clang/Serialization/AttrPCHWrite.inc
 1081 Record.push_back(SA->getBranchState());
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
10761       OMPDeclareSimdDeclAttr::BranchStateTy State = Attr->getBranchState();
tools/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
  346       S.ConvertDeclToDeclGroup(New), Attr.getBranchState(), Simdlen.get(),