Home
last modified time | relevance | path

Searched defs: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
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp883 void SExprBuilder::handleStatement(const Stmt *S) { in handleStatement() function in SExprBuilder