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

  /external/clang/tools/libclang/
CursorVisitor.h 93 DeclContext::decl_iterator *DI_current;
147 DI_current(0), FileDI_current(0)
CIndex.cpp 558 SaveAndRestore<DeclContext::decl_iterator*> DI_saved(DI_current, &I);
863 static void addRangedDeclsInContainer(DeclIt *DI_current, DeclIt DE_current,
866 DeclIt next = *DI_current;
875 *DI_current = next;
901 if (!DI_current && !FileDI_current)
912 if (DI_current) {
913 addRangedDeclsInContainer(DI_current, DE_current, SM, EndLoc,
    [all...]

Completed in 33 milliseconds