Searched refs:D_next (Results 1 - 1 of 1) sorted by relevance

/external/clang/tools/libclang/
H A DCIndex.cpp939 Decl *D_next = *next; local
940 if (!D_next)
942 SourceLocation L = D_next->getLocStart();
947 Decls.push_back(D_next);

Completed in 386 milliseconds