Lines Matching refs:Existing
3670 // Look for an existing type with these properties.
3727 IncompleteArrayType *existing =
3729 assert(!existing && "Shouldn't be in the map!"); (void) existing;
4262 QualType Existing = QualType(FPT, 0);
4264 // If we find a pre-existing equivalent FunctionProtoType, we can just reuse
4271 return Existing;
4276 Canonical = getCanonicalType(Existing);
4446 if (DependentExtIntType *Existing =
4448 return QualType(Existing, 0);
5091 // Look in the folding set for an existing type.
5206 // Silently overwrite any existing protocol qualifiers.
5237 // Look in the folding set for an existing type.
5484 // Look in the folding set for an existing type.
5525 // Look in the folding set for an existing type.
5553 // Look in the folding set for an existing type.
11252 if (MSGuidDecl *Existing = MSGuidDecls.FindNodeOrInsertPos(ID, InsertPos))
11253 return Existing;
11273 if (TemplateParamObjectDecl *Existing =
11275 return Existing;