Home | History | Annotate | Download | only in Sema

Lines Matching refs:isLocalExternDecl

623   if (D->isLocalExternDecl())
1530 if (D->isLocalExternDecl()) {
1557 if (D->isLocalExternDecl())
1561 if (!isFriend && D->isOutOfLine() && !D->isLocalExternDecl()) {
1628 D->isLocalExternDecl() ? Sema::LookupRedeclarationWithLinkage
1745 if (Function->isLocalExternDecl() && !Function->getPreviousDecl())
3796 if (OldVar->isLocalExternDecl()) {
3820 NewVar->isLocalExternDecl() ? Sema::LookupRedeclarationWithLinkage
3824 if (NewVar->isLocalExternDecl() && OldVar->getPreviousDecl() &&
3839 if (!NewVar->isLocalExternDecl() || !NewVar->getPreviousDecl())