Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h1003 static clang::TagDecl *GetAsTagDecl(const CompilerType &type);
H A DTypeSystemClang.cpp7355 clang::TagDecl *TypeSystemClang::GetAsTagDecl(const CompilerType &type) { in GetAsTagDecl() function in TypeSystemClang
7356 return ClangUtil::GetAsTagDecl(type); in GetAsTagDecl()
8573 if (clang::TagDecl *tag_decl = GetAsTagDecl(full_type)) { in DumpFromSymbolFile()
9891 const clang::TagDecl *td = ClangUtil::GetAsTagDecl(type); in RequireCompleteType()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp207 clang::TagDecl *tag_decl = TypeSystemClang::GetAsTagDecl(type); in ParseTypeFromClangModule()
223 const clang::TagDecl *td = ClangUtil::GetAsTagDecl(type); in ForcefullyCompleteType()