Searched refs:HasExtParameterInfos (Results 1 – 4 of 4) 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()
3219 unsigned HasExtParameterInfos : 1;3419 bool hasExtParameterInfos() const { return HasExtParameterInfos; }
2665 HasExtParameterInfos(epi.ExtParameterInfos != nullptr), in FunctionProtoType()
755 FI->HasExtParameterInfos = !paramInfos.empty(); in create()