Lines Matching defs:Existing
4894 QualType Existing = QualType(FPT, 0);
4903 return Existing;
4908 Canonical = getCanonicalType(Existing);
5082 if (DependentBitIntType *Existing =
5084 return QualType(Existing, 0);
13183 if (MSGuidDecl *Existing = MSGuidDecls.FindNodeOrInsertPos(ID, InsertPos))
13184 return Existing;
13199 if (UnnamedGlobalConstantDecl *Existing =
13201 return Existing;
13221 if (TemplateParamObjectDecl *Existing =
13223 return Existing;
14707 auto Existing = ThunksToBeAbbreviated.find(VirtualMethodDecl);
14708 if (Existing != ThunksToBeAbbreviated.end())
14709 return Existing->second.contains(MangledName.str());