Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h1153 void appendScopeEnd(const VarDecl *VD, const Stmt *S, BumpVectorContext &C) { in appendScopeEnd() function
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp917 void appendScopeEnd(CFGBlock *B, const VarDecl *VD, const Stmt *S) { in appendScopeEnd() function in __anon520e3e850411::CFGBuilder