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;
371 return BumpAlloc.Allocate(Size, Align);
  /external/clang/include/clang/AST/
ASTContext.h 391 mutable llvm::BumpPtrAllocator BumpAlloc;
474 return BumpAlloc;
478 return BumpAlloc.Allocate(Size, Align);
485 return BumpAlloc.getTotalMemory();
600 Comments.addComment(RC, BumpAlloc);
    [all...]
  /external/clang/include/clang/Sema/
Sema.h 844 llvm::BumpPtrAllocator BumpAlloc;
    [all...]

Completed in 42 milliseconds