Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1477 const Stmt *Dst = Piece->getEndLocation().getStmtOrNull(); in addContextEdges()
1500 PrevPiece->getStartLocation().getStmtOrNull()) { in addContextEdges()
1503 getStmtParent(DstContext.getStmtOrNull(), PM)) { in addContextEdges()
1539 const Stmt *s1Start = PieceI->getStartLocation().getStmtOrNull(); in simplifySimpleBranches()
1540 const Stmt *s1End = PieceI->getEndLocation().getStmtOrNull(); in simplifySimpleBranches()
1573 const Stmt *s2Start = PieceNextI->getStartLocation().getStmtOrNull(); in simplifySimpleBranches()
1574 const Stmt *s2End = PieceNextI->getEndLocation().getStmtOrNull(); in simplifySimpleBranches()
1662 const Stmt *s1Start = PieceI->getStartLocation().getStmtOrNull(); in removeContextCycles()
1663 const Stmt *s1End = PieceI->getEndLocation().getStmtOrNull(); in removeContextCycles()
1686 const Stmt *s2Start = PieceNextI->getStartLocation().getStmtOrNull(); in removeContextCycles()
[all …]
H A DExprEngine.cpp142 const Stmt *S = getItem().getStmtOrNull(); in printJson()
570 if (auto DS = dyn_cast_or_null<DeclStmt>(Item.getStmtOrNull())) { in addObjectUnderConstruction()
575 if (auto LE = dyn_cast_or_null<LambdaExpr>(Item.getStmtOrNull())) in addObjectUnderConstruction()
578 if (!Init && !Item.getStmtOrNull()) in addObjectUnderConstruction()
/freebsd/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/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp1159 if (const Stmt *SLoc = getLocation().getStmtOrNull()) in dump()