Searched refs:typedef_name (Results 1 – 2 of 2) sorted by relevance
672 CreateTypedefType(const CompilerType &type, const char *typedef_name,
4406 const CompilerType &type, const char *typedef_name, in CreateTypedefType() argument4408 if (type && typedef_name && typedef_name[0]) { in CreateTypedefType()4424 decl->setDeclName(&clang_ast.Idents.get(typedef_name)); in CreateTypedefType()4517 lldb::opaque_compiler_type_t type, const char *typedef_name, in CreateTypedef() argument4530 &clang_ast.Idents.get(typedef_name), in CreateTypedef()