Set CXXMethod to identifier namespace IDNS_Ordinary.

llvm-svn: 52697
This commit is contained in:
Argyrios Kyrtzidis 2008-06-24 22:56:42 +00:00
parent a781452193
commit 1492538fd1
1 changed files with 1 additions and 0 deletions

View File

@ -182,6 +182,7 @@ public:
case ObjCInterface:
case ObjCCompatibleAlias:
case CXXField:
case CXXMethod:
return IDNS_Ordinary;
case Struct:
case Union: