Searched refs:NumLocations (Results 1 – 5 of 5) sorted by relevance
62 auto NumLocations = LR.Locations.size(); in operator <<() local63 for (size_t I = 0; I < NumLocations; ++I) { in operator <<()68 const bool IsInlined = I + 1 != NumLocations; in operator <<()
5716 unsigned NumLocations) { in CreateDeserialized() argument5717 return new (C, ID, additionalSizeToAlloc<SourceLocation>(NumLocations)) in CreateDeserialized()
3240 unsigned NumLocations = 0; in WritePragmaDiagnosticMappings() local3245 ++NumLocations; in WritePragmaDiagnosticMappings()3257 Record[NumLocationsIdx] = NumLocations; in WritePragmaDiagnosticMappings()
6626 unsigned NumLocations = Record[Idx++]; in ReadPragmaDiagnosticMappings() local6627 while (NumLocations--) { in ReadPragmaDiagnosticMappings()
4834 unsigned NumLocations);