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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Index/
H A DCommentToXML.cpp32 unsigned LHSIndex = UINT_MAX; local
37 LHSIndex = UINT_MAX - 1;
39 LHSIndex = LHS->getParamIndex();
47 return LHSIndex < RHSIndex;

Completed in 82 milliseconds