Home
last modified time | relevance | path

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

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