Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangOptionDocEmitter.cpp133 auto CompareByLocation = [](Record *A, Record *B) { in extractDocumentation() local
148 llvm::sort(Groups, CompareByLocation); in extractDocumentation()