Lines Matching refs:check
36 class CheckerDocumentation : public Checker< check::PreStmt<DeclStmt>,
37 check::PostStmt<CallExpr>,
38 check::PreObjCMessage,
39 check::PostObjCMessage,
40 check::BranchCondition,
41 check::Location,
42 check::Bind,
43 check::DeadSymbols,
44 check::EndPath,
45 check::EndAnalysis,
46 check::EndOfTranslationUnit,
49 check::LiveSymbols,
50 check::RegionChanges,
51 check::Event<ImplicitNullDerefEvent>,
52 check::ASTDecl<FunctionDecl> > {
65 /// check::PreStmt<DeclStmt>
75 /// check::PostStmt<DeclStmt>
95 /// check::Location
105 /// check::Bind
122 /// check::DeadSymbols
127 /// This callback should be used to check if the allocated resources are freed.
129 /// check::EndPath
140 /// check::EndAnalysis
147 /// check::EndOfTranslationUnit
184 /// check::LiveSymbols
190 /// check::RegionChanges
211 /// check::Event<ImplicitNullDerefEvent>
214 /// \brief Check every declaration in the AST.
221 /// check::ASTDecl<FunctionDecl>