Searched refs:getStartLocation (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp532 const Stmt *Start = CF->getStartLocation().asStmt();
542 NextCF->setStartLocation(CF->getStartLocation());
1420 PathDiagnosticLocation SrcLoc = Piece->getStartLocation();
1459 PrevPiece->getStartLocation().getStmtOrNull()) {
1498 const Stmt *s1Start = PieceI->getStartLocation().getStmtOrNull();
1532 const Stmt *s2Start = PieceNextI->getStartLocation().getStmtOrNull();
1551 PieceNextI->setStartLocation(PieceI->getStartLocation());
1622 const Stmt *s1Start = PieceI->getStartLocation().getStmtOrNull();
1646 const Stmt *s2Start = PieceNextI->getStartLocation().getStmtOrNull();
1690 const Stmt *start = PieceI->getStartLocation()
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp233 FullSourceLoc XSL = X.getStartLocation().asLocation();
234 FullSourceLoc YSL = Y.getStartLocation().asLocation();
1162 getStartLocation().dump();
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h615 PathDiagnosticLocation getStartLocation() const { function in class:clang::ento::PathDiagnosticControlFlowPiece
638 return getStartLocation();

Completed in 73 milliseconds