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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessingRecord.h312 llvm::BumpPtrAllocator BumpAlloc; member in class:clang::PreprocessingRecord
404 return BumpAlloc.Allocate(Size, Align);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessingRecord.cpp511 return BumpAlloc.getTotalMemory()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h562 mutable llvm::BumpPtrAllocator BumpAlloc; member in class:clang::ASTContext
624 return BumpAlloc;
628 return BumpAlloc.Allocate(Size, Align);
638 return BumpAlloc.getTotalMemory();
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp488 BumpAlloc.PrintStats();
H A DSemaLookup.cpp3036 Result = BumpAlloc.Allocate<SpecialMemberOverloadResultEntry>();
H A DSemaDeclObjC.cpp3379 ObjCMethodList *Mem = BumpAlloc.Allocate<ObjCMethodList>();
H A DSemaType.cpp6201 LocInfoType *LocT = (LocInfoType*)BumpAlloc.Allocate(sizeof(LocInfoType),
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp304 Comments.addComment(RC, LangOpts.CommentOpts, BumpAlloc);
968 CommentCommandTraits(BumpAlloc, LOpts.CommentOpts),
1083 BumpAlloc.PrintStats();
2795 (TypeSourceInfo*)BumpAlloc.Allocate(sizeof(TypeSourceInfo) + DataSize, 8);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1279 llvm::BumpPtrAllocator BumpAlloc; member in class:clang::final

Completed in 352 milliseconds