Home
last modified time | relevance | path

Searched refs:CheckerDocumentation (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckerDocumentation.cpp35 class CheckerDocumentation class
375 void CheckerDocumentation::checkPostStmt(const DeclStmt *DS, in checkPostStmt()
380 Mgr.registerChecker<CheckerDocumentation>(); in registerCheckerDocumentationChecker()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td1611 def CheckerDocumentationChecker : Checker<"CheckerDocumentation">,
/freebsd/lib/clang/libclang/
H A DMakefile696 SRCS_FUL+= StaticAnalyzer/Checkers/CheckerDocumentation.cpp