Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/
H A DAllTUsExecution.h60 OverlayFiles[FilePath] = std::string(Content); in mapVirtualFile()
69 llvm::StringMap<std::string> OverlayFiles; variable
/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DAllTUsExecution.cpp132 for (const auto &FileAndContent : OverlayFiles) in execute()