Searched refs:NumLocations (Results 1 – 5 of 5) sorted by relevance
61 auto NumLocations = LR.Locations.size(); in operator <<() local62 for (size_t I = 0; I < NumLocations; ++I) { in operator <<()67 const bool IsInlined = I + 1 != NumLocations; in operator <<()
5101 unsigned NumLocations) { in CreateDeserialized() argument5102 return new (C, ID, additionalSizeToAlloc<SourceLocation>(NumLocations)) in CreateDeserialized()
2818 unsigned NumLocations = 0; in WritePragmaDiagnosticMappings() local2823 ++NumLocations; in WritePragmaDiagnosticMappings()2837 Record[NumLocationsIdx] = NumLocations; in WritePragmaDiagnosticMappings()
6341 unsigned NumLocations = Record[Idx++]; in ReadPragmaDiagnosticMappings() local6342 while (NumLocations--) { in ReadPragmaDiagnosticMappings()
4490 unsigned NumLocations);