Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTResultSynthesizer.cpp315 const clang::Type *expr_type = expr_qual_type.getTypePtr(); in SynthesizeBodyResult() local
317 if (!expr_type) in SynthesizeBodyResult()
320 if (expr_type->isVoidType()) in SynthesizeBodyResult()
335 if (expr_type->isFunctionType()) in SynthesizeBodyResult()