Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2276 SemaRef.CheckFunctionDeclaration(/*Scope*/ nullptr, Function, Previous, in VisitFunctionDecl()
2639 SemaRef.CheckFunctionDeclaration(nullptr, Method, Previous, in VisitCXXMethodDecl()
H A DSemaDecl.cpp10009 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 DSemaDeclCXX.cpp13381 CheckFunctionDeclaration(S, FD, R, /*IsMemberSpecialization*/ false, in CheckImplicitSpecialMemberDeclaration()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h2893 bool CheckFunctionDeclaration(Scope *S,