Searched refs:HasExtParameterInfos (Results 1 – 4 of 4) sorted by relevance
598 unsigned HasExtParameterInfos : 1; variable636 return (HasExtParameterInfos ? NumArgs : 0); in numTrailingObjects()715 if (!HasExtParameterInfos) return {}; in getExtParameterInfos()720 if (!HasExtParameterInfos) return ExtParameterInfo(); in getExtParameterInfo()760 ID.AddBoolean(HasExtParameterInfos); in Profile()761 if (HasExtParameterInfos) { in Profile()
1681 unsigned HasExtParameterInfos : 1;4352 return FunctionTypeBits.HasExtParameterInfos;
3212 FunctionTypeBits.HasExtParameterInfos = !!epi.ExtParameterInfos; in FunctionProtoType()
842 FI->HasExtParameterInfos = !paramInfos.empty(); in create()