Collect a newly seen file at SrcPath.

Synopsis

Declared in <llvm/Support/FileCollector.h>

virtual
void
addFileImpl(StringRef SrcPath) = 0;

Parameters

Name

Description

SrcPath

Path of the file to collect.

Created with MrDocs