Searched refs:IsGNUVarargs (Results 1 – 4 of 4) sorted by relevance
81 bool IsGNUVarargs : 1; variable204 void setIsGNUVarargs() { IsGNUVarargs = true; } in setIsGNUVarargs()206 bool isGNUVarargs() const { return IsGNUVarargs; } in isGNUVarargs()207 bool isVariadic() const { return IsC99Varargs | IsGNUVarargs; } in isVariadic()
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()
33 IsC99Varargs(false), IsGNUVarargs(false), IsBuiltinMacro(false), in MacroInfo()152 if (IsC99Varargs || IsGNUVarargs) { in dump()