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

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8305 clang::QualType promotion_qual_type; local
8311 promotion_qual_type = ast.IntTy;
8313 promotion_qual_type = ast.UnsignedIntTy;
8315 promotion_qual_type = enum_decl->getIntegerType();
8318 promotion_qual_type, NumPositiveBits,

Completed in 178 milliseconds