Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h413 til::SExpr *translateDeclRefExpr(const DeclRefExpr *DRE,
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp245 return translateDeclRefExpr(cast<DeclRefExpr>(S), Ctx); in translate()
308 til::SExpr *SExprBuilder::translateDeclRefExpr(const DeclRefExpr *DRE, in translateDeclRefExpr() function in SExprBuilder