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

  /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,
51 TypoCorrection(NamedDecl *Name, NestedNameSpecifier *NNS = 0,
60 TypoCorrection(DeclarationName Name, NestedNameSpecifier *NNS = 0,
66 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 as being a keyword
    [all...]
Sema.h 42 #include "clang/Sema/TypoCorrection.h"
    [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp 34 #include "clang/Sema/TypoCorrection.h"
    [all...]
SemaOpenMP.cpp 37 virtual bool ValidateCandidate(const TypoCorrection &Candidate) {
61 TypoCorrection Corrected = CorrectTypo(Id, LookupOrdinaryName, CurScope,
SemaExprMember.cpp 563 virtual bool ValidateCandidate(const TypoCorrection &candidate) {
623 TypoCorrection Corrected = SemaRef.CorrectTypo(R.getLookupNameInfo(),
636 for (TypoCorrection::decl_iterator DI = Corrected.begin(),
    [all...]
SemaCXXScopeSpec.cpp 366 virtual bool ValidateCandidate(const TypoCorrection &candidate) {
492 TypoCorrection Corrected;
    [all...]
SemaTemplateVariadic.cpp 778 virtual bool ValidateCandidate(const TypoCorrection &candidate) {
819 if (TypoCorrection Corrected = CorrectTypo(R.getLookupNameInfo(),
    [all...]
SemaDeclObjC.cpp 433 virtual bool ValidateCandidate(const TypoCorrection &candidate) {
513 if (TypoCorrection Corrected = CorrectTypo(
748 TypoCorrection Corrected = CorrectTypo(
    [all...]
SemaExprObjC.cpp     [all...]
SemaDecl.cpp 70 virtual bool ValidateCandidate(const TypoCorrection &candidate) {
215 TypoCorrection Correction = CorrectTypo(Result.getLookupNameInfo(),
412 if (TypoCorrection Corrected = CorrectTypo(DeclarationNameInfo(II, IILoc),
667 if (TypoCorrection Corrected = CorrectTypo(Result.getLookupNameInfo(),
    [all...]
SemaDeclCXX.cpp     [all...]
SemaExpr.cpp     [all...]
SemaInit.cpp     [all...]
SemaTemplate.cpp 326 if (TypoCorrection Corrected = CorrectTypo(Found.getLookupNameInfo(),
    [all...]
  /external/clang/lib/Parse/
ParseTentative.cpp     [all...]
ParseExpr.cpp 30 #include "clang/Sema/TypoCorrection.h"
433 virtual bool ValidateCandidate(const TypoCorrection &candidate) {
    [all...]

Completed in 707 milliseconds