Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DCompileCommands.cpp390 R.ExactArgs = ArgCount.first; in rulesFor()
411 dlog(" {0} #={1} *={2} Mode={3}", R.Text, R.ExactArgs, R.PrefixArgs, in rulesFor()
432 Rules.back().ExactArgs = 1; in strip()
456 if (unsigned Count = PrefixMatch ? R.PrefixArgs : R.ExactArgs) { in matchingRule()
DCompileCommands.h89 uint16_t ExactArgs = 0; // Num args consumed when Arg == Text. member