HomeSort by relevance Sort by last modified time
    Searched defs:BumpAlloc (Results 1 - 3 of 3) 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/include/clang/Sema/
Sema.h 770 llvm::BumpPtrAllocator BumpAlloc;
    [all...]

Completed in 35 milliseconds