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

  /external/clang/lib/AST/
CommentSema.cpp 748 // Second pass over unresolved \\param commands: do typo correction.
769 // Do typo correction.
903 StringRef Typo;
912 SimpleTypoCorrector(StringRef Typo) :
913 Typo(Typo), MaxEditDistance((Typo.size() + 2) / 3),
    [all...]
  /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/lib/Sema/
SemaLookup.cpp     [all...]

Completed in 37 milliseconds