Searched refs:enutype (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp6821 const clang::EnumType *enutype = local
6823 if (enutype)
6824 return enutype->getDecl();
7797 const clang::EnumType *enutype = qual_type->getAs<clang::EnumType>(); local
7799 if (!enutype)
7801 clang::EnumDecl *enum_decl = enutype->getDecl();
7861 const clang::EnumType *enutype = llvm::dyn_cast<clang::EnumType>(clang_type); local
7863 if (!enutype)
7867 getASTContext(), enutype->getDecl(), clang::SourceLocation(),
7869 clang::QualType(enutype,
7902 const clang::EnumType *enutype = local
8149 const clang::EnumType *enutype = local
[all...]

Completed in 82 milliseconds