Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DFileManager.cpp270 UFE = new (FilesAlloc.Allocate()) FileEntry(); in getFileRef()
451 RealFE = new (FilesAlloc.Allocate()) FileEntry(); in getVirtualFileRef()
460 UFE = new (FilesAlloc.Allocate()) FileEntry(); in getVirtualFileRef()
491 FileEntry *BFE = new (FilesAlloc.Allocate()) FileEntry(); in getBypassFile()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DFileManager.h56 llvm::SpecificBumpPtrAllocator<FileEntry> FilesAlloc; variable