Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangUtil.h33 static clang::TagDecl *GetAsTagDecl(const CompilerType &type);
H A DClangASTContext.h965 static clang::TagDecl *GetAsTagDecl(const CompilerType &type);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangUtil.cpp52 clang::TagDecl *ClangUtil::GetAsTagDecl(const CompilerType &type) { in GetAsTagDecl() function in ClangUtil
H A DClangASTContext.cpp7851 clang::TagDecl *ClangASTContext::GetAsTagDecl(const CompilerType &type) { in GetAsTagDecl() function in ClangASTContext
7852 return ClangUtil::GetAsTagDecl(type); in GetAsTagDecl()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp194 clang::TagDecl *tag_decl = ClangASTContext::GetAsTagDecl(type); in ParseTypeFromDWO()