Home | History | Annotate | Download | only in Sema

Lines Matching refs:findLocallyScopedExternCDecl

4953 NamedDecl *Sema::findLocallyScopedExternCDecl(DeclarationName Name) {
6095 NamedDecl *Prev = S.findLocallyScopedExternCDecl(ND->getDeclName());
6182 if (NamedDecl *Prev = S.findLocallyScopedExternCDecl(ND->getDeclName())) {
10821 if (NamedDecl *ExternCPrev = findLocallyScopedExternCDecl(&II)) {