Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DCompileCommands.cpp445 const ArgStripper::Rule *BestRule = nullptr; in matchingRule() local
450 if (BestRule && BestRule->Priority < R.Priority) in matchingRule()
457 BestRule = &R; in matchingRule()
462 return BestRule; in matchingRule()