Searched refs:IsGNUVarargs (Results 1 – 2 of 2) sorted by relevance
75 bool IsGNUVarargs : 1; variable201 void setIsGNUVarargs() { IsGNUVarargs = true; } in setIsGNUVarargs()203 bool isGNUVarargs() const { return IsGNUVarargs; } in isGNUVarargs()204 bool isVariadic() const { return IsC99Varargs | IsGNUVarargs; } in isVariadic()
25 IsGNUVarargs(false), in MacroInfo()150 if (IsC99Varargs || IsGNUVarargs) { in dump()