Searched refs:VisitCommonDeclRefExpr (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | ExprEngine.h | 483 void VisitCommonDeclRefExpr(const Expr *DR, const NamedDecl *D,
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngine.cpp | 2252 VisitCommonDeclRefExpr(DE, DE->getDecl(), Pred, Dst); in Visit() 3066 void ExprEngine::VisitCommonDeclRefExpr(const Expr *Ex, const NamedDecl *D, in VisitCommonDeclRefExpr() function in ExprEngine 3368 VisitCommonDeclRefExpr(M, Member, I, EvalSet); in VisitMemberExpr()
|