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()
1691 unsigned HasExtParameterInfos : 1;4416 return FunctionTypeBits.HasExtParameterInfos;
3219 FunctionTypeBits.HasExtParameterInfos = !!epi.ExtParameterInfos; in FunctionProtoType()
848 FI->HasExtParameterInfos = !paramInfos.empty(); in create()