Home | History | Annotate | Download | only in Sema

Lines Matching refs:CDecl

4055 void TypoCorrection::addCorrectionDecl(NamedDecl *CDecl) {
4056 if (!CDecl) return;
4061 CorrectionDecls.push_back(CDecl);
4064 CorrectionName = CDecl->getDeclName();