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 563 void appendAutomaticObjDtor(VarDecl *VD, Stmt *S, BumpVectorContext &C) {
    [all...]
  /external/clang/lib/Analysis/
CFG.cpp 469 void appendAutomaticObjDtor(CFGBlock *B, VarDecl *VD, Stmt *S) {
470 B->appendAutomaticObjDtor(VD, S, cfg->getBumpVectorContext());
853 appendAutomaticObjDtor(Block, *I, S);
    [all...]

Completed in 176 milliseconds