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 101 DeclContext::decl_iterator *DI_current;
158 DI_current(nullptr), FileDI_current(nullptr)
CIndex.cpp 619 SaveAndRestore<DeclContext::decl_iterator*> DI_saved(DI_current, &I);
958 static void addRangedDeclsInContainer(DeclIt *DI_current, DeclIt DE_current,
961 DeclIt next = *DI_current;
970 *DI_current = next;
983 if (!DI_current && !FileDI_current)
994 if (DI_current)
    [all...]

Completed in 245 milliseconds