operator() doesn't have a name.
This commit is contained in:
parent
fcf3e37af8
commit
a67f06645e
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user