Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExprEngine.h366 void VisitCommonDeclRefExpr(const Expr *DR, const NamedDecl *D,
/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp1182 VisitCommonDeclRefExpr(DE, DE->getDecl(), Pred, Dst); in Visit()
1860 void ExprEngine::VisitCommonDeclRefExpr(const Expr *Ex, const NamedDecl *D, in VisitCommonDeclRefExpr() function in ExprEngine
1990 VisitCommonDeclRefExpr(M, Member, Pred, EvalSet); in VisitMemberExpr()