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

  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/
CFG.h 1125 void prependScopeBegin(const VarDecl *VD, const Stmt *S,
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
CFG.cpp 902 void prependScopeBegin(CFGBlock *B, const VarDecl *VD, const Stmt *S) {
904 B->prependScopeBegin(VD, S, cfg->getBumpVectorContext());

Completed in 21 milliseconds