Searched refs:getEnclosingStmtLocation (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | BugReporter.cpp | 652 getEnclosingStmtLocation(const Stmt *S, const LocationContext *LC, in getEnclosingStmtLocation() function 817 getEnclosingStmtLocation(S, C.getCurrLocationContext()); in generateDiagForGotoOP() 922 End = getEnclosingStmtLocation(S, C.getCurrLocationContext()); in generateMinimalDiagForBlockEdge() 947 End = getEnclosingStmtLocation(S, C.getCurrLocationContext()); in generateMinimalDiagForBlockEdge() 956 End = getEnclosingStmtLocation(S, C.getCurrLocationContext()); in generateMinimalDiagForBlockEdge() 973 End = getEnclosingStmtLocation(S, C.getCurrLocationContext()); in generateMinimalDiagForBlockEdge() 981 End = getEnclosingStmtLocation(S, C.getCurrLocationContext()); in generateMinimalDiagForBlockEdge() 994 End = getEnclosingStmtLocation(S, C.getCurrLocationContext()); in generateMinimalDiagForBlockEdge() 1452 NextSrcContext = getEnclosingStmtLocation(InnerStmt, LC, in addContextEdges() 1465 getEnclosingStmtLocation(Dst, LC, /*allowNested=*/true); in addContextEdges()
|