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
1109 static clang::TagDecl *GetAsTagDecl(const CompilerType &type);
7306 clang::TagDecl *TypeSystemClang::GetAsTagDecl(const CompilerType &type) { in GetAsTagDecl() function in TypeSystemClang7307 return ClangUtil::GetAsTagDecl(type); in GetAsTagDecl()8537 if (clang::TagDecl *tag_decl = GetAsTagDecl(full_type)) { in DumpFromSymbolFile()9554 const clang::TagDecl *td = ClangUtil::GetAsTagDecl(type); in RequireCompleteType()
321 clang::TagDecl *tag_decl = TypeSystemClang::GetAsTagDecl(type); in ParseTypeFromClangModule()2320 m_ast.SetDeclIsForcefullyCompleted(ClangUtil::GetAsTagDecl(clang_type)); in CompleteTypeFromDWARF()