Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DLiveVariables.cpp571 std::vector<const VarDecl*> declVec; in dumpBlockLiveness() local
579 declVec.clear(); in dumpBlockLiveness()
584 declVec.push_back(*si); in dumpBlockLiveness()
587 llvm::sort(declVec, [](const Decl *A, const Decl *B) { in dumpBlockLiveness()
591 for (std::vector<const VarDecl*>::iterator di = declVec.begin(), in dumpBlockLiveness()
592 de = declVec.end(); di != de; ++di) { in dumpBlockLiveness()