Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DFileManager.cpp270 UFE = new (FilesAlloc.Allocate()) FileEntry(); in getFileRef()
450 RealFE = new (FilesAlloc.Allocate()) FileEntry(); in getVirtualFileRef()
459 UFE = new (FilesAlloc.Allocate()) FileEntry(); in getVirtualFileRef()
490 FileEntry *BFE = new (FilesAlloc.Allocate()) FileEntry(); in getBypassFile()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DFileManager.h56 llvm::SpecificBumpPtrAllocator<FileEntry> FilesAlloc; variable