Home
last modified time | relevance | path

Searched defs:ContainerDeclsSort (Results 1 – 1 of 1) sorted by relevance

/external/clang/tools/libclang/
DCIndex.cpp901 struct ContainerDeclsSort { struct
902 SourceManager &SM;
903 ContainerDeclsSort(SourceManager &sm) : SM(sm) {} in ContainerDeclsSort() argument
904 bool operator()(Decl *A, Decl *B) { in operator ()()