Home
last modified time | relevance | path

Searched refs:PathSeq (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DUtils.h34 using PathSeq = std::vector<std::string>; variable
96 PathSeq getPathsForPlatform(const PathToPlatformSeq &Paths,
/freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/
H A DMachO.h48 using PathSeq = llvm::MachO::PathSeq; variable
H A DHeaderFile.h162 llvm::Expected<PathSeq> enumerateFiles(clang::FileManager &FM,
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DHeaderFile.cpp45 llvm::Expected<PathSeq> enumerateFiles(FileManager &FM, StringRef Directory) { in enumerateFiles()
46 PathSeq Files; in enumerateFiles()
H A DDirectoryScanner.cpp95 PathSeq SubDirectories; in scanHeaders()
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DUtils.cpp236 PathSeq llvm::MachO::getPathsForPlatform(const PathToPlatformSeq &Paths, in getPathsForPlatform()
238 PathSeq Result; in getPathsForPlatform()