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

/openbsd-current/gnu/llvm/clang/lib/Tooling/
H A DTooling.cpp504 std::vector<std::string> AbsolutePaths; local
505 AbsolutePaths.reserve(SourcePaths.size());
514 AbsolutePaths.push_back(std::move(*AbsPath));
528 for (llvm::StringRef File : AbsolutePaths) {

Completed in 112 milliseconds