Home
last modified time | relevance | path

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

/external/llvm-project/lldb/unittests/SymbolFile/PDB/
DSymbolFilePDBTests.cpp486 clang::EnumDecl *enum_decl = TypeSystemClang::GetAsEnumDecl(compiler_type); in TEST_F()
/external/llvm-project/lldb/unittests/Symbol/
DTestTypeSystemClang.cpp278 auto *ed = TypeSystemClang::GetAsEnumDecl(enum_type); in TEST_F()
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.h990 static clang::EnumDecl *GetAsEnumDecl(const CompilerType &type);
DTypeSystemClang.cpp7059 clang::EnumDecl *TypeSystemClang::GetAsEnumDecl(const CompilerType &type) { in GetAsEnumDecl() function in TypeSystemClang
/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
DPDBASTParser.cpp504 auto enum_decl = TypeSystemClang::GetAsEnumDecl(ast_enum); in CreateLLDBTypeFromPDBType()