Searched refs:GetAsEnumDecl (Results 1 – 5 of 5) sorted by relevance
486 clang::EnumDecl *enum_decl = TypeSystemClang::GetAsEnumDecl(compiler_type); in TEST_F()
278 auto *ed = TypeSystemClang::GetAsEnumDecl(enum_type); in TEST_F()
990 static clang::EnumDecl *GetAsEnumDecl(const CompilerType &type);
7059 clang::EnumDecl *TypeSystemClang::GetAsEnumDecl(const CompilerType &type) { in GetAsEnumDecl() function in TypeSystemClang
504 auto enum_decl = TypeSystemClang::GetAsEnumDecl(ast_enum); in CreateLLDBTypeFromPDBType()