Searched refs:HasExtParameterInfos (Results 1 – 4 of 4) sorted by relevance
607 unsigned HasExtParameterInfos : 1; variable642 return (HasExtParameterInfos ? NumArgs : 0); in numTrailingObjects()723 if (!HasExtParameterInfos) return {}; in getExtParameterInfos()728 if (!HasExtParameterInfos) return ExtParameterInfo(); in getExtParameterInfo()769 ID.AddBoolean(HasExtParameterInfos); in Profile()770 if (HasExtParameterInfos) { in Profile()
1751 unsigned HasExtParameterInfos : 1;4613 return FunctionTypeBits.HasExtParameterInfos;
3463 FunctionTypeBits.HasExtParameterInfos = !!epi.ExtParameterInfos; in FunctionProtoType()
852 FI->HasExtParameterInfos = !paramInfos.empty(); in create()