Searched refs:NumLocations (Results 1 – 10 of 10) 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 <<()
2824 unsigned NumLocations = 0, Loc; in inspect_cursor_at() local2829 while (strstr(argv[NumLocations+1], locations_flag) == argv[NumLocations+1]) in inspect_cursor_at()2830 ++NumLocations; in inspect_cursor_at()2833 assert(NumLocations > 0 && "Unable to count locations?"); in inspect_cursor_at()2837 for (Loc = 0; Loc < NumLocations; ++Loc) { in inspect_cursor_at()2884 for (Loc = 0; Loc < NumLocations; ++Loc) { in inspect_cursor_at()3118 unsigned NumLocations = 0, Loc; in find_file_refs_at() local3123 while (strstr(argv[NumLocations+1], "-file-refs-at=") == argv[NumLocations+1]) in find_file_refs_at()3124 ++NumLocations; in find_file_refs_at()3131 for (Loc = 0; Loc < NumLocations; ++Loc) { in find_file_refs_at()[all …]
31 ; NumLocations33 ; Location[NumLocations]
350 ; NumLocations:397 ; NumLocations:462 ; NumLocations:
341 uint16 : NumLocations342 Location[NumLocations] {
5244 unsigned NumLocations) { in CreateDeserialized() argument5245 return new (C, ID, additionalSizeToAlloc<SourceLocation>(NumLocations)) in CreateDeserialized()
3006 unsigned NumLocations = 0; in WritePragmaDiagnosticMappings() local3011 ++NumLocations; in WritePragmaDiagnosticMappings()3025 Record[NumLocationsIdx] = NumLocations; in WritePragmaDiagnosticMappings()
6378 unsigned NumLocations = Record[Idx++]; in ReadPragmaDiagnosticMappings() local6379 while (NumLocations--) { in ReadPragmaDiagnosticMappings()
4579 unsigned NumLocations);