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

/external/clang/include/clang/Sema/
H A DTypoCorrection.h1 //===--- TypoCorrection.h - Class for typo correction results ---*- C++ -*-===//
10 // This file defines the TypoCorrection class, which stores the results of
25 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
134 /// declarations associated with the DeclarationName of this TypoCorrection
142 /// \brief Returns whether this TypoCorrection has a non-empty DeclarationName
145 /// \brief Mark this TypoCorrection a
[all...]
/external/clang/lib/Parse/
H A DParseTentative.cpp986 CorrectionCandidateCallback TypoCorrection; local
987 TypoCorrection.WantRemainingKeywords = false;
989 &TypoCorrection)) {

Completed in 201 milliseconds