Home
last modified time | relevance | path

Searched defs:appendLifetimeEnds (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/include/clang/Analysis/
H A DCFG.h1180 void appendLifetimeEnds(VarDecl *VD, Stmt *S, BumpVectorContext &C) { in appendLifetimeEnds() function
/llvm-project/clang/lib/Analysis/
H A DCFG.cpp888 void appendLifetimeEnds(CFGBlock *B, VarDecl *VD, Stmt *S) { appendLifetimeEnds() function in __anon36ae77d00411::CFGBuilder