Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DProgramPoint.h72 PostLValueKind, enumerator
456 : PostStmt(S, PostLValueKind, L, tag) {} in PostStmt() argument
462 return Location.getKind() == PostLValueKind; in isKind()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DProgramPoint.cpp38 case ProgramPoint::PostLValueKind: in getProgramPoint()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp3119 ProgramPoint::PostLValueKind); in VisitCommonDeclRefExpr()
3131 ProgramPoint::PostLValueKind); in VisitCommonDeclRefExpr()
3191 ProgramPoint::PostLValueKind); in VisitCommonDeclRefExpr()
3341 ProgramPoint::PostLValueKind); in VisitArraySubscriptExpr()
3431 ProgramPoint::PostLValueKind); in VisitMemberExpr()
H A DExprEngineCXX.cpp1251 nullptr, ProgramPoint::PostLValueKind); in VisitLambdaExpr()
H A DExprEngineC.cpp248 nullptr, ProgramPoint::PostLValueKind); in VisitBlockExpr()