HomeSort by relevance Sort by last modified time
    Searched refs:TypoCorrection (Results 1 - 15 of 15) 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
24 class TypoCorrection {
40 TypoCorrection(const DeclarationName &Name, NamedDecl *NameDecl,
50 TypoCorrection(NamedDecl *Name, NestedNameSpecifier *NNS=0,
58 TypoCorrection(DeclarationName Name, NestedNameSpecifier *NNS=0,
63 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 as being a keyword
    [all...]
Sema.h 25 #include "clang/Sema/TypoCorrection.h"
    [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp 23 #include "clang/Sema/TypoCorrection.h"
    [all...]
SemaTemplateVariadic.cpp 721 virtual bool ValidateCandidate(const TypoCorrection &candidate) {
762 if (TypoCorrection Corrected = CorrectTypo(R.getLookupNameInfo(),
SemaCXXScopeSpec.cpp 388 virtual bool ValidateCandidate(const TypoCorrection &candidate) {
514 TypoCorrection Corrected;
    [all...]
SemaExprMember.cpp 554 virtual bool ValidateCandidate(const TypoCorrection &candidate) {
614 TypoCorrection Corrected = SemaRef.CorrectTypo(R.getLookupNameInfo(),
    [all...]
SemaDeclObjC.cpp 363 virtual bool ValidateCandidate(const TypoCorrection &candidate) {
426 if (TypoCorrection Corrected = CorrectTypo(
658 TypoCorrection Corrected = CorrectTypo(
    [all...]
SemaDecl.cpp 69 virtual bool ValidateCandidate(const TypoCorrection &candidate) {
177 TypoCorrection Correction = CorrectTypo(Result.getLookupNameInfo(),
373 if (TypoCorrection Corrected = CorrectTypo(DeclarationNameInfo(&II, IILoc),
578 if (TypoCorrection Corrected = CorrectTypo(Result.getLookupNameInfo(),
    [all...]
SemaExprObjC.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaInit.cpp     [all...]
SemaOverload.cpp     [all...]
SemaExpr.cpp     [all...]
SemaTemplate.cpp 323 if (TypoCorrection Corrected = CorrectTypo(Found.getLookupNameInfo(),
    [all...]
  /external/clang/lib/Parse/
ParseExpr.cpp 26 #include "clang/Sema/TypoCorrection.h"
468 virtual bool ValidateCandidate(const TypoCorrection &candidate) {
    [all...]

Completed in 1892 milliseconds