Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DLiveVariables.cpp634 std::vector<const VarDecl*> declVec; in dumpBlockLiveness() local
642 declVec.clear(); in dumpBlockLiveness()
647 declVec.push_back(*si); in dumpBlockLiveness()
650 llvm::sort(declVec, [](const Decl *A, const Decl *B) { in dumpBlockLiveness()
654 for (std::vector<const VarDecl*>::iterator di = declVec.begin(), in dumpBlockLiveness()
655 de = declVec.end(); di != de; ++di) { in dumpBlockLiveness()