Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangASTContext.h669 CreateTypedefType(const CompilerType &type, const char *typedef_name,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp554 ast_typedef = m_ast.CreateTypedefType( in CreateLLDBTypeFromPDBType()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp883 CompilerType ct = m_clang.CreateTypedefType(ToCompilerType(qt), uname.c_str(), in GetOrCreateTypedefDecl()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp4841 CompilerType ClangASTContext::CreateTypedefType( in CreateTypedefType() function in ClangASTContext