HomeSort by relevance Sort by last modified time
    Searched refs:BumpAlloc (Results 1 - 10 of 10) sorted by null

  /external/clang/lib/Index/
ProgramImpl.h 32 llvm::BumpPtrAllocator BumpAlloc;
48 return BumpAlloc.Allocate(Size, Align);
  /external/clang/include/clang/Lex/
PreprocessingRecord.h 266 llvm::BumpPtrAllocator BumpAlloc;
293 return BumpAlloc.Allocate(Size, Align);
300 return BumpAlloc.getTotalMemory();
  /external/clang/include/clang/AST/
ASTContext.h 311 mutable llvm::BumpPtrAllocator BumpAlloc;
344 return BumpAlloc.Allocate(Size, Align);
351 return BumpAlloc.getTotalMemory();
    [all...]
  /external/clang/lib/Sema/
Sema.cpp 242 BumpAlloc.PrintStats();
    [all...]
SemaDeclObjC.cpp     [all...]
SemaLookup.cpp     [all...]
SemaType.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp 560 Reader.getSema()->BumpAlloc.Allocate<ObjCMethodList>();
578 Reader.getSema()->BumpAlloc.Allocate<ObjCMethodList>();
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp 347 BumpAlloc.PrintStats();
    [all...]
  /external/clang/include/clang/Sema/
Sema.h 632 llvm::BumpPtrAllocator BumpAlloc;
    [all...]

Completed in 73 milliseconds