Home
last modified time | relevance | path

Searched refs:CategoryEndOffsets (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Format/
DFormat.cpp1524 std::map<int, int> CategoryEndOffsets; in fixCppIncludeInsertions() local
1547 CategoryEndOffsets[Category] = NextLineOffset; in fixCppIncludeInsertions()
1559 if (CategoryEndOffsets.find(*Highest) == CategoryEndOffsets.end()) { in fixCppIncludeInsertions()
1561 CategoryEndOffsets[*Highest] = FirstIncludeOffset; in fixCppIncludeInsertions()
1563 CategoryEndOffsets[*Highest] = MinInsertOffset; in fixCppIncludeInsertions()
1570 if (CategoryEndOffsets.find(*I) == CategoryEndOffsets.end()) in fixCppIncludeInsertions()
1571 CategoryEndOffsets[*I] = CategoryEndOffsets[*std::prev(I)]; in fixCppIncludeInsertions()
1587 Offset = CategoryEndOffsets[Category]; in fixCppIncludeInsertions()