Searched refs:FuncDecl (Results 1 – 3 of 3) sorted by relevance
102 constexpr int FuncDecl() { in FuncDecl() function
1004 Decl *FuncDecl = Actions.HandleDeclarator(ParentScope, D, in ParseFunctionDefinition() local1006 D.complete(FuncDecl); in ParseFunctionDefinition()1008 if (FuncDecl) { in ParseFunctionDefinition()1010 StashAwayMethodOrFunctionBodyTokens(FuncDecl); in ParseFunctionDefinition()1012 return FuncDecl; in ParseFunctionDefinition()
1186 if (const FunctionDecl *FuncDecl = CXXCE->getDirectCallee()) in ActOnPropertyImplDecl() local1187 if (!FuncDecl->isTrivial()) in ActOnPropertyImplDecl()1192 Diag(FuncDecl->getLocStart(), in ActOnPropertyImplDecl()1193 diag::note_callee_decl) << FuncDecl; in ActOnPropertyImplDecl()