Home | History | Annotate | Download | only in Sema

Lines Matching defs:NR

5488     QualType NR = R;
5489 while (NR->isPointerType()) {
5490 if (NR->isFunctionPointerType()) {
5495 NR = NR->getPointeeType();