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 368 mutable llvm::BumpPtrAllocator BumpAlloc;
406 return BumpAlloc;
410 return BumpAlloc.Allocate(Size, Align);
417 return BumpAlloc.getTotalMemory();
517 Comments.addComment(RC, BumpAlloc);
    [all...]
  /external/clang/include/clang/Sema/
Sema.h 684 llvm::BumpPtrAllocator BumpAlloc;
    [all...]

Completed in 70 milliseconds