HomeSort by relevance Sort by last modified time
    Searched refs:Typo (Results 1 - 6 of 6) 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/CXX/except/except.spec/
p14.cpp 112 Typo foo(); // expected-error{{unknown type name 'Typo'}}
  /external/clang/include/clang/AST/
CommentSema.h 235 /// typo.
236 unsigned correctTypoInParmVarReference(StringRef Typo,
244 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/lib/Sema/
SemaLookup.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 1937 milliseconds