OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:StrAlloc
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/Edit/
EditedSource.h
44
llvm::BumpPtrAllocator
StrAlloc
;
50
StrAlloc
(/*size=*/512) { }
66
char *buf =
StrAlloc
.Allocate<char>(str.size());
Commit.h
56
llvm::BumpPtrAllocator
StrAlloc
;
139
char *buf =
StrAlloc
.Allocate<char>(str.size());
Completed in 2290 milliseconds