Home | History | Annotate | Download | only in Lex

Lines Matching defs:Paths

1696 /// \brief Append to \p Paths the set of paths needed to get to the 
1701 SmallVector<StringRef, 2> Paths;
1704 Paths.push_back(Mod->Name);
1707 if (Paths.empty())
1711 for (unsigned I = Paths.size() - 1; I != 0; --I)
1712 llvm::sys::path::append(Path, "Frameworks", Paths[I-1] + ".framework");
1798 // FIXME: Should we retain the subframework paths here?
1946 // Sort header paths so that the pcm doesn't depend on iteration order.