Searched refs:GetAsTagDecl (Results 1 – 5 of 5) sorted by relevance
37 static clang::TagDecl *GetAsTagDecl(const CompilerType &type);
60 clang::TagDecl *ClangUtil::GetAsTagDecl(const CompilerType &type) { in GetAsTagDecl() function in ClangUtil
1085 static clang::TagDecl *GetAsTagDecl(const CompilerType &type);
7387 clang::TagDecl *TypeSystemClang::GetAsTagDecl(const CompilerType &type) { in GetAsTagDecl() function in TypeSystemClang7388 return ClangUtil::GetAsTagDecl(type); in GetAsTagDecl()8613 if (clang::TagDecl *tag_decl = GetAsTagDecl(full_type)) { in DumpFromSymbolFile()9629 const clang::TagDecl *td = ClangUtil::GetAsTagDecl(type); in RequireCompleteType()
227 clang::TagDecl *tag_decl = TypeSystemClang::GetAsTagDecl(type); in ParseTypeFromClangModule()2230 m_ast.SetDeclIsForcefullyCompleted(ClangUtil::GetAsTagDecl(clang_type)); in CompleteTypeFromDWARF()