Searched refs:ActOnStartOfFunctionDef (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Parse/ |
| H A D | ParseCXXInlineMethods.cpp | 559 Actions.ActOnStartOfFunctionDef(getCurScope(), LM.D); in ParseLexedMethodDef()
|
| H A D | ParseTemplate.cpp | 1728 Actions.ActOnStartOfFunctionDef(getCurScope(), FunD); in ParseLateTemplatedFuncDef()
|
| H A D | Parser.cpp | 1363 Decl *Res = Actions.ActOnStartOfFunctionDef(getCurScope(), D, in ParseFunctionDefinition()
|
| H A D | ParseObjc.cpp | 3687 Actions.ActOnStartOfFunctionDef(getCurScope(), MCDecl); in ParseLexedObjCMethodDefs()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaDecl.cpp | 14506 Sema::ActOnStartOfFunctionDef(Scope *FnBodyScope, Declarator &D, in ActOnStartOfFunctionDef() function in Sema 14527 Decl *Dcl = ActOnStartOfFunctionDef(FnBodyScope, DP, SkipBody, BodyKind); in ActOnStartOfFunctionDef() 14702 Decl *Sema::ActOnStartOfFunctionDef(Scope *FnBodyScope, Decl *D, in ActOnStartOfFunctionDef() function in Sema
|
| H A D | SemaTemplateInstantiateDecl.cpp | 5045 ActOnStartOfFunctionDef(nullptr, Function); in InstantiateFunctionDefinition()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 3004 Decl *ActOnStartOfFunctionDef(Scope *S, Declarator &D, 3008 Decl *ActOnStartOfFunctionDef(Scope *S, Decl *D,
|