Searched refs:HasExtParameterInfos (Results 1 – 8 of 8) sorted by relevance
488 unsigned HasExtParameterInfos : 1; variable526 return (HasExtParameterInfos ? NumArgs : 0); in numTrailingObjects()598 if (!HasExtParameterInfos) return {}; in getExtParameterInfos()603 if (!HasExtParameterInfos) return ExtParameterInfo(); in getExtParameterInfo()629 ID.AddBoolean(HasExtParameterInfos); in Profile()630 if (HasExtParameterInfos) { in Profile()
576 unsigned HasExtParameterInfos : 1; variable614 return (HasExtParameterInfos ? NumArgs : 0); in numTrailingObjects()693 if (!HasExtParameterInfos) return {}; in getExtParameterInfos()698 if (!HasExtParameterInfos) return ExtParameterInfo(); in getExtParameterInfo()727 ID.AddBoolean(HasExtParameterInfos); in Profile()728 if (HasExtParameterInfos) { in Profile()
3219 unsigned HasExtParameterInfos : 1;3419 bool hasExtParameterInfos() const { return HasExtParameterInfos; }
1603 unsigned HasExtParameterInfos : 1;4271 return FunctionTypeBits.HasExtParameterInfos;
2665 HasExtParameterInfos(epi.ExtParameterInfos != nullptr), in FunctionProtoType()
3154 FunctionTypeBits.HasExtParameterInfos = !!epi.ExtParameterInfos; in FunctionProtoType()
755 FI->HasExtParameterInfos = !paramInfos.empty(); in create()
830 FI->HasExtParameterInfos = !paramInfos.empty(); in create()