clang_VirtualFileOverlay_addFileMapping

Map an absolute virtual file path to an absolute real one. The virtual path must be canonicalized (not contain "."/".."). \returns 0 for success, non-zero to indicate an error.

extern (C)
clang_VirtualFileOverlay_addFileMapping
(,
const(char)* virtualPath
,
const(char)* realPath
)

Meta