Home
last modified time | relevance | path

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

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