Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDecl.cpp2849 static bool canRedefineFunction(const FunctionDecl *FD, in canRedefineFunction() function
3040 !canRedefineFunction(Old, getLangOpts())) { in MergeFunctionDecl()
12768 if (canRedefineFunction(Definition, getLangOpts())) in CheckForFunctionRedefinition()