OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InvalidDistance
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/Sema/
TypoCorrection.h
28
static const unsigned
InvalidDistance
= ~0U;
30
// mapped to
InvalidDistance
by getEditDistance).
106
return
InvalidDistance
;
116
return
InvalidDistance
;
122
return
InvalidDistance
;
229
static const unsigned
InvalidDistance
= TypoCorrection::
InvalidDistance
;
240
/// determine whether to return an edit distance of 0 or
InvalidDistance
.
253
/// returning
InvalidDistance
if the candidate is not at all viable. For
255
/// the default RankCandidate returns either 0 or
InvalidDistance
dependin
[
all
...]
/external/clang/lib/Sema/
SemaLookup.cpp
[
all
...]
Completed in 24 milliseconds