Searched refs:RHSIndex (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Index/
H A DCommentToXML.cpp33 unsigned RHSIndex = UINT_MAX; local
43 RHSIndex = UINT_MAX - 1;
45 RHSIndex = RHS->getParamIndex();
47 return LHSIndex < RHSIndex;

Completed in 114 milliseconds