Searched defs:OldFD (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2278 CXXMethodDecl *OldFD = Decl->getSpecialization(); local
2279 CXXMethodDecl *NewFD = cast<CXXMethodDecl>(VisitCXXMethodDecl(OldFD,
2302 SemaRef.Context.setClassScopeSpecializationPattern(Specialization, OldFD);
H A DSemaLookup.cpp2768 FunctionDecl *OldFD = Old->getAsFunction(); local
2775 // If we got to the end without finding OldFD, OldFD is the newer
2779 // If we do find OldFD, then NewFD is newer.
2780 if (Cursor == OldFD) break;

Completed in 60 milliseconds