Searched refs:CreateTypedefType (Results 1 – 4 of 4) sorted by relevance
669 CreateTypedefType(const CompilerType &type, const char *typedef_name,
554 ast_typedef = m_ast.CreateTypedefType( in CreateLLDBTypeFromPDBType()
883 CompilerType ct = m_clang.CreateTypedefType(ToCompilerType(qt), uname.c_str(), in GetOrCreateTypedefDecl()
4841 CompilerType ClangASTContext::CreateTypedefType( in CreateTypedefType() function in ClangASTContext