Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DFormat.cpp1841 StringRef IncludeName = Matches[2]; in sortIncludes() local
1844 if (CategoryRegexs[i].match(IncludeName)) { in sortIncludes()
1850 FirstIncludeBlock && IncludeName.startswith("\"")) { in sortIncludes()
1852 llvm::sys::path::stem(IncludeName.drop_front(1).drop_back(1)); in sortIncludes()
1858 IncludesInBlock.push_back({IncludeName, Line, Prev, Category}); in sortIncludes()