Home
last modified time | relevance | path

Searched refs:CheckForFunctionRedefinition (Results 1 – 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
HDParseCXXInlineMethods.cpp171 Actions.CheckForFunctionRedefinition(FD); in ParseCXXInlineMethodDef()
228 Actions.CheckForFunctionRedefinition(FD); in ParseCXXInlineMethodDef()
HDParser.cpp1375 Actions.CheckForFunctionRedefinition(FnD); in ParseFunctionDefinition()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaDecl.cpp2925 S.CheckForFunctionRedefinition(FD, cast<FunctionDecl>(Def), &SkipBody); in checkNewAttributesAfterDef()
15304 Sema::CheckForFunctionRedefinition(FunctionDecl *FD, in CheckForFunctionRedefinition() function in Sema
15487 CheckForFunctionRedefinition(FD, nullptr, SkipBody); in ActOnStartOfFunctionDef()
HDSemaDeclCXX.cpp712 CheckForFunctionRedefinition(New, OldDefinition); in MergeCXXFunctionDecl()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSema.h3717 void CheckForFunctionRedefinition(