Home
last modified time | relevance | path

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

/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyCommon.h361 til::SExpr *lookupStmt(const Stmt *S);
/external/clang/lib/Analysis/
DThreadSafetyCommon.cpp70 til::SExpr *SExprBuilder::lookupStmt(const Stmt *S) { in lookupStmt() function in SExprBuilder
204 if (til::SExpr *E = lookupStmt(S)) in translate()