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

  /external/clang/tools/libclang/
CursorVisitor.h 102 DeclContext::decl_iterator DE_current;
CIndex.cpp 620 SaveAndRestore<DeclContext::decl_iterator> DE_saved(DE_current, E);
958 static void addRangedDeclsInContainer(DeclIt *DI_current, DeclIt DE_current,
962 while (++next != DE_current) {
    [all...]

Completed in 87 milliseconds