Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp3548 static bool canRedefineFunction(const FunctionDecl *FD, in canRedefineFunction() function
3755 !canRedefineFunction(Old, getLangOpts())) { in MergeFunctionDecl()
15555 if (canRedefineFunction(Definition, getLangOpts())) in CheckForFunctionRedefinition()