Searched refs:checkLiveSymbols (Results 1 – 3 of 3) sorted by relevance
216 void checkLiveSymbols(ProgramStateRef State, SymbolReaper &SR) const {} in checkLiveSymbols() function in clang::ento::CheckerDocumentation
64 void checkLiveSymbols(ProgramStateRef state, SymbolReaper &SR) const;2032 void CStringChecker::checkLiveSymbols(ProgramStateRef state, in checkLiveSymbols() function in CStringChecker
265 ((const CHECKER *)checker)->checkLiveSymbols(state, SR); in _checkLiveSymbols()