Home
last modified time | relevance | path

Searched refs:areSortedAndUniqued (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DASTContext.cpp5060 static bool areSortedAndUniqued(ArrayRef<ObjCProtocolDecl *> Protocols) { in areSortedAndUniqued() function
5131 bool protocolsSorted = areSortedAndUniqued(protocols); in getObjCObjectType()