Searched defs:ContainerDeclsSort (Results 1 – 1 of 1) sorted by relevance
901 struct ContainerDeclsSort { struct902 SourceManager &SM;903 ContainerDeclsSort(SourceManager &sm) : SM(sm) {} in ContainerDeclsSort() argument904 bool operator()(Decl *A, Decl *B) { in operator ()()