Searched refs:CheckFunctionDeclaration (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiateDecl.cpp | 2276 SemaRef.CheckFunctionDeclaration(/*Scope*/ nullptr, Function, Previous, in VisitFunctionDecl() 2639 SemaRef.CheckFunctionDeclaration(nullptr, Method, Previous, in VisitCXXMethodDecl()
|
| H A D | SemaDecl.cpp | 10009 D.setRedeclaration(CheckFunctionDeclaration(S, NewFD, Previous, in ActOnFunctionDeclarator() 10160 D.setRedeclaration(CheckFunctionDeclaration(S, NewFD, Previous, in ActOnFunctionDeclarator() 11279 bool Sema::CheckFunctionDeclaration(Scope *S, FunctionDecl *NewFD, in CheckFunctionDeclaration() function in Sema
|
| H A D | SemaDeclCXX.cpp | 13381 CheckFunctionDeclaration(S, FD, R, /*IsMemberSpecialization*/ false, in CheckImplicitSpecialMemberDeclaration()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 2893 bool CheckFunctionDeclaration(Scope *S,
|