Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DPreprocessingRecord.h294 llvm::BumpPtrAllocator BumpAlloc; variable
371 return BumpAlloc.Allocate(Size, Align);
/external/clang/include/clang/AST/
DASTContext.h391 mutable llvm::BumpPtrAllocator BumpAlloc; variable
474 return BumpAlloc; in getAllocator()
478 return BumpAlloc.Allocate(Size, Align);
485 return BumpAlloc.getTotalMemory(); in getASTAllocatedMemory()
600 Comments.addComment(RC, BumpAlloc); in addComment()
/external/clang/lib/Lex/
DPreprocessingRecord.cpp486 return BumpAlloc.getTotalMemory() in getTotalMemory()
/external/clang/lib/Sema/
DSema.cpp301 BumpAlloc.PrintStats(); in PrintStats()
DSemaDeclObjC.cpp2263 ObjCMethodList *Mem = BumpAlloc.Allocate<ObjCMethodList>(); in addMethodToGlobalList()
DSemaLookup.cpp2384 Result = BumpAlloc.Allocate<SpecialMemberOverloadResult>(); in LookupSpecialMember()
DSemaType.cpp3852 LocInfoType *LocT = (LocInfoType*)BumpAlloc.Allocate(sizeof(LocInfoType), in CreateParsedType()
/external/clang/lib/AST/
DASTContext.cpp751 CommentCommandTraits(BumpAlloc, LOpts.CommentOpts), in ASTContext()
871 BumpAlloc.PrintStats(); in PrintStats()
1974 (TypeSourceInfo*)BumpAlloc.Allocate(sizeof(TypeSourceInfo) + DataSize, 8); in CreateTypeSourceInfo()
/external/clang/include/clang/Sema/
DSema.h844 llvm::BumpPtrAllocator BumpAlloc; variable