Home
last modified time | relevance | path

Searched refs:declVec (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Analysis/
DLiveVariables.cpp579 std::vector<const VarDecl*> declVec; in dumpBlockLiveness() local
587 declVec.clear(); in dumpBlockLiveness()
592 declVec.push_back(*si); in dumpBlockLiveness()
595 std::sort(declVec.begin(), declVec.end(), [](const Decl *A, const Decl *B) { in dumpBlockLiveness()
599 for (std::vector<const VarDecl*>::iterator di = declVec.begin(), in dumpBlockLiveness()
600 de = declVec.end(); di != de; ++di) { in dumpBlockLiveness()