Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1448 const Stmt *Dst = Piece->getEndLocation().getStmtOrNull(); in addContextEdges()
1471 PrevPiece->getStartLocation().getStmtOrNull()) { in addContextEdges()
1474 getStmtParent(DstContext.getStmtOrNull(), PM)) { in addContextEdges()
1510 const Stmt *s1Start = PieceI->getStartLocation().getStmtOrNull(); in simplifySimpleBranches()
1511 const Stmt *s1End = PieceI->getEndLocation().getStmtOrNull(); in simplifySimpleBranches()
1632 const Stmt *s1Start = PieceI->getStartLocation().getStmtOrNull(); in removeContextCycles()
1633 const Stmt *s1End = PieceI->getEndLocation().getStmtOrNull(); in removeContextCycles()
1700 const Stmt *start = PieceI->getStartLocation().getStmtOrNull(); in removePunyEdges()
1701 const Stmt *end = PieceI->getEndLocation().getStmtOrNull(); in removePunyEdges()
1793 const Stmt *s1Start = PieceI->getStartLocation().getStmtOrNull(); in optimizeEdges()
[all …]
H A DExprEngine.cpp139 const Stmt *S = getItem().getStmtOrNull(); in printJson()
528 if (auto DS = dyn_cast_or_null<DeclStmt>(Item.getStmtOrNull())) { in addObjectUnderConstruction()
533 if (auto LE = dyn_cast_or_null<LambdaExpr>(Item.getStmtOrNull())) in addObjectUnderConstruction()
536 if (!Init && !Item.getStmtOrNull()) in addObjectUnderConstruction()
/llvm-project-15.0.7/clang/include/clang/Analysis/
H A DConstructionContext.h151 const Stmt *getStmtOrNull() const { in getStmtOrNull() function
H A DPathDiagnostic.h348 const Stmt *getStmtOrNull() const { in getStmtOrNull() function
/llvm-project-15.0.7/clang/lib/Analysis/
H A DPathDiagnostic.cpp1162 if (const Stmt *SLoc = getLocation().getStmtOrNull()) in dump()