Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DHeaderSearchOptions.h303 void AddVFSOverlayFile(StringRef Name) { in AddVFSOverlayFile() function
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp3387 Opts.AddVFSOverlayFile(A->getValue()); in ParseHeaderSearchArgs()