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 <<()
5645 unsigned NumLocations) { in CreateDeserialized() argument5646 return new (C, ID, additionalSizeToAlloc<SourceLocation>(NumLocations)) in CreateDeserialized()
3102 unsigned NumLocations = 0; in WritePragmaDiagnosticMappings() local3107 ++NumLocations; in WritePragmaDiagnosticMappings()3121 Record[NumLocationsIdx] = NumLocations; in WritePragmaDiagnosticMappings()
6620 unsigned NumLocations = Record[Idx++]; in ReadPragmaDiagnosticMappings() local6621 while (NumLocations--) { in ReadPragmaDiagnosticMappings()
4807 unsigned NumLocations);