ΒΆbool cache_directory(
    SmallVectorImpl<char>& result)

Description

Get the directory where installed packages should put their machine-local cache, e.g. $XDG_CACHE_HOME.

Declared at: llvm/include/llvm/Support/Path.h:433

Parameters

SmallVectorImpl<char>& result
Holds the resulting path name.