Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.h996 static clang::TypedefNameDecl *GetAsTypedefDecl(const CompilerType &type);
DTypeSystemClang.cpp7080 TypeSystemClang::GetAsTypedefDecl(const CompilerType &type) { in GetAsTypedefDecl() function in TypeSystemClang
8271 if (clang::TypedefNameDecl *typedef_decl = GetAsTypedefDecl(full_type)) { in DumpFromSymbolFile()
/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
DPDBASTParser.cpp558 auto typedef_decl = TypeSystemClang::GetAsTypedefDecl(ast_typedef); in CreateLLDBTypeFromPDBType()
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DPdbAstBuilder.cpp886 clang::TypedefNameDecl *tnd = m_clang.GetAsTypedefDecl(ct); in GetOrCreateTypedefDecl()