Searched refs:GetAsTypedefDecl (Results 1 – 4 of 4) sorted by relevance
967 static clang::TypedefNameDecl *GetAsTypedefDecl(const CompilerType &type);
559 auto typedef_decl = ClangASTContext::GetAsTypedefDecl(ast_typedef); in CreateLLDBTypeFromPDBType()
885 clang::TypedefNameDecl *tnd = m_clang.GetAsTypedefDecl(ct); in GetOrCreateTypedefDecl()
7856 ClangASTContext::GetAsTypedefDecl(const CompilerType &type) { in GetAsTypedefDecl() function in ClangASTContext