23#include <clang/AST/Expr.h>
24#include <clang/AST/RecursiveASTVisitor.h>
25#include <clang/Basic/SourceManager.h>
49 clang::CXXConstructExpr *, clang::ObjCMessageExpr *,
50 clang::ReturnStmt *, clang::CoreturnStmt *, clang::CoyieldExpr *,
51 clang::CoawaitExpr *>;
81 void update(clang::CXXRecordDecl *cls);
82 void update(clang::ObjCInterfaceDecl *cls);
83 void update(clang::ObjCProtocolDecl *cls);
90 void update(clang::ClassTemplateSpecializationDecl *clst);
97 void update(clang::ClassTemplateDecl *clst);
104 void update(clang::CXXMethodDecl *method);
105 void update(clang::ObjCMethodDecl *method);
112 void update(clang::FunctionDecl *function);
119 void update(clang::FunctionTemplateDecl *function_template);
314 const clang::Stmt *stmt)
const;
330 clang::ClassTemplateSpecializationDecl