Searched refs:SubmodulePath (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Lex/
H A DHeaderSearch.cpp340 /// \param SubmodulePath Will be populated with the submodule path from the
344 SmallVectorImpl<std::string> &SubmodulePath) {
378 SubmodulePath.push_back(llvm::sys::path::stem(DirName));
509 SmallVector<std::string, 4> SubmodulePath; local
511 = ::getTopFrameworkDir(FileMgr, FrameworkPath, SubmodulePath);
922 SmallVector<std::string, 4> SubmodulePath; local
924 = ::getTopFrameworkDir(FileMgr, FrameworkName, SubmodulePath);
343 getTopFrameworkDir(FileManager &FileMgr, StringRef DirName, SmallVectorImpl<std::string> &SubmodulePath) argument

Completed in 72 milliseconds