Searched refs:CheckFunctionDeclaration (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiateDecl.cpp | 2408 SemaRef.CheckFunctionDeclaration(/*Scope*/ nullptr, Function, Previous, in VisitFunctionDecl() 2797 SemaRef.CheckFunctionDeclaration(nullptr, Method, Previous, in VisitCXXMethodDecl()
|
| H A D | SemaDecl.cpp | 10317 D.setRedeclaration(CheckFunctionDeclaration(S, NewFD, Previous, in ActOnFunctionDeclarator() 10482 D.setRedeclaration(CheckFunctionDeclaration(S, NewFD, Previous, in ActOnFunctionDeclarator() 11793 bool Sema::CheckFunctionDeclaration(Scope *S, FunctionDecl *NewFD, in CheckFunctionDeclaration() function in Sema
|
| H A D | SemaDeclCXX.cpp | 13797 CheckFunctionDeclaration(S, FD, R, /*IsMemberSpecialization*/ false, in CheckImplicitSpecialMemberDeclaration() 18180 // Sema::CheckFunctionDeclaration) is more clear. in CheckOverridingFunctionAttributes()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 3563 bool CheckFunctionDeclaration(Scope *S, FunctionDecl *NewFD,
|