Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Basic/
H A DFileManager.cpp275 UFE = new (FilesAlloc.Allocate()) FileEntry(); in getFileRef()
475 RealFE = new (FilesAlloc.Allocate()) FileEntry(); in getVirtualFileRef()
484 UFE = new (FilesAlloc.Allocate()) FileEntry(); in getVirtualFileRef()
515 FileEntry *BFE = new (FilesAlloc.Allocate()) FileEntry(); in getBypassFile()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DFileManager.h56 llvm::SpecificBumpPtrAllocator<FileEntry> FilesAlloc; variable