Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp126 Actions.CheckForFunctionRedefinition(FD); in ParseCXXInlineMethodDef()
170 Actions.CheckForFunctionRedefinition(FD); in ParseCXXInlineMethodDef()
H A DParser.cpp1129 Actions.CheckForFunctionRedefinition(FnD); in ParseFunctionDefinition()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1848 SemaRef.CheckForFunctionRedefinition(Function); in VisitFunctionDecl()
H A DSemaDecl.cpp2544 S.CheckForFunctionRedefinition(FD, cast<FunctionDecl>(Def), &SkipBody); in checkNewAttributesAfterDef()
12701 Sema::CheckForFunctionRedefinition(FunctionDecl *FD, in CheckForFunctionRedefinition() function in Sema
12887 CheckForFunctionRedefinition(FD, nullptr, SkipBody); in ActOnStartOfFunctionDef()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h2039 void CheckForFunctionRedefinition(