Home
last modified time | relevance | path

Searched refs:clangDecl (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h88 return PE1->clangDecl() == PE2->clangDecl(); in partiallyMatches()
319 return P->clangDecl(); in valueDecl()
321 return P->clangDecl(); in valueDecl()
H A DThreadSafetyTraverse.h626 if (const NamedDecl *D = E->clangDecl()) in printLiteralPtr()
722 SS << E->clangDecl()->getQualifiedNameAsString(); in printProject()
H A DThreadSafetyTIL.h393 const ValueDecl *clangDecl() const { return Cvdecl; } in clangDecl() function
651 const ValueDecl *clangDecl() const { return Cvdecl; } in clangDecl() function
933 const ValueDecl *clangDecl() const { return Cvdecl; } in clangDecl() function
1328 const ValueDecl *clangDecl() const { return Cvdecl; } in clangDecl() function
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp358 return V->clangDecl(); in getValueDeclFromSExpr()
360 return Ph->clangDecl(); in getValueDeclFromSExpr()
362 return P->clangDecl(); in getValueDeclFromSExpr()
364 return L->clangDecl(); in getValueDeclFromSExpr()
708 if (!V->clangDecl()) in maybeUpdateVD()
849 til::SExpr *E = lookupVarDecl(Ph->clangDecl()); in mergePhiNodesBackEdge()