Home
last modified time | relevance | path

Searched defs:OldD (Results 1 – 7 of 7) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclContextInternals.h225 if (NamedDecl *OldD = getAsDecl()) { in addOrReplaceDecl() local
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCUDA.cpp648 FunctionDecl *OldD = D->getAsFunction(); in maybeAddCUDAHostDeviceAttrs() local
H A DSemaDeclObjC.cpp114 static bool diagnoseNoescape(const ParmVarDecl *NewD, const ParmVarDecl *OldD, in diagnoseNoescape()
127 static void diagnoseNoescape(const ParmVarDecl *NewD, const ParmVarDecl *OldD, in diagnoseNoescape()
H A DSemaDecl.cpp2286 NamedDecl *OldD = OldDecls.getRepresentativeDecl(); in MergeTypedefNameDecl() local
3175 DeclaratorDecl *OldD) { in adjustDeclContextForDeclaratorDecl()
3225 bool Sema::MergeFunctionDecl(FunctionDecl *New, NamedDecl *&OldD, in MergeFunctionDecl()
10077 bool Sema::canFullyTypeCheckRedeclaration(ValueDecl *NewD, ValueDecl *OldD, in canFullyTypeCheckRedeclaration()
H A DSemaOverload.cpp1035 NamedDecl *OldD = *I; in CheckOverload() local
H A DSemaDeclCXX.cpp12655 NamedDecl *OldD = Previous.getRepresentativeDecl(); in ActOnAliasDeclaration() local
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DDecl.cpp1734 bool NamedDecl::declarationReplaces(NamedDecl *OldD, bool IsKnownNewer) const { in declarationReplaces()