Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCoroutines.cpp154 CompilerType void_type = ast_ctx->GetBasicType(lldb::eBasicTypeVoid); in Update() local
156 /*result_type=*/void_type, /*args=*/&void_type, /*num_args=*/1, in Update()