Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DTrigramIndex.h45 bool isDefinitelyOut(StringRef Query) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DTrigramIndex.cpp85 bool TrigramIndex::isDefinitelyOut(StringRef Query) const { in isDefinitelyOut() function in TrigramIndex
H A DSpecialCaseList.cpp65 if (Trigrams.isDefinitelyOut(Query)) in match()