Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8430 clang::QualType promotion_qual_type; in CompleteTagDeclarationDefinition() local
8436 promotion_qual_type = ast.IntTy; in CompleteTagDeclarationDefinition()
8438 promotion_qual_type = ast.UnsignedIntTy; in CompleteTagDeclarationDefinition()
8440 promotion_qual_type = enum_decl->getIntegerType(); in CompleteTagDeclarationDefinition()
8443 promotion_qual_type, NumPositiveBits, in CompleteTagDeclarationDefinition()