Lines Matching defs:Existing
4796 QualType Existing = QualType(FPT, 0);
4805 return Existing;
4810 Canonical = getCanonicalType(Existing);
4984 if (DependentBitIntType *Existing =
4986 return QualType(Existing, 0);
12758 if (MSGuidDecl *Existing = MSGuidDecls.FindNodeOrInsertPos(ID, InsertPos))
12759 return Existing;
12774 if (UnnamedGlobalConstantDecl *Existing =
12776 return Existing;
12796 if (TemplateParamObjectDecl *Existing =
12798 return Existing;
14213 auto Existing = ThunksToBeAbbreviated.find(VirtualMethodDecl);
14214 if (Existing != ThunksToBeAbbreviated.end())
14215 return Existing->second.contains(MangledName.str());