Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h388 til::LiteralPtr *createVariable(const VarDecl *VD);
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp221 til::LiteralPtr *SExprBuilder::createVariable(const VarDecl *VD) { in createVariable() function in SExprBuilder