Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Analysis/
H A DLiveVariables.cpp592 std::vector<const VarDecl*> declVec; in dumpBlockLiveness() local
600 declVec.clear(); in dumpBlockLiveness()
605 declVec.push_back(*si); in dumpBlockLiveness()
608 llvm::sort(declVec, [](const Decl *A, const Decl *B) { in dumpBlockLiveness()
612 for (std::vector<const VarDecl*>::iterator di = declVec.begin(), in dumpBlockLiveness()
613 de = declVec.end(); di != de; ++di) { in dumpBlockLiveness()