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 291 llvm::BumpPtrAllocator BumpAlloc;
396 return BumpAlloc.Allocate(Size, Align);
  /external/clang/include/clang/AST/
ASTContext.h 359 mutable llvm::BumpPtrAllocator BumpAlloc;
396 return BumpAlloc.Allocate(Size, Align);
403 return BumpAlloc.getTotalMemory();
    [all...]
  /external/clang/include/clang/Sema/
Sema.h 718 llvm::BumpPtrAllocator BumpAlloc;
    [all...]

Completed in 39 milliseconds