Home
last modified time | relevance | path

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

/third_party/ninja/src/
Dstate.h99 Node* SpellcheckNode(const string& path);
Dstate.cc120 Node* State::SpellcheckNode(const string& path) { in SpellcheckNode() function in State
Dninja.cc308 Node* suggestion = state_.SpellcheckNode(path); in CollectTarget()