"clang/test/AST" did not exist on "d25f8eb393995474f10612ec7f9099a9930bb44a"
Implement isDefined by call to isThisDeclarationADefinition.
Modifies FunctionDecl::isThisDeclarationADefinition so that it covers all the cases checked by FunctionDecl::isDefined. Implements the latter method by call to isThisDeclarationADefinition. This change is a part of the patch D30170. llvm-svn: 304684
Loading
Please sign in to comment