Home
last modified time | relevance | path

Searched refs:GetStdModuleManifestPath (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/clang/include/clang/Driver/
H A DDriver.h620 std::string GetStdModuleManifestPath(const Compilation &C,
/src/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp2230 llvm::outs() << GetStdModuleManifestPath(C, C.getDefaultToolChain()) in HandleImmediateArgs()
6258 std::string Driver::GetStdModuleManifestPath(const Compilation &C, in GetStdModuleManifestPath() function in Driver