Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h485 void VisitCommonDeclRefExpr(const Expr *DR, const NamedDecl *D,
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1710 VisitCommonDeclRefExpr(DE, DE->getDecl(), Pred, Dst); in Visit()
2526 void ExprEngine::VisitCommonDeclRefExpr(const Expr *Ex, const NamedDecl *D, in VisitCommonDeclRefExpr() function in ExprEngine
2673 VisitCommonDeclRefExpr(M, Member, I, EvalSet); in VisitMemberExpr()