HomeSort by relevance Sort by last modified time
    Searched refs:Typo (Results 1 - 9 of 9) sorted by null

  /external/clang/lib/AST/
CommentCommandTraits.cpp 48 StringRef Typo, const CommandInfo *Command) {
53 unsigned MinPossibleEditDistance = abs((int)Name.size() - (int)Typo.size());
55 Typo.size() / MinPossibleEditDistance < 1)
57 unsigned EditDistance = Typo.edit_distance(Name, true, MaxEditDistance);
70 CommandTraits::getTypoCorrectCommandInfo(StringRef Typo) const {
73 if (Typo.size() <= 1)
80 HelperTypoCorrectCommandInfo(BestCommand, Typo, &Commands[i]);
84 HelperTypoCorrectCommandInfo(BestCommand, Typo, RegisteredCommands[i]);
CommentSema.cpp 756 // Second pass over unresolved \\param commands: do typo correction.
777 // Do typo correction.
    [all...]
  /external/clang/include/clang/AST/
CommentCommandTraits.h 145 const CommandInfo *getTypoCorrectCommandInfo(StringRef Typo) const;
CommentSema.h 238 /// typo.
239 unsigned correctTypoInParmVarReference(StringRef Typo,
247 StringRef Typo,
  /external/clang/test/SemaCXX/
functional-cast.cpp 316 typedef itn Typo; // expected-error {{unknown type name 'itn'}}
317 (void)Typo(1); // used to crash
  /external/clang/test/CXX/except/except.spec/
p14.cpp 112 Typo foo(); // expected-error{{unknown type name 'Typo'}}
  /external/clang/lib/Sema/
SemaLookup.cpp     [all...]
SemaDeclObjC.cpp 424 // Callback to only accept typo corrections that are Objective-C classes.
510 // Try to correct for a typo in the superclass name without correcting
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 397 milliseconds