Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DHeaderSearchOptions.h147 std::vector<std::string> VFSOverlayFiles; variable
200 VFSOverlayFiles.push_back(Name); in AddVFSOverlayFile()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp2544 if (CI.getHeaderSearchOpts().VFSOverlayFiles.empty()) in createVFSFromCompilerInvocation()
2550 for (const std::string &File : CI.getHeaderSearchOpts().VFSOverlayFiles) { in createVFSFromCompilerInvocation()