Home
last modified time | relevance | path

Searched refs:typedef_name (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.h672 CreateTypedefType(const CompilerType &type, const char *typedef_name,
DTypeSystemClang.cpp4406 const CompilerType &type, const char *typedef_name, in CreateTypedefType() argument
4408 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() argument
4530 &clang_ast.Idents.get(typedef_name), in CreateTypedef()