Searched refs:CorrectionDecl (Results 1 – 1 of 1) sorted by relevance
29 CorrectionDecl(NameDecl), in CorrectionName()36 CorrectionDecl(Name),43 CorrectionDecl(NULL), in CorrectionName()47 : CorrectionName(), CorrectionNameSpec(NULL), CorrectionDecl(NULL), in TypoCorrection()69 return isKeyword() ? NULL : CorrectionDecl; in getCorrectionDecl()77 CorrectionDecl = CDecl; in setCorrectionDecl()90 bool isKeyword() const { return CorrectionDecl == KeywordDecl(); } in isKeyword()93 bool isResolved() const { return CorrectionDecl != NULL; } in isResolved()99 NamedDecl *CorrectionDecl; variable