Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h122 void handleStatement(const Stmt *S) {} in handleStatement() function
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp929 void SExprBuilder::handleStatement(const Stmt *S) { in handleStatement() function in SExprBuilder