HomeSort by relevance Sort by last modified time
    Searched defs:TypoCorrection (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Parse/
ParseTentative.cpp     [all...]
  /external/clang/include/clang/Sema/
TypoCorrection.h 1 //===--- TypoCorrection.h - Class for typo correction results ---*- C++ -*-===//
10 // This file defines the TypoCorrection class, which stores the results of
25 class TypoCorrection {
41 TypoCorrection(const DeclarationName &Name, NamedDecl *NameDecl,
52 TypoCorrection(NamedDecl *Name, NestedNameSpecifier *NNS = nullptr,
61 TypoCorrection(DeclarationName Name, NestedNameSpecifier *NNS = nullptr,
67 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 as being a keyword
    [all...]

Completed in 69 milliseconds