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
1003 static clang::TagDecl *GetAsTagDecl(const CompilerType &type);
7355 clang::TagDecl *TypeSystemClang::GetAsTagDecl(const CompilerType &type) { in GetAsTagDecl() function in TypeSystemClang7356 return ClangUtil::GetAsTagDecl(type); in GetAsTagDecl()8573 if (clang::TagDecl *tag_decl = GetAsTagDecl(full_type)) { in DumpFromSymbolFile()9891 const clang::TagDecl *td = ClangUtil::GetAsTagDecl(type); in RequireCompleteType()
207 clang::TagDecl *tag_decl = TypeSystemClang::GetAsTagDecl(type); in ParseTypeFromClangModule()223 const clang::TagDecl *td = ClangUtil::GetAsTagDecl(type); in ForcefullyCompleteType()