Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Lex/
H A DHeaderSearchOptions.h142 std::vector<std::string> VFSOverlayFiles; variable
194 VFSOverlayFiles.push_back(Name); in AddVFSOverlayFile()
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp2072 if (CI.getHeaderSearchOpts().VFSOverlayFiles.empty()) in createVFSFromCompilerInvocation()
2078 for (const std::string &File : CI.getHeaderSearchOpts().VFSOverlayFiles) { in createVFSFromCompilerInvocation()