Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DLiveVariables.cpp628 std::vector<const VarDecl*> declVec; in dumpBlockLiveness() local
636 declVec.clear(); in dumpBlockLiveness()
641 declVec.push_back(*si); in dumpBlockLiveness()
644 llvm::sort(declVec, [](const Decl *A, const Decl *B) { in dumpBlockLiveness()
648 for (std::vector<const VarDecl*>::iterator di = declVec.begin(), in dumpBlockLiveness()
649 de = declVec.end(); di != de; ++di) { in dumpBlockLiveness()