Searched refs:IsGNUVarargs (Results 1 – 2 of 2) sorted by relevance
84 bool IsGNUVarargs : 1; variable206 void setIsGNUVarargs() { IsGNUVarargs = true; } in setIsGNUVarargs()208 bool isGNUVarargs() const { return IsGNUVarargs; } in isGNUVarargs()209 bool isVariadic() const { return IsC99Varargs || IsGNUVarargs; } in isVariadic()
52 IsC99Varargs(false), IsGNUVarargs(false), IsBuiltinMacro(false), in MacroInfo()172 if (IsC99Varargs || IsGNUVarargs) { in dump()