Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Analysis/
H A DLiveVariables.cpp593 std::vector<const VarDecl*> declVec; in dumpBlockLiveness() local
601 declVec.clear(); in dumpBlockLiveness()
606 declVec.push_back(*si); in dumpBlockLiveness()
609 llvm::sort(declVec, [](const Decl *A, const Decl *B) { in dumpBlockLiveness()
613 for (std::vector<const VarDecl*>::iterator di = declVec.begin(), in dumpBlockLiveness()
614 de = declVec.end(); di != de; ++di) { in dumpBlockLiveness()