Home
last modified time | relevance | path

Searched refs:BumpAlloc (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessingRecord.h312 llvm::BumpPtrAllocator BumpAlloc; variable
404 return BumpAlloc.Allocate(Size, Align);
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessingRecord.cpp513 return BumpAlloc.getTotalMemory() in getTotalMemory()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h706 mutable llvm::BumpPtrAllocator BumpAlloc; variable
803 return BumpAlloc; in getAllocator()
807 return BumpAlloc.Allocate(Size, Align);
841 return BumpAlloc.getTotalMemory(); in getASTAllocatedMemory()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp677 BumpAlloc.PrintStats(); in PrintStats()
H A DSemaLookup.cpp3420 Result = BumpAlloc.Allocate<SpecialMemberOverloadResultEntry>(); in LookupSpecialMember()
H A DSemaDeclObjC.cpp3416 ObjCMethodList *Mem = SemaRef.BumpAlloc.Allocate<ObjCMethodList>(); in addMethodToGlobalList()
H A DSemaType.cpp6343 LocInfoType *LocT = (LocInfoType *)BumpAlloc.Allocate(sizeof(LocInfoType), in CreateParsedType()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp350 Comments.addComment(RC, LangOpts.CommentOpts, BumpAlloc); in addComment()
954 Comments(SM), CommentCommandTraits(BumpAlloc, LOpts.CommentOpts), in ASTContext()
1074 BumpAlloc.PrintStats(); in PrintStats()
3194 (TypeSourceInfo*)BumpAlloc.Allocate(sizeof(TypeSourceInfo) + DataSize, 8); in CreateTypeSourceInfo()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1216 llvm::BumpPtrAllocator BumpAlloc; variable