Searched refs:liveDecls (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Analysis/Analyses/
H A DLiveVariables.h36 llvm::ImmutableSet<const VarDecl *> liveDecls; member in class:clang::LiveVariables::LivenessValues
41 : liveStmts(nullptr), liveDecls(nullptr) {}
45 : liveStmts(LiveStmts), liveDecls(LiveDecls) {}
/external/clang/lib/Analysis/
H A DLiveVariables.cpp125 return liveDecls.contains(D);
153 DSetRefA(valsA.liveDecls.getRootWithoutRetain(), DSetFact.getTreeFactory()),
154 DSetRefB(valsB.liveDecls.getRootWithoutRetain(), DSetFact.getTreeFactory());
167 return liveStmts == V.liveStmts && liveDecls == V.liveDecls;
286 val.liveDecls = LV.DSetFact.add(val.liveDecls,
350 val.liveDecls = LV.DSetFact.remove(val.liveDecls, VD);
367 val.liveDecls
[all...]

Completed in 82 milliseconds