Home | History | Annotate | Download | only in Sema

Lines Matching refs:CDecl

4425 void TypoCorrection::addCorrectionDecl(NamedDecl *CDecl) {
4426 if (!CDecl) return;
4431 CorrectionDecls.push_back(CDecl->getUnderlyingDecl());
4434 CorrectionName = CDecl->getDeclName();