Lines Matching refs:isLocalExternDecl
732 if (D->isLocalExternDecl()) in VisitVarDecl()
1654 if (D->isLocalExternDecl()) { in VisitFunctionDecl()
1692 if (D->isLocalExternDecl()) in VisitFunctionDecl()
1696 if (!isFriend && D->isOutOfLine() && !D->isLocalExternDecl()) { in VisitFunctionDecl()
1760 D->isLocalExternDecl() ? Sema::LookupRedeclarationWithLinkage in VisitFunctionDecl()
1762 D->isLocalExternDecl() ? Sema::ForExternalRedeclaration in VisitFunctionDecl()
1886 if (Function->isLocalExternDecl() && !Function->getPreviousDecl()) in VisitFunctionDecl()
4175 if (OldVar->isLocalExternDecl()) { in BuildVariableInstantiation()
4200 NewVar->isLocalExternDecl() ? Sema::LookupRedeclarationWithLinkage in BuildVariableInstantiation()
4202 NewVar->isLocalExternDecl() ? Sema::ForExternalRedeclaration in BuildVariableInstantiation()
4205 if (NewVar->isLocalExternDecl() && OldVar->getPreviousDecl() && in BuildVariableInstantiation()
4220 if (!NewVar->isLocalExternDecl() || !NewVar->getPreviousDecl()) in BuildVariableInstantiation()