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;
371 return BumpAlloc.Allocate(Size, Align);
  /external/clang/include/clang/AST/
ASTContext.h 423 mutable llvm::BumpPtrAllocator BumpAlloc;
555 return BumpAlloc;
559 return BumpAlloc.Allocate(Size, Align);
569 return BumpAlloc.getTotalMemory();
689 Comments.addComment(RC, BumpAlloc);
    [all...]
  /external/clang/lib/Lex/
PreprocessingRecord.cpp 484 return BumpAlloc.getTotalMemory()
  /external/clang/lib/Sema/
Sema.cpp 348 BumpAlloc.PrintStats();
    [all...]
SemaDeclObjC.cpp     [all...]
SemaLookup.cpp     [all...]
SemaType.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp 752 CommentCommandTraits(BumpAlloc, LOpts.CommentOpts), LastSDM(nullptr, 0) {
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 356 milliseconds