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

/external/clang/tools/libclang/
H A DCIndex.cpp885 Decl *D_next = *next; local
886 if (!D_next)
888 SourceLocation L = D_next->getLocStart();
893 Decls.push_back(D_next);

Completed in 61 milliseconds