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
24 class TypoCorrection { class in namespace:clang
40 TypoCorrection(const DeclarationName &Name, NamedDecl *NameDecl, function in class:clang::TypoCorrection
50 TypoCorrection(NamedDecl *Name, NestedNameSpecifier *NNS=0, function in class:clang::TypoCorrection
58 TypoCorrection(DeclarationName Name, NestedNameSpecifier *NNS=0, function in class:clang::TypoCorrection
63 TypoCorrection() function in class:clang::TypoCorrection
133 /// declarations associated with the DeclarationName of this TypoCorrection
141 /// \brief Returns whether this TypoCorrection has a non-empty DeclarationName
144 /// \brief Mark this TypoCorrection a
[all...]
/external/clang/lib/Parse/
H A DParseTentative.cpp976 CorrectionCandidateCallback TypoCorrection; local
977 TypoCorrection.WantRemainingKeywords = false;
979 &TypoCorrection)) {

Completed in 62 milliseconds