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

References

tools/clang/include/clang/AST/DeclContextInternals.h
  107     assert(!isNull() && "removing from empty list");
  126     if (isNull()) {
  144     if (isNull())
  149       assert(!isNull() && "Empty list isn't allowed");
  190     assert(!isNull() && "don't AddSubsequentDecl when we have no decls");
tools/clang/lib/AST/DeclBase.cpp
 1354   if (!List.isNull()) {
 1375       if (List.isNull())
 1887   if (DeclNameEntries.isNull()) {