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

/external/clang/lib/Parse/
H A DParseTentative.cpp1132 CorrectionCandidateCallback TypoCorrection; local
1133 TypoCorrection.WantRemainingKeywords = false;
1134 TypoCorrection.WantTypeSpecifiers = Next.isNot(tok::arrow);
1136 &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
52 TypoCorrection(NamedDecl *Name, NestedNameSpecifier *NNS = nullptr, function in class:clang::TypoCorrection
61 TypoCorrection(DeclarationName Name, NestedNameSpecifier *NNS = nullptr, function in class:clang::TypoCorrection
67 TypoCorrection() function in class:clang::TypoCorrection
158 /// declarations associated with the DeclarationName of this TypoCorrection
166 /// \brief Returns whether this TypoCorrection has a non-empty DeclarationName
169 /// \brief Mark this TypoCorrection a
[all...]

Completed in 1467 milliseconds