Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h484 void VisitCommonDeclRefExpr(const Expr *DR, const NamedDecl *D,
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1712 VisitCommonDeclRefExpr(DE, DE->getDecl(), Pred, Dst); in Visit()
2528 void ExprEngine::VisitCommonDeclRefExpr(const Expr *Ex, const NamedDecl *D, in VisitCommonDeclRefExpr() function in ExprEngine
2675 VisitCommonDeclRefExpr(M, Member, I, EvalSet); in VisitMemberExpr()