Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDecl.cpp2642 static bool canRedefineFunction(const FunctionDecl *FD, in canRedefineFunction() function
2783 !canRedefineFunction(Old, getLangOpts())) { in MergeFunctionDecl()
11154 if (canRedefineFunction(Definition, getLangOpts())) in CheckForFunctionRedefinition()