Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp1258 for (StringRef VFSOverlayFile : HSOpts.VFSOverlayFiles) in writeUnhashedControlBlock() local
1259 AddString(VFSOverlayFile, Record); in writeUnhashedControlBlock()
H A DASTReader.cpp6158 std::string VFSOverlayFile = ReadString(Record, Idx); in ParseHeaderSearchPaths() local
6159 HSOpts.VFSOverlayFiles.emplace_back(std::move(VFSOverlayFile)); in ParseHeaderSearchPaths()