Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DProgramPoint.cpp39 case ProgramPoint::PostLValueKind: in getProgramPoint()
78 case PostLValueKind: in getProgramPointKindName()
129 case PostLValueKind: in getSourceLocation()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DProgramPoint.h75 PostLValueKind, enumerator
466 : PostStmt(S, PostLValueKind, L, tag) {} in PostStmt() argument
472 return Location.getKind() == PostLValueKind; in isKind()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp3227 ProgramPoint::PostLValueKind); in VisitCommonDeclRefExpr()
3239 ProgramPoint::PostLValueKind); in VisitCommonDeclRefExpr()
3261 ProgramPoint::PostLValueKind); in VisitCommonDeclRefExpr()
3316 ProgramPoint::PostLValueKind); in VisitCommonDeclRefExpr()
3466 ProgramPoint::PostLValueKind); in VisitArraySubscriptExpr()
3556 ProgramPoint::PostLValueKind); in VisitMemberExpr()
H A DExprEngineCXX.cpp1223 nullptr, ProgramPoint::PostLValueKind); in VisitLambdaExpr()
H A DExprEngineC.cpp252 nullptr, ProgramPoint::PostLValueKind); in VisitBlockExpr()