HomeSort by relevance Sort by last modified time
    Searched refs:appendAutomaticObjDtor (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Analysis/
CFG.h 683 void appendAutomaticObjDtor(VarDecl *VD, Stmt *S, BumpVectorContext &C) {
    [all...]
  /external/clang/lib/Analysis/
CFG.cpp 476 void appendAutomaticObjDtor(CFGBlock *B, VarDecl *VD, Stmt *S) {
477 B->appendAutomaticObjDtor(VD, S, cfg->getBumpVectorContext());
    [all...]

Completed in 123 milliseconds