Searched refs:GetAsTagDecl (Results 1 – 5 of 5) sorted by relevance
33 static clang::TagDecl *GetAsTagDecl(const CompilerType &type);
965 static clang::TagDecl *GetAsTagDecl(const CompilerType &type);
52 clang::TagDecl *ClangUtil::GetAsTagDecl(const CompilerType &type) { in GetAsTagDecl() function in ClangUtil
7851 clang::TagDecl *ClangASTContext::GetAsTagDecl(const CompilerType &type) { in GetAsTagDecl() function in ClangASTContext7852 return ClangUtil::GetAsTagDecl(type); in GetAsTagDecl()
194 clang::TagDecl *tag_decl = ClangASTContext::GetAsTagDecl(type); in ParseTypeFromDWO()