HomeSort by: relevance | last modified time | path
    Searched defs:visitors (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 202 /// separately. Use bug visitors if you need to add an extra path note.
327 /// A set of custom visitors which generate "event" diagnostics at
331 /// Used for ensuring the visitors are only added once.
430 /// be processed differently by visitors (e.g. if the tracking kind is
436 /// be processed differently by visitors (e.g. if the tracking kind is
443 /// will be processed differently by visitors (e.g. if the tracking kind is
488 /// Add custom or predefined bug report visitors to this report.
490 /// The visitors should be used when the default trace is not sufficient.
497 /// Remove all visitors attached to this bug report.
500 /// Iterators through the custom diagnostic visitors
503 visitor_range visitors() { return {visitor_begin(), visitor_end()}; } function in class:clang::ento::PathSensitiveBugReport
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp 102 /// Map from each node to the diagnostic pieces visitors emit for them.
206 /// The bug report we're describing. Visitors create their diagnostics with
209 /// file and visitors construct diagnostics), hence its const.
214 /// The diagnostic pieces visitors emitted, which is expected to be collected
232 /// *not* provided by bug report visitors.
2028 // Add pieces from custom visitors.
2739 /// Generate notes from all visitors.
2748 PathSensitiveBugReport::VisitorList visitors; local
2750 // Run visitors on all nodes starting from the node *before* the last one.
2755 // At each iteration, move all visitors from report to visitor list. This i
    [all...]

Completed in 22 milliseconds