Searched refs:CompleteTagDeclarationDefinition (Results 1 - 12 of 12) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/RegisterTypeBuilder/
H A DRegisterTypeBuilderClang.cpp75 type_system->CompleteTagDeclarationDefinition(fields_type);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp237 ast->CompleteTagDeclarationDefinition(sigval_type);
247 ast->CompleteTagDeclarationDefinition(ptrace_option_type);
340 ast->CompleteTagDeclarationDefinition(union_type);
344 ast->CompleteTagDeclarationDefinition(ksiginfo_type);
348 ast->CompleteTagDeclarationDefinition(siginfo_type);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp215 ast->CompleteTagDeclarationDefinition(sigval_type);
278 ast->CompleteTagDeclarationDefinition(union_type);
282 ast->CompleteTagDeclarationDefinition(siginfo_type);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp441 TypeSystemClang::CompleteTagDeclarationDefinition(clang_type);
526 TypeSystemClang::CompleteTagDeclarationDefinition(ast_enum);
690 TypeSystemClang::CompleteTagDeclarationDefinition(element_ast_type);
1228 TypeSystemClang::CompleteTagDeclarationDefinition(compiler_type);
1263 TypeSystemClang::CompleteTagDeclarationDefinition(member_comp_type);
1382 TypeSystemClang::CompleteTagDeclarationDefinition(base_comp_type);
1440 TypeSystemClang::CompleteTagDeclarationDefinition(method_comp_type);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp332 TypeSystemClang::CompleteTagDeclarationDefinition(m_derived_ct);
382 TypeSystemClang::CompleteTagDeclarationDefinition(record_ct);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp146 TypeSystemClang::CompleteTagDeclarationDefinition(union_type);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp241 TypeSystemClang::CompleteTagDeclarationDefinition(type);
902 TypeSystemClang::CompleteTagDeclarationDefinition(clang_type);
1873 TypeSystemClang::CompleteTagDeclarationDefinition(clang_type);
2230 TypeSystemClang::CompleteTagDeclarationDefinition(clang_type);
2268 TypeSystemClang::CompleteTagDeclarationDefinition(clang_type);
3912 m_ast.CompleteTagDeclarationDefinition(field_type);
3929 m_ast.CompleteTagDeclarationDefinition(inner_holder);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp471 TypeSystemClang::CompleteTagDeclarationDefinition(enum_type);
551 m_ast->CompleteTagDeclarationDefinition(compiler_type);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp511 TypeSystemClang::CompleteTagDeclarationDefinition(compiler_type);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSDictionary.cpp92 TypeSystemClang::CompleteTagDeclarationDefinition(compiler_type);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h1003 static bool CompleteTagDeclarationDefinition(const CompilerType &type);
H A DTypeSystemClang.cpp2332 CompleteTagDeclarationDefinition(type);
8240 bool TypeSystemClang::CompleteTagDeclarationDefinition( function in class:TypeSystemClang
9414 TypeSystemClang::CompleteTagDeclarationDefinition(type);

Completed in 202 milliseconds