Home
last modified time | relevance | path

Searched refs:PostLValueKind (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Analysis/
H A DProgramPoint.h72 PostLValueKind, enumerator
460 : PostStmt(S, PostLValueKind, L, tag) {} in PostStmt() argument
466 return Location.getKind() == PostLValueKind; in isKind()
/llvm-project-15.0.7/clang/lib/Analysis/
H A DProgramPoint.cpp38 case ProgramPoint::PostLValueKind: in getProgramPoint()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2765 ProgramPoint::PostLValueKind); in VisitCommonDeclRefExpr()
2777 ProgramPoint::PostLValueKind); in VisitCommonDeclRefExpr()
2837 ProgramPoint::PostLValueKind); in VisitCommonDeclRefExpr()
2987 ProgramPoint::PostLValueKind); in VisitArraySubscriptExpr()
3069 ProgramPoint::PostLValueKind); in VisitMemberExpr()
H A DExprEngineCXX.cpp1190 nullptr, ProgramPoint::PostLValueKind); in VisitLambdaExpr()
H A DExprEngineC.cpp252 nullptr, ProgramPoint::PostLValueKind); in VisitBlockExpr()