Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2408 SemaRef.CheckFunctionDeclaration(/*Scope*/ nullptr, Function, Previous, in VisitFunctionDecl()
2797 SemaRef.CheckFunctionDeclaration(nullptr, Method, Previous, in VisitCXXMethodDecl()
H A DSemaDecl.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
H A DSemaDeclCXX.cpp13797 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 DSema.h3563 bool CheckFunctionDeclaration(Scope *S, FunctionDecl *NewFD,