Home | History | Annotate | Download | only in Sema

Lines Matching refs:isLocalExternDecl

400   if (D->isLocalExternDecl())
1270 if (D->isLocalExternDecl()) {
1297 if (D->isLocalExternDecl())
1301 if (!isFriend && D->isOutOfLine() && !D->isLocalExternDecl()) {
1369 D->isLocalExternDecl() ? Sema::LookupRedeclarationWithLinkage
1486 if (Function->isLocalExternDecl() && !Function->getPreviousDecl())
3568 if (OldVar->isLocalExternDecl()) {
3605 NewVar->isLocalExternDecl() ? Sema::LookupRedeclarationWithLinkage
3609 if (NewVar->isLocalExternDecl() && OldVar->getPreviousDecl() &&
3624 if (!NewVar->isLocalExternDecl() || !NewVar->getPreviousDecl())