Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Analysis/
H A DCFG.h1154 void appendLifetimeEnds(VarDecl *VD, Stmt *S, BumpVectorContext &C) { in appendLifetimeEnds() function
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DCFG.cpp869 void appendLifetimeEnds(CFGBlock *B, VarDecl *VD, Stmt *S) { in appendLifetimeEnds() function in __anon76ebc3340411::CFGBuilder