Home
last modified time | relevance | path

Searched refs:enumType (Results 1 – 1 of 1) sorted by relevance

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaCXXScopeSpec.cpp218 const EnumType *enumType = dyn_cast_or_null<EnumType>(tagType); in RequireCompleteDeclContext() local
219 if (!enumType || enumType->getDecl()->isCompleteDefinition()) in RequireCompleteDeclContext()
224 EnumDecl *ED = enumType->getDecl(); in RequireCompleteDeclContext()