Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h1134 void prependScopeEnd(const VarDecl *VD, const Stmt *S, BumpVectorContext &C) { in prependScopeEnd() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp912 void prependScopeEnd(CFGBlock *B, const VarDecl *VD, const Stmt *S) { in prependScopeEnd() function in __anona1d14af10411::CFGBuilder
914 B->prependScopeEnd(VD, S, cfg->getBumpVectorContext()); in prependScopeEnd()