Searched refs:ActOnFunctionDeclarator (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaDecl.cpp | 6337 New = ActOnFunctionDeclarator(S, D, DC, TInfo, Previous, in HandleDeclarator() 8797 Result = SemaRef.ActOnFunctionDeclarator( in DiagnoseInvalidRedeclaration() 9424 Sema::ActOnFunctionDeclarator(Scope *S, Declarator &D, DeclContext *DC, in ActOnFunctionDeclarator() function in Sema
|
| H A D | SemaDeclCXX.cpp | 17191 NamedDecl *ND = ActOnFunctionDeclarator(DCScope, D, DC, TInfo, Previous, in ActOnFriendFunctionDecl()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 2869 NamedDecl* ActOnFunctionDeclarator(Scope* S, Declarator& D, DeclContext* DC,
|