OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DI_current
(Results
1 - 2
of
2
) sorted by null
/external/clang/tools/libclang/
CursorVisitor.h
101
DeclContext::decl_iterator *
DI_current
;
158
DI_current
(0), FileDI_current(0)
CIndex.cpp
596
SaveAndRestore<DeclContext::decl_iterator*> DI_saved(
DI_current
, &I);
925
static void addRangedDeclsInContainer(DeclIt *
DI_current
, DeclIt DE_current,
928
DeclIt next = *
DI_current
;
937
*
DI_current
= next;
963
if (!
DI_current
&& !FileDI_current)
974
if (
DI_current
) {
975
addRangedDeclsInContainer(
DI_current
, DE_current, SM, EndLoc,
[
all
...]
Completed in 32 milliseconds