Lines Matching defs:FoundByLookup
3777 FunctionDecl *FoundByLookup = nullptr;
3793 FoundByLookup = FoundFunction;
3813 FoundByLookup = FoundFunction;
3848 if (FoundByLookup) {
3849 if (isa<CXXMethodDecl>(FoundByLookup)) {
3857 assert(FoundByLookup->getDescribedFunctionTemplate() &&
3860 FoundByLookup->getDescribedFunctionTemplate());
3862 return Importer.MapImported(D, FoundByLookup);
4020 if (FoundByLookup) {
4022 FoundByLookup->getMostRecentDecl());
4528 VarDecl *FoundByLookup = nullptr;
4558 FoundByLookup = FoundVar;
4575 FoundByLookup = FoundVar;
4579 FoundByLookup = FoundVar;
4640 if (FoundByLookup) {
4641 auto *Recent = const_cast<VarDecl *>(FoundByLookup->getMostRecentDecl());
6090 ClassTemplateDecl *FoundByLookup = nullptr;
6119 if (!FoundByLookup)
6120 FoundByLookup = FoundTemplate;
6178 if (FoundByLookup) {
6180 const_cast<ClassTemplateDecl *>(FoundByLookup->getMostRecentDecl());
6191 assert(FoundByLookup->getTemplatedDecl() &&
6194 FoundByLookup->getTemplatedDecl()->getMostRecentDecl();
6430 VarTemplateDecl *FoundByLookup = nullptr;
6456 FoundByLookup = FoundTemplate;
6504 if (FoundByLookup) {
6506 const_cast<VarTemplateDecl *>(FoundByLookup->getMostRecentDecl());
6509 FoundByLookup->getTemplatedDecl()->getMostRecentDecl();
6700 const FunctionTemplateDecl *FoundByLookup = nullptr;
6721 FoundByLookup = FoundTemplate;
6782 if (FoundByLookup) {
6784 const_cast<FunctionTemplateDecl *>(FoundByLookup->getMostRecentDecl());
6786 assert(FoundByLookup->getTemplatedDecl() &&
6789 FoundByLookup->getTemplatedDecl()->getMostRecentDecl();