Home
last modified time | relevance | path

Searched defs:typedef_type (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DNameSearchContext.cpp150 if (const TypedefType *typedef_type = in AddTypeDecl() local
/llvm-project-15.0.7/clang/test/CXX/module/module.interface/
H A Dp7.cpp19 typedef int typedef_type; typedef
/llvm-project-15.0.7/lldb/source/Symbol/
H A DType.cpp395 Type *typedef_type = m_symbol_file->ResolveTypeUID(m_encoding_uid); in GetTypedefType() local
/llvm-project-15.0.7/lldb/unittests/SymbolFile/PDB/
H A DSymbolFilePDBTests.cpp540 lldb::TypeSP typedef_type = results.GetTypeAtIndex(0); in TEST_F() local
/llvm-project-15.0.7/lldb/unittests/Symbol/
H A DTestTypeSystemClang.cpp488 CompilerType typedef_type = type.CreateTypedef( in TEST_F() local
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp3785 if (const auto *typedef_type = qual_type->getAs<clang::TypedefType>()) { in GetTypeName() local
4650 const clang::TypedefType *typedef_type = llvm::dyn_cast<clang::TypedefType>( in GetTypedefedType() local
7295 const clang::TypedefType *typedef_type = in GetAsTypedefDecl() local
9186 auto *typedef_type = qual_type->getAs<clang::TypedefType>(); in DumpTypeDescription() local
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp1496 else if (auto typedef_type = in FindTypesByRegex() local