Lines Matching refs:NI
82 for (auto NI = path::begin(File), NE = path::end(File), in getRelativeIncludeName() local
84 /*termination condition in loop*/; ++NI, ++DI) { in getRelativeIncludeName()
86 while (NI != NE && *NI == ".") in getRelativeIncludeName()
87 ++NI; in getRelativeIncludeName()
88 if (NI == NE) in getRelativeIncludeName()
98 return NI - path::begin(File); in getRelativeIncludeName()
101 if (NI->size() == 1 && DI->size() == 1 && in getRelativeIncludeName()
102 path::is_separator(NI->front()) && path::is_separator(DI->front())) in getRelativeIncludeName()
108 if (NI->ends_with(".sdk") && DI->ends_with(".sdk")) { in getRelativeIncludeName()
109 StringRef NBasename = path::stem(*NI); in getRelativeIncludeName()
115 if (*NI != *DI) in getRelativeIncludeName()