Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h1087 static clang::TypedefNameDecl *GetAsTypedefDecl(const CompilerType &type);
H A DTypeSystemClang.cpp7392 TypeSystemClang::GetAsTypedefDecl(const CompilerType &type) { in GetAsTypedefDecl() function in TypeSystemClang
8617 if (clang::TypedefNameDecl *typedef_decl = GetAsTypedefDecl(full_type)) { in DumpFromSymbolFile()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp569 auto typedef_decl = TypeSystemClang::GetAsTypedefDecl(ast_typedef); in CreateLLDBTypeFromPDBType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp741 clang::TypedefNameDecl *tnd = m_clang.GetAsTypedefDecl(ct); in GetOrCreateTypedefDecl()