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

Completed in 37 milliseconds