Searched refs:HasExtParameterInfos (Results 1 – 4 of 4) sorted by relevance
539 unsigned HasExtParameterInfos : 1; variable577 return (HasExtParameterInfos ? NumArgs : 0); in numTrailingObjects()654 if (!HasExtParameterInfos) return {}; in getExtParameterInfos()659 if (!HasExtParameterInfos) return ExtParameterInfo(); in getExtParameterInfo()687 ID.AddBoolean(HasExtParameterInfos); in Profile()688 if (HasExtParameterInfos) { in Profile()
1535 unsigned HasExtParameterInfos : 1;4060 return FunctionTypeBits.HasExtParameterInfos;
2859 FunctionTypeBits.HasExtParameterInfos = !!epi.ExtParameterInfos; in FunctionProtoType()
832 FI->HasExtParameterInfos = !paramInfos.empty(); in create()