Home
last modified time | relevance | path

Searched refs:appendAutomaticObjDtor (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Analysis/
DCFG.h681 void appendAutomaticObjDtor(VarDecl *VD, Stmt *S, BumpVectorContext &C) { in appendAutomaticObjDtor() function
/external/clang/lib/Analysis/
DCFG.cpp618 void appendAutomaticObjDtor(CFGBlock *B, VarDecl *VD, Stmt *S) { in appendAutomaticObjDtor() function in __anon83acd1880111::CFGBuilder
619 B->appendAutomaticObjDtor(VD, S, cfg->getBumpVectorContext()); in appendAutomaticObjDtor()
1247 appendAutomaticObjDtor(Block, *I, S); in addAutomaticObjDtors()