Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp171 Actions.CheckForFunctionRedefinition(FD); in ParseCXXInlineMethodDef()
228 Actions.CheckForFunctionRedefinition(FD); in ParseCXXInlineMethodDef()
H A DParser.cpp1375 Actions.CheckForFunctionRedefinition(FnD); in ParseFunctionDefinition()
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.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()
H A DSemaDeclCXX.cpp712 CheckForFunctionRedefinition(New, OldDefinition); in MergeCXXFunctionDecl()
/src/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h3717 void CheckForFunctionRedefinition(