Searched refs:GetAsEnumDecl (Results 1 – 3 of 3) sorted by relevance
1081 static clang::EnumDecl *GetAsEnumDecl(const CompilerType &type);
7371 clang::EnumDecl *TypeSystemClang::GetAsEnumDecl(const CompilerType &type) { in GetAsEnumDecl() function in TypeSystemClang
512 auto enum_decl = TypeSystemClang::GetAsEnumDecl(ast_enum); in CreateLLDBTypeFromPDBType()