Searched defs:canRedefineFunction (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaDecl.cpp1716 /// canRedefineFunction - checks if a function can be redefined. Currently,
1719 static bool canRedefineFunction(const FunctionDecl *FD, function
1780 !canRedefineFunction(Old, getLangOpts())) {
7248 !canRedefineFunction(Definition, getLangOpts())) {

Completed in 58 milliseconds