Home
last modified time | relevance | path

Searched refs:CheckFunctionDeclaration (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaTemplateInstantiateDecl.cpp2408 SemaRef.CheckFunctionDeclaration(/*Scope*/ nullptr, Function, Previous, in VisitFunctionDecl()
2797 SemaRef.CheckFunctionDeclaration(nullptr, Method, Previous, in VisitCXXMethodDecl()
HDSemaDecl.cpp10317 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
HDSemaDeclCXX.cpp13797 CheckFunctionDeclaration(S, FD, R, /*IsMemberSpecialization*/ false, in CheckImplicitSpecialMemberDeclaration()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSema.h3563 bool CheckFunctionDeclaration(Scope *S, FunctionDecl *NewFD,