Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DFileManager.h57 llvm::SpecificBumpPtrAllocator<DirectoryEntry> DirsAlloc; variable
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DFileManager.cpp96 UDE = new (DirsAlloc.Allocate()) DirectoryEntry(); in getRealDirEntry()
125 auto *UDE = new (DirsAlloc.Allocate()) DirectoryEntry(); in addAncestorsAsVirtualDirs()