HomeSort by: relevance | last modified time | path
    Searched refs:appendScopeEnd (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Analysis/
CFG.cpp 907 void appendScopeEnd(CFGBlock *B, const VarDecl *VD, const Stmt *S) {
909 B->appendScopeEnd(VD, S, cfg->getBumpVectorContext());
1818 appendScopeEnd(Block, *I, S);
1851 appendScopeEnd(Block, *I, S);
1871 appendScopeEnd(Block, *I, S);
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/
CFG.h 1130 void appendScopeEnd(const VarDecl *VD, const Stmt *S, BumpVectorContext &C) {

Completed in 46 milliseconds