Searched refs:IncludeLocations (Results 1 – 2 of 2) sorted by relevance
137 IncludeLocations[FileName].push_back( in addInclude()139 SourceLocations.push_back(IncludeLocations[FileName].back()); in addInclude()142 if (IncludeLocations[FileName].size() > 1) in addInclude()178 const auto &Location = IncludeLocations[IncludeEntry][0]; in createIncludeInsertion()188 SourceRange LastIncludeLocation = IncludeLocations[LastInclude].back(); in createIncludeInsertion()212 SourceRange LastIncludeLocation = IncludeLocations[LastInclude].back(); in createIncludeInsertion()219 SourceRange FirstIncludeLocation = IncludeLocations[FirstInclude].back(); in createIncludeInsertion()
62 llvm::StringMap<SourceRangeVector> IncludeLocations; variable