Home | History | Annotate | Download | only in Parse

Lines Matching defs:FuncDecl

1004     Decl *FuncDecl = Actions.HandleDeclarator(ParentScope, D,
1006 D.complete(FuncDecl);
1008 if (FuncDecl) {
1010 StashAwayMethodOrFunctionBodyTokens(FuncDecl);
1012 return FuncDecl;