Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangASTContext.h967 static clang::TypedefNameDecl *GetAsTypedefDecl(const CompilerType &type);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp559 auto typedef_decl = ClangASTContext::GetAsTypedefDecl(ast_typedef); in CreateLLDBTypeFromPDBType()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp885 clang::TypedefNameDecl *tnd = m_clang.GetAsTypedefDecl(ct); in GetOrCreateTypedefDecl()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp7856 ClangASTContext::GetAsTypedefDecl(const CompilerType &type) { in GetAsTypedefDecl() function in ClangASTContext