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