Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DNameSearchContext.cpp148 if (const TypedefType *typedef_type = in AddTypeDecl() local
/llvm-project/clang/test/CXX/module/module.interface/
H A Dp7.cpp19 typedef int typedef_type; typedef
/llvm-project/lldb/unittests/SymbolFile/PDB/
H A DSymbolFilePDBTests.cpp539 lldb::TypeSP typedef_type = results.GetTypeAtIndex(0); in TEST_F() local
/llvm-project/lldb/source/Symbol/
H A DType.cpp511 Type *typedef_type = m_symbol_file->ResolveTypeUID(m_encoding_uid); GetTypedefType() local
/llvm-project/lldb/unittests/Symbol/
H A DTestTypeSystemClang.cpp504 CompilerType typedef_type = type.CreateTypedef( TEST_F() local
/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp3788 if (const auto *typedef_type = qual_type->getAs<clang::TypedefType>()) { GetTypeName() local
4681 const clang::TypedefType *typedef_type = llvm::dyn_cast<clang::TypedefType>( GetTypedefedType() local
7393 const clang::TypedefType *typedef_type = GetAsTypedefDecl() local
8906 auto *typedef_type = qual_type->getAs<clang::TypedefType>(); DumpTypeDescription() local
[all...]
/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp1493 else if (auto typedef_type = FindTypesByRegex() local