Searched refs:eTypeHasValue (Results 1 – 3 of 3) sorted by relevance
35 eTypeHasValue = (1u << 1), enumerator
1118 uint32_t builtin_type_flags = eTypeIsBuiltIn | eTypeHasValue; in GetTypeInfo()1179 uint32_t complex_type_flags = eTypeIsBuiltIn | eTypeHasValue | eTypeIsComplex; in GetTypeInfo()1209 return eTypeIsEnumeration | eTypeHasValue; in GetTypeInfo()1216 … case clang::Type::FunctionProto: return eTypeIsFuncPrototype | eTypeHasValue; in GetTypeInfo()1217 … case clang::Type::FunctionNoProto: return eTypeIsFuncPrototype | eTypeHasValue; in GetTypeInfo()1224 return eTypeHasChildren | eTypeIsReference | eTypeHasValue; in GetTypeInfo()1226 …g::Type::MemberPointer: return eTypeIsPointer | eTypeIsMember | eTypeHasValue; in GetTypeInfo()1231 return eTypeHasChildren | eTypeIsObjC | eTypeIsClass | eTypeIsPointer | eTypeHasValue; in GetTypeInfo()1239 return eTypeHasChildren | eTypeIsPointer | eTypeHasValue; in GetTypeInfo()
3372 const bool has_value = type_flags.Test (ClangASTType::eTypeHasValue); in DumpValueObject_Impl()