Searched refs:HasExtParameterInfos (Results 1 – 4 of 4) sorted by relevance
595 unsigned HasExtParameterInfos : 1; variable633 return (HasExtParameterInfos ? NumArgs : 0); in numTrailingObjects()712 if (!HasExtParameterInfos) return {}; in getExtParameterInfos()717 if (!HasExtParameterInfos) return ExtParameterInfo(); in getExtParameterInfo()746 ID.AddBoolean(HasExtParameterInfos); in Profile()747 if (HasExtParameterInfos) { in Profile()
1610 unsigned HasExtParameterInfos : 1;4282 return FunctionTypeBits.HasExtParameterInfos;
3166 FunctionTypeBits.HasExtParameterInfos = !!epi.ExtParameterInfos; in FunctionProtoType()
833 FI->HasExtParameterInfos = !paramInfos.empty(); in create()