Searched defs:CheckLiveSymbolsFunc (Results 1 - 1 of 1) sorted by last modified time

/external/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h476 typedef CheckerFn<void (ProgramStateRef,SymbolReaper &)> CheckLiveSymbolsFunc; typedef in class:clang::ento::CheckerManager
527 void _registerForLiveSymbols(CheckLiveSymbolsFunc checkfn);
630 std::vector<CheckLiveSymbolsFunc> LiveSymbolsCheckers;

Completed in 132 milliseconds