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
991 static clang::TagDecl *GetAsTagDecl(const CompilerType &type);
7204 clang::TagDecl *TypeSystemClang::GetAsTagDecl(const CompilerType &type) { in GetAsTagDecl() function in TypeSystemClang7205 return ClangUtil::GetAsTagDecl(type); in GetAsTagDecl()8396 if (clang::TagDecl *tag_decl = GetAsTagDecl(full_type)) { in DumpFromSymbolFile()
221 clang::TagDecl *tag_decl = TypeSystemClang::GetAsTagDecl(type); in ParseTypeFromClangModule()237 const clang::TagDecl *td = ClangUtil::GetAsTagDecl(type); in ForcefullyCompleteType()