Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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()
1633 const Stmt *s1Start = PieceI->getStartLocation().getStmtOrNull(); in removeContextCycles()
1634 const Stmt *s1End = PieceI->getEndLocation().getStmtOrNull(); in removeContextCycles()
1701 const Stmt *start = PieceI->getStartLocation().getStmtOrNull(); in removePunyEdges()
1702 const Stmt *end = PieceI->getEndLocation().getStmtOrNull(); in removePunyEdges()
1794 const Stmt *s1Start = PieceI->getStartLocation().getStmtOrNull(); in optimizeEdges()
[all …]
H A DExprEngine.cpp141 const Stmt *S = getItem().getStmtOrNull(); in printJson()
569 if (auto DS = dyn_cast_or_null<DeclStmt>(Item.getStmtOrNull())) { in addObjectUnderConstruction()
574 if (auto LE = dyn_cast_or_null<LambdaExpr>(Item.getStmtOrNull())) in addObjectUnderConstruction()
577 if (!Init && !Item.getStmtOrNull()) in addObjectUnderConstruction()
/freebsd-14.2/contrib/llvm-project/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
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp1161 if (const Stmt *SLoc = getLocation().getStmtOrNull()) in dump()