Home | History | Annotate | Download | only in Lex

Lines Matching refs:Component

150   // If the first component of the path is "boost", treat this like a standard header
1652 for (auto &Component : llvm::reverse(Components)) {
1653 if ("." == Component) {
1654 } else if (".." == Component) {
1659 if (Component != *RealPathComponentIter) {
1663 SuggestReplacement = RealPathComponentIter->equals_lower(Component);
1666 Component = *RealPathComponentIter;
1964 for (auto Component : Components) {
1965 Path.append(Component);