Home
last modified time | relevance | path

Searched refs:CreateTypedefType (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/lldb/unittests/Symbol/
DTestTypeSystemClang.cpp485 CompilerType typedef_type = m_ast->CreateTypedefType( in TEST_F()
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.h672 CreateTypedefType(const CompilerType &type, const char *typedef_name,
DTypeSystemClang.cpp4405 CompilerType TypeSystemClang::CreateTypedefType( in CreateTypedefType() function in TypeSystemClang
/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
DPDBASTParser.cpp553 ast_typedef = m_ast.CreateTypedefType( in CreateLLDBTypeFromPDBType()
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DPdbAstBuilder.cpp884 CompilerType ct = m_clang.CreateTypedefType(ToCompilerType(qt), uname.c_str(), in GetOrCreateTypedefDecl()