Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp528 CV = lookupVarDecl(VD); in translateBinAssign()
593 til::SExpr *E0 = lookupVarDecl(DRE->getDecl()); in translateCastExpr()
674 til::SExpr *SExprBuilder::lookupVarDecl(const ValueDecl *VD) { in lookupVarDecl() function in SExprBuilder
829 til::SExpr *E = lookupVarDecl(Ph->clangDecl()); in mergePhiNodesBackEdge()
/llvm-project-15.0.7/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h482 til::SExpr *lookupVarDecl(const ValueDecl *VD);