Home
last modified time | relevance | path

Searched refs:GetAsTypedefDecl (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h987 static clang::TypedefNameDecl *GetAsTypedefDecl(const CompilerType &type);
H A DTypeSystemClang.cpp7294 TypeSystemClang::GetAsTypedefDecl(const CompilerType &type) { in GetAsTypedefDecl() function in TypeSystemClang
8500 if (clang::TypedefNameDecl *typedef_decl = GetAsTypedefDecl(full_type)) { in DumpFromSymbolFile()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp564 auto typedef_decl = TypeSystemClang::GetAsTypedefDecl(ast_typedef); in CreateLLDBTypeFromPDBType()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp1020 clang::TypedefNameDecl *tnd = m_clang.GetAsTypedefDecl(ct); in GetOrCreateTypedefDecl()