Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDecl.cpp3400 static bool canRedefineFunction(const FunctionDecl *FD, in canRedefineFunction() function
3607 !canRedefineFunction(Old, getLangOpts())) { in MergeFunctionDecl()
14621 if (canRedefineFunction(Definition, getLangOpts())) in CheckForFunctionRedefinition()