Searched refs:VisitCommonDeclRefExpr (Results 1 – 2 of 2) sorted by relevance
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | ExprEngine.h | 373 void VisitCommonDeclRefExpr(const Expr *DR, const NamedDecl *D,
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | ExprEngine.cpp | 1192 VisitCommonDeclRefExpr(DE, DE->getDecl(), Pred, Dst); in Visit() 1884 void ExprEngine::VisitCommonDeclRefExpr(const Expr *Ex, const NamedDecl *D, in VisitCommonDeclRefExpr() function in ExprEngine 2014 VisitCommonDeclRefExpr(M, Member, Pred, EvalSet); in VisitMemberExpr()
|