OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OverridenCursorsPool
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/tools/libclang/
CXTranslationUnit.h
33
void *
OverridenCursorsPool
;
CXCursor.cpp
1546
struct
OverridenCursorsPool
{
1551
~
OverridenCursorsPool
() {
1562
return new
OverridenCursorsPool
();
1566
delete static_cast<
OverridenCursorsPool
*>(pool);
1584
OverridenCursorsPool
&pool =
1585
*static_cast<
OverridenCursorsPool
*>(TU->
OverridenCursorsPool
);
1587
OverridenCursorsPool
::CursorVec *Vec = nullptr;
1593
Vec = new
OverridenCursorsPool
::CursorVec();
1631
OverridenCursorsPool
::CursorVec *Vec
[
all
...]
CIndex.cpp
83
D->
OverridenCursorsPool
= createOverridenCXCursorsPool();
4207
disposeOverridenCXCursorsPool(CTUnit->
OverridenCursorsPool
);
Completed in 22 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026