|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h 276 const Stmt *getStmtForDiagnostics() const;
References
tools/clang/lib/StaticAnalyzer/Checkers/DeleteWithNonVirtualDtorChecker.cpp 111 const Stmt *S = N->getStmtForDiagnostics();
tools/clang/lib/StaticAnalyzer/Checkers/DynamicTypeChecker.cpp 106 const Stmt *S = N->getStmtForDiagnostics();
tools/clang/lib/StaticAnalyzer/Checkers/DynamicTypePropagation.cpp 940 const Stmt *S = N->getStmtForDiagnostics();
tools/clang/lib/StaticAnalyzer/Checkers/InnerPointerChecker.cpp 287 const Stmt *S = N->getStmtForDiagnostics();
tools/clang/lib/StaticAnalyzer/Checkers/MacOSKeychainAPIChecker.cpp 487 const Stmt *AllocStmt = AllocNode->getStmtForDiagnostics();
tools/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp 2594 const Stmt *AllocationStmt = AllocNode->getStmtForDiagnostics();
3179 const Stmt *S = N->getStmtForDiagnostics();
tools/clang/lib/StaticAnalyzer/Checkers/MoveChecker.cpp 292 const Stmt *S = N->getStmtForDiagnostics();
404 if (const Stmt *MoveStmt = MoveNode->getStmtForDiagnostics())
tools/clang/lib/StaticAnalyzer/Checkers/NullabilityChecker.cpp 312 S = N->getStmtForDiagnostics();
tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.cpp 871 AllocStmt = AllocNode->getStmtForDiagnostics();
tools/clang/lib/StaticAnalyzer/Checkers/Taint.cpp 216 const Stmt *S = N->getStmtForDiagnostics();
tools/clang/lib/StaticAnalyzer/Checkers/ValistChecker.cpp 287 if (const Stmt *StartCallStmt = StartNode->getStmtForDiagnostics())
383 const Stmt *S = N->getStmtForDiagnostics();
tools/clang/lib/StaticAnalyzer/Core/BugReporter.cpp 2322 S = ErrorNode->getStmtForDiagnostics();
2340 const Stmt *S = ErrorNode->getStmtForDiagnostics();
3095 } else if (const Stmt *S = N->getStmtForDiagnostics()) {
tools/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp 853 const Stmt *S = N->getStmtForDiagnostics();
1926 if (N->getStmtForDiagnostics() == Inner)
tools/clang/lib/StaticAnalyzer/Core/ExplodedGraph.cpp 300 if (const Stmt *S = getStmtForDiagnostics())
355 if (const Stmt *S = N->getStmtForDiagnostics()) {
382 if (const Stmt *S = N->getStmtForDiagnostics())
389 if (const Stmt *S = getStmtForDiagnostics())
tools/clang/lib/StaticAnalyzer/Core/LoopUnrolling.cpp 170 const Stmt *S = N->getStmtForDiagnostics();