HomeSort by: relevance | last modified time | path
    Searched refs:VFSOverlayFiles (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
HeaderSearchOptions.h 178 std::vector<std::string> VFSOverlayFiles;
247 VFSOverlayFiles.push_back(std::string(Name));
  /src/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/
DependencyScanningWorker.cpp 84 for (const auto &Entry : CI.getHeaderSearchOpts().VFSOverlayFiles)
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
CompilerInstance.cpp 259 if (CI.getHeaderSearchOpts().VFSOverlayFiles.empty())
264 for (const std::string &VFSFile : CI.getHeaderSearchOpts().VFSOverlayFiles) {
CompilerInvocation.cpp 2931 for (const std::string &F : Opts.VFSOverlayFiles)
4609 if (CI.getHeaderSearchOpts().VFSOverlayFiles.empty())
4614 for (const auto &File : CI.getHeaderSearchOpts().VFSOverlayFiles) {

Completed in 24 milliseconds