Home | History | Annotate | Download | only in gcmole

Lines Matching refs:FunctionDecl

133     const clang::FunctionDecl* callee = expr->getDirectCallee();
145 void AnalyzeFunction(const clang::FunctionDecl* f) {
150 const clang::FunctionDecl* body = NULL;
224 virtual bool VisitFunctionDecl(clang::FunctionDecl* decl) {
255 const clang::FunctionDecl* decl) {
874 clang::FunctionDecl* callee = call->getDirectCallee();
1161 FunctionDecl* f,
1164 clang::FunctionDecl::param_const_iterator end = f->param_end();
1165 for (clang::FunctionDecl::param_const_iterator p = f->param_begin();
1173 void AnalyzeFunction(const clang::FunctionDecl* f) {
1174 const clang::FunctionDecl* body = NULL;
1257 virtual bool VisitFunctionDecl(clang::FunctionDecl* decl) {