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,
59 TypoCorrection(DeclarationName Name, NestedNameSpecifier *NNS=0,
64 TypoCorrection()
134 /// declarations associated with the DeclarationName of this TypoCorrection
142 /// \brief Returns whether this TypoCorrection has a non-empty DeclarationName
145 /// \brief Mark this TypoCorrection as being a keyword
    [all...]
Sema.h 40 #include "clang/Sema/TypoCorrection.h"
    [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp 34 #include "clang/Sema/TypoCorrection.h"
    [all...]
SemaCXXScopeSpec.cpp 381 virtual bool ValidateCandidate(const TypoCorrection &candidate) {
507 TypoCorrection Corrected;
    [all...]
SemaTemplateVariadic.cpp 776 virtual bool ValidateCandidate(const TypoCorrection &candidate) {
817 if (TypoCorrection Corrected = CorrectTypo(R.getLookupNameInfo(),
SemaExprMember.cpp 545 virtual bool ValidateCandidate(const TypoCorrection &candidate) {
605 TypoCorrection Corrected = SemaRef.CorrectTypo(R.getLookupNameInfo(),
    [all...]
SemaDecl.cpp 70 virtual bool ValidateCandidate(const TypoCorrection &candidate) {
215 TypoCorrection Correction = CorrectTypo(Result.getLookupNameInfo(),
412 if (TypoCorrection Corrected = CorrectTypo(DeclarationNameInfo(II, IILoc),
660 if (TypoCorrection Corrected = CorrectTypo(Result.getLookupNameInfo(),
    [all...]
SemaDeclObjC.cpp 430 virtual bool ValidateCandidate(const TypoCorrection &candidate) {
493 if (TypoCorrection Corrected = CorrectTypo(
725 TypoCorrection Corrected = CorrectTypo(
    [all...]
SemaExprObjC.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaInit.cpp     [all...]
SemaOverload.cpp     [all...]
SemaTemplate.cpp 323 if (TypoCorrection Corrected = CorrectTypo(Found.getLookupNameInfo(),
    [all...]
SemaExpr.cpp     [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 439 milliseconds