Home
last modified time | relevance | path

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

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