OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScratchAlloc
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/tools/libclang/
CXIndexDataConsumer.h
32
class
ScratchAlloc
{
36
explicit
ScratchAlloc
(CXIndexDataConsumer &indexCtx);
37
ScratchAlloc
(const
ScratchAlloc
&SA);
39
~
ScratchAlloc
();
240
ScratchAlloc
SA;
296
friend class
ScratchAlloc
;
311
ScratchAlloc
&SA);
325
CXIndexDataConsumer &IdxCtx,
ScratchAlloc
&SA);
468
ScratchAlloc
&SA)
[
all
...]
CXIndexDataConsumer.cpp
240
ScratchAlloc
&SA) {
333
ScratchAlloc
SA(IdxCtx);
340
ScratchAlloc
&SA) {
396
const char *
ScratchAlloc
::toCStr(StringRef Str) {
404
const char *
ScratchAlloc
::copyCStr(StringRef Str) {
468
ScratchAlloc
SA(*this);
551
ScratchAlloc
SA(*this);
672
ScratchAlloc
SA(*this);
728
ScratchAlloc
SA(*this);
742
ScratchAlloc
SA(*this)
[
all
...]
Completed in 21 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026