Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DProgramPoint.h73 PostLValueKind, enumerator
461 : PostStmt(S, PostLValueKind, L, tag) {} in PostStmt() argument
467 return Location.getKind() == PostLValueKind; in isKind()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DProgramPoint.cpp38 case ProgramPoint::PostLValueKind: in getProgramPoint()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2579 ProgramPoint::PostLValueKind); in VisitCommonDeclRefExpr()
2591 ProgramPoint::PostLValueKind); in VisitCommonDeclRefExpr()
2646 ProgramPoint::PostLValueKind); in VisitArraySubscriptExpr()
2728 ProgramPoint::PostLValueKind); in VisitMemberExpr()
H A DExprEngineCXX.cpp1035 nullptr, ProgramPoint::PostLValueKind); in VisitLambdaExpr()
H A DExprEngineC.cpp253 nullptr, ProgramPoint::PostLValueKind); in VisitBlockExpr()