Searched refs:WalkAST (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSizeofPointer.cpp24 class WalkAST : public StmtVisitor<WalkAST> { class in namespace:__anon938
30 WalkAST(BugReporter &br, const CheckerBase *checker, AnalysisDeclContext *ac) function in class:__anon938::WalkAST
38 void WalkAST::VisitChildren(Stmt *S) {
45 void WalkAST::VisitUnaryExprOrTypeTraitExpr(UnaryExprOrTypeTraitExpr *E) {
84 WalkAST walker(BR, this, mgr.getAnalysisDeclContext(D));
H A DCheckSecuritySyntaxOnly.cpp70 class WalkAST : public StmtVisitor<WalkAST> { class in namespace:__anon934
80 WalkAST(BugReporter &br, AnalysisDeclContext* ac, function in class:__anon934::WalkAST
98 typedef void (WalkAST::*FnCheck)(const CallExpr *, const FunctionDecl *);
99 typedef void (WalkAST::*MsgCheck)(const ObjCMessageExpr *);
126 void WalkAST::VisitChildren(Stmt *S) {
132 void WalkAST::VisitCallExpr(CallExpr *CE) {
149 .Case("bcmp", &WalkAST::checkCall_bcmp)
150 .Case("bcopy", &WalkAST::checkCall_bcopy)
151 .Case("bzero", &WalkAST
[all...]
H A DObjCContainersASTChecker.cpp27 class WalkAST : public StmtVisitor<WalkAST> { class in namespace:__anon1024
73 WalkAST(BugReporter &br, const CheckerBase *checker, AnalysisDeclContext *ac) function in class:__anon1024::WalkAST
96 void WalkAST::VisitCallExpr(CallExpr *CE) {
153 void WalkAST::VisitChildren(Stmt *S) {
165 WalkAST walker(BR, this, Mgr.getAnalysisDeclContext(D));
H A DCStringSyntaxChecker.cpp32 class WalkAST: public StmtVisitor<WalkAST> { class in namespace:__anon921
104 WalkAST(const CheckerBase *Checker, BugReporter &BR, AnalysisDeclContext *AC) function in class:__anon921::WalkAST
122 bool WalkAST::containsBadStrncatPattern(const CallExpr *CE) {
153 bool WalkAST::containsBadStrlcpyStrlcatPattern(const CallExpr *CE) {
213 void WalkAST::VisitCallExpr(CallExpr *CE) {
272 void WalkAST::VisitChildren(Stmt *S) {
284 WalkAST walker(this, BR, Mgr.getAnalysisDeclContext(D));

Completed in 87 milliseconds