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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DClangASTContext.h881 static clang::EnumDecl *GetAsEnumDecl(const CompilerType &type);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp502 auto enum_decl = ClangASTContext::GetAsEnumDecl(ast_enum);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp6820 clang::EnumDecl *ClangASTContext::GetAsEnumDecl(const CompilerType &type) { function in class:ClangASTContext

Completed in 84 milliseconds