Searched defs:TypoCorrection (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DTypoCorrection.h25 class TypoCorrection { class in namespace:clang
41 TypoCorrection(const DeclarationName &Name, NamedDecl *NameDecl, function in class:clang::TypoCorrection
51 TypoCorrection(NamedDecl *Name, NestedNameSpecifier *NNS=0, function in class:clang::TypoCorrection
59 TypoCorrection(DeclarationName Name, NestedNameSpecifier *NNS=0, function in class:clang::TypoCorrection
64 TypoCorrection() function in class:clang::TypoCorrection
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseTentative.cpp1004 CorrectionCandidateCallback TypoCorrection; local

Completed in 112 milliseconds