clang API Documentation
#include <Checker.h>


Public Member Functions | |
| StringRef | getTagDescription () const |
| virtual void | printState (raw_ostream &Out, ProgramStateRef State, const char *NL, const char *Sep) const |
| See CheckerManager::runCheckersForPrintState. | |
| StringRef CheckerBase::getTagDescription | ( | ) | const [virtual] |
Implements clang::ProgramPointTag.
Definition at line 20 of file Checker.cpp.
| virtual void clang::ento::CheckerBase::printState | ( | raw_ostream & | Out, |
| ProgramStateRef | State, | ||
| const char * | NL, | ||
| const char * | Sep | ||
| ) | const [inline, virtual] |