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

References

tools/clang/include/clang/AST/DeclContextInternals.h
  116     DeclsTy::iterator I = llvm::find(Vec, D);
  117     assert(I != Vec.end() && "list does not contain decl");
  118     Vec.erase(I);
  120     assert(llvm::find(Vec, D) == Vec.end() && "list still contains decl");
  120     assert(llvm::find(Vec, D) == Vec.end() && "list still contains decl");