Searched defs:OldD (Results 1 – 6 of 6) sorted by relevance
90 if (NamedDecl *OldD = getAsDecl()) in setHasExternalDecls() local166 if (NamedDecl *OldD = getAsDecl()) { in HandleRedeclaration() local177 NamedDecl *OldD = *OD; in HandleRedeclaration() local195 if (NamedDecl *OldD = getAsDecl()) { in AddSubsequentDecl() local
457 FunctionDecl *OldD = D->getAsFunction(); in maybeAddCUDAHostDeviceAttrs() local
1990 NamedDecl *OldD = OldDecls.getRepresentativeDecl(); in MergeTypedefNameDecl() local2739 bool Sema::MergeFunctionDecl(FunctionDecl *New, NamedDecl *&OldD, in MergeFunctionDecl()
931 NamedDecl *OldD = *I; in CheckOverload() local
8828 NamedDecl *OldD = Previous.getRepresentativeDecl(); in ActOnAliasDeclaration() local
1514 bool NamedDecl::declarationReplaces(NamedDecl *OldD, bool IsKnownNewer) const { in declarationReplaces()