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

/freebsd-current/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) { function in class:ClangUtil
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h1064 static clang::TagDecl *GetAsTagDecl(const CompilerType &type);
H A DTypeSystemClang.cpp7230 clang::TagDecl *TypeSystemClang::GetAsTagDecl(const CompilerType &type) { function in class:TypeSystemClang
7231 return ClangUtil::GetAsTagDecl(type);
8448 if (clang::TagDecl *tag_decl = GetAsTagDecl(full_type)) {
9415 const clang::TagDecl *td = ClangUtil::GetAsTagDecl(type);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp226 clang::TagDecl *tag_decl = TypeSystemClang::GetAsTagDecl(type);
242 const clang::TagDecl *td = ClangUtil::GetAsTagDecl(type);

Completed in 231 milliseconds