Skip to content
  • Douglas Gregor's avatar
    Provide a new kind of iterator, the specific_decl_iterator, that · ffca3a21
    Douglas Gregor authored
    filters the decls seen by decl_iterator with two criteria: the dynamic
    type of the declaration and a run-time predicate described by a member
    function. This simplifies EnumDecl, RecordDecl, and ObjCContainerDecl
    considerably. It has no measurable performance impact.
    
    llvm-svn: 61994
    ffca3a21
Loading