Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h120 void handleStatement(const Stmt *S) {} in handleStatement() function
207 V.handleStatement(BI.castAs<CFGStmt>().getStmt()); in walk()
456 void handleStatement(const Stmt *S);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp883 void SExprBuilder::handleStatement(const Stmt *S) { in handleStatement() function in SExprBuilder