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

References

gen/tools/clang/include/clang/AST/AttrImpl.inc
 9719     OS << " __attribute__((sentinel(" << getSentinel() << ", " << getNullPos() << ")))";
 9723     OS << " [[gnu::sentinel(" << getSentinel() << ", " << getNullPos() << ")]]";
gen/tools/clang/include/clang/AST/AttrTextNodeDump.inc
  690     OS << " " << SA->getSentinel();
gen/tools/clang/include/clang/Serialization/AttrPCHWrite.inc
 1609     Record.push_back(SA->getSentinel());
tools/clang/lib/Sema/SemaCodeComplete.cpp
 2640     if (Sentinel->getSentinel() == 0) {
tools/clang/lib/Sema/SemaExpr.cpp
  391   unsigned numArgsAfterSentinel = attr->getSentinel();