Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1439 const Stmt *Dst = Piece->getEndLocation().getStmtOrNull(); in addContextEdges()
1462 PrevPiece->getStartLocation().getStmtOrNull()) { in addContextEdges()
1465 getStmtParent(DstContext.getStmtOrNull(), PM)) { in addContextEdges()
1501 const Stmt *s1Start = PieceI->getStartLocation().getStmtOrNull(); in simplifySimpleBranches()
1502 const Stmt *s1End = PieceI->getEndLocation().getStmtOrNull(); in simplifySimpleBranches()
1624 const Stmt *s1Start = PieceI->getStartLocation().getStmtOrNull(); in removeContextCycles()
1625 const Stmt *s1End = PieceI->getEndLocation().getStmtOrNull(); in removeContextCycles()
1692 const Stmt *start = PieceI->getStartLocation().getStmtOrNull(); in removePunyEdges()
1693 const Stmt *end = PieceI->getEndLocation().getStmtOrNull(); in removePunyEdges()
1785 const Stmt *s1Start = PieceI->getStartLocation().getStmtOrNull(); in optimizeEdges()
[all …]
H A DExprEngine.cpp127 if (const Stmt *S = getItem().getStmtOrNull()) in getAnyASTNodePtr()
147 const Stmt *S = getItem().getStmtOrNull(); in printJson()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Analysis/
H A DConstructionContext.h144 const Stmt *getStmtOrNull() const { in getStmtOrNull() function
H A DPathDiagnostic.h349 const Stmt *getStmtOrNull() const { in getStmtOrNull() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp1162 if (const Stmt *SLoc = getLocation().getStmtOrNull()) in dump()