Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DNameSearchContext.cpp148 if (const TypedefType *typedef_type = in AddTypeDecl() local
/external/llvm-project/lldb/unittests/Symbol/
DTestTypeSystemClang.cpp485 CompilerType typedef_type = m_ast->CreateTypedefType( in TEST_F() local
/external/llvm-project/lldb/unittests/SymbolFile/PDB/
DSymbolFilePDBTests.cpp531 lldb::TypeSP typedef_type = results.GetTypeAtIndex(0); in TEST_F() local
/external/llvm-project/lldb/source/Symbol/
DType.cpp396 Type *typedef_type = m_symbol_file->ResolveTypeUID(m_encoding_uid); in GetTypedefType() local
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp3678 if (const auto *typedef_type = qual_type->getAs<clang::TypedefType>()) { in GetTypeName() local
4560 const clang::TypedefType *typedef_type = llvm::dyn_cast<clang::TypedefType>( in GetTypedefedType() local
7081 const clang::TypedefType *typedef_type = in GetAsTypedefDecl() local
8956 auto *typedef_type = qual_type->getAs<clang::TypedefType>(); in DumpTypeDescription() local
/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
DSymbolFilePDB.cpp1484 else if (auto typedef_type = in FindTypesByRegex() local
/external/rust/crates/bindgen/src/
Dclang.rs572 pub fn typedef_type(&self) -> Option<Type> { in typedef_type() method
/external/libabigail/src/
Dabg-writer.cc1848 if (typedef_decl_sptr typedef_type = klass->get_naming_typedef()) in write_naming_typedef() local
Dabg-ir.cc11852 maybe_update_types_lookup_map(const typedef_decl_sptr& typedef_type) in maybe_update_types_lookup_map()
12128 else if (typedef_decl_sptr typedef_type = is_typedef(decl)) in maybe_update_types_lookup_map() local
19266 class_or_union::set_naming_typedef(const typedef_decl_sptr& typedef_type) in set_naming_typedef()