Home
last modified time | relevance | path

Searched refs:IsGNUVarargs (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
HDMacroInfo.h81 bool IsGNUVarargs : 1; variable
204 void setIsGNUVarargs() { IsGNUVarargs = true; } in setIsGNUVarargs()
206 bool isGNUVarargs() const { return IsGNUVarargs; } in isGNUVarargs()
207 bool isVariadic() const { return IsC99Varargs | IsGNUVarargs; } in isVariadic()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
HDMacroInfo.cpp33 IsC99Varargs(false), IsGNUVarargs(false), IsBuiltinMacro(false), in MacroInfo()
152 if (IsC99Varargs || IsGNUVarargs) { in dump()