Home
last modified time | relevance | path

Searched refs:VFSOverlayFiles (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DHeaderSearchOptions.h174 std::vector<std::string> VFSOverlayFiles; variable
229 VFSOverlayFiles.push_back(Name); in AddVFSOverlayFile()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInstance.cpp197 if (CI.getHeaderSearchOpts().VFSOverlayFiles.empty()) in collectVFSEntries()
202 for (const std::string &VFSFile : CI.getHeaderSearchOpts().VFSOverlayFiles) { in collectVFSEntries()
H A DCompilerInvocation.cpp3474 if (CI.getHeaderSearchOpts().VFSOverlayFiles.empty()) in createVFSFromCompilerInvocation()
3479 for (const auto &File : CI.getHeaderSearchOpts().VFSOverlayFiles) { in createVFSFromCompilerInvocation()