Home
last modified time | relevance | path

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

/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyCommon.h102 void handleStatement(const Stmt *S) {} in handleStatement() function
190 V.handleStatement(BI.castAs<CFGStmt>().getStmt()); in walk()
448 void handleStatement(const Stmt *S);
/external/clang/lib/Analysis/
DThreadSafetyCommon.cpp861 void SExprBuilder::handleStatement(const Stmt *S) { in handleStatement() function in SExprBuilder