operator() doesn't have a name.

This commit is contained in:
Vassil Vassilev 2014-08-29 15:22:15 +02:00 committed by sftnight
parent fcf3e37af8
commit a67f06645e

View File

@ -986,7 +986,7 @@ namespace utils {
= dyn_cast_or_null<NamespaceDecl>(decl->getDeclContext());
if (outer
&& !(outer_ns && outer_ns->isAnonymousNamespace())
&& outer->getName().size() ) {
&& !outer->getNameAsString().empty() ) {
if (original_prefix) {
const Type *oldtype = original_prefix->getAsType();
if (oldtype) {