Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DCompileCommands.cpp572 const ArgStripper::Rule *BestRule = nullptr; in matchingRule() local
577 if (BestRule && BestRule->Priority < R.Priority) in matchingRule()
584 BestRule = &R; in matchingRule()
589 return BestRule; in matchingRule()