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