Home | History | Annotate | Download | only in Lex

Lines Matching refs:Paths

1311 /// \brief Append to \p Paths the set of paths needed to get to the 
1316 SmallVector<StringRef, 2> Paths;
1319 Paths.push_back(Mod->Name);
1322 if (Paths.empty())
1326 for (unsigned I = Paths.size() - 1; I != 0; --I)
1327 llvm::sys::path::append(Path, "Frameworks", Paths[I-1] + ".framework");