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.h373 void VisitCommonDeclRefExpr(const Expr *DR, const NamedDecl *D,
/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp1192 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()