Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h400 til::SExpr *lookupStmt(const Stmt *S);
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp72 til::SExpr *SExprBuilder::lookupStmt(const Stmt *S) { return SMap.lookup(S); } in lookupStmt() function in SExprBuilder
240 if (til::SExpr *E = lookupStmt(S)) in translate()