Home | History | Annotate | Download | only in Sema

Lines Matching refs:isLocalExternDecl

484   if (D->isLocalExternDecl())
1358 if (D->isLocalExternDecl()) {
1385 if (D->isLocalExternDecl())
1389 if (!isFriend && D->isOutOfLine() && !D->isLocalExternDecl()) {
1457 D->isLocalExternDecl() ? Sema::LookupRedeclarationWithLinkage
1574 if (Function->isLocalExternDecl() && !Function->getPreviousDecl())
3556 if (OldVar->isLocalExternDecl()) {
3593 NewVar->isLocalExternDecl() ? Sema::LookupRedeclarationWithLinkage
3597 if (NewVar->isLocalExternDecl() && OldVar->getPreviousDecl() &&
3612 if (!NewVar->isLocalExternDecl() || !NewVar->getPreviousDecl())