HomeSort by relevance Sort by last modified time
    Searched refs:BumpAlloc (Results 1 - 9 of 9) sorted by null

  /external/clang/include/clang/Lex/
PreprocessingRecord.h 294 llvm::BumpPtrAllocator BumpAlloc;
368 return BumpAlloc.Allocate(Size, Align);
  /external/clang/include/clang/AST/
ASTContext.h 384 mutable llvm::BumpPtrAllocator BumpAlloc;
461 return BumpAlloc;
465 return BumpAlloc.Allocate(Size, Align);
472 return BumpAlloc.getTotalMemory();
576 Comments.addComment(RC, BumpAlloc);
    [all...]
  /external/clang/lib/Lex/
PreprocessingRecord.cpp 482 return BumpAlloc.getTotalMemory()
  /external/clang/lib/Sema/
Sema.cpp 255 BumpAlloc.PrintStats();
    [all...]
SemaDeclObjC.cpp     [all...]
SemaLookup.cpp     [all...]
SemaType.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp 726 CommentCommandTraits(BumpAlloc, LOpts.CommentOpts),
836 BumpAlloc.PrintStats();
    [all...]
  /external/clang/include/clang/Sema/
Sema.h 770 llvm::BumpPtrAllocator BumpAlloc;
    [all...]

Completed in 88 milliseconds