Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUtil.h37 static clang::TagDecl *GetAsTagDecl(const CompilerType &type);
H A DClangUtil.cpp60 clang::TagDecl *ClangUtil::GetAsTagDecl(const CompilerType &type) { in GetAsTagDecl() function in ClangUtil
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h991 static clang::TagDecl *GetAsTagDecl(const CompilerType &type);
H A DTypeSystemClang.cpp7204 clang::TagDecl *TypeSystemClang::GetAsTagDecl(const CompilerType &type) { in GetAsTagDecl() function in TypeSystemClang
7205 return ClangUtil::GetAsTagDecl(type); in GetAsTagDecl()
8396 if (clang::TagDecl *tag_decl = GetAsTagDecl(full_type)) { in DumpFromSymbolFile()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp221 clang::TagDecl *tag_decl = TypeSystemClang::GetAsTagDecl(type); in ParseTypeFromClangModule()
237 const clang::TagDecl *td = ClangUtil::GetAsTagDecl(type); in ForcefullyCompleteType()