Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h1081 static clang::EnumDecl *GetAsEnumDecl(const CompilerType &type);
H A DTypeSystemClang.cpp7371 clang::EnumDecl *TypeSystemClang::GetAsEnumDecl(const CompilerType &type) { in GetAsEnumDecl() function in TypeSystemClang
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp512 auto enum_decl = TypeSystemClang::GetAsEnumDecl(ast_enum); in CreateLLDBTypeFromPDBType()