Home | History | Annotate | Download | only in AST

Lines Matching refs:FunctionDecl

64     void VisitFunctionDecl(FunctionDecl *D);
340 else if (isa<FunctionDecl>(*D) &&
341 cast<FunctionDecl>(*D)->isThisDeclarationADefinition())
447 void DeclPrinter::VisitFunctionDecl(FunctionDecl *D) {
669 else if (FunctionDecl *FD =
670 dyn_cast<FunctionDecl>(D->getFriendDecl())) {