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

/external/clang/lib/Parse/
H A DParseTentative.cpp1004 CorrectionCandidateCallback TypoCorrection; local
1005 TypoCorrection.WantRemainingKeywords = false;
1006 TypoCorrection.WantTypeSpecifiers = Next.isNot(tok::arrow);
1008 &TypoCorrection)) {
/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
60 TypoCorrection(DeclarationName Name, NestedNameSpecifier *NNS = 0, function in class:clang::TypoCorrection
66 TypoCorrection() function in class:clang::TypoCorrection
145 /// declarations associated with the DeclarationName of this TypoCorrection
153 /// \brief Returns whether this TypoCorrection has a non-empty DeclarationName
156 /// \brief Mark this TypoCorrection a
[all...]

Completed in 46 milliseconds