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

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

Completed in 391 milliseconds