Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Lex/
DMacroInfo.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()
/external/clang/include/clang/Lex/
DMacroInfo.h75 bool IsGNUVarargs : 1; variable
201 void setIsGNUVarargs() { IsGNUVarargs = true; } in setIsGNUVarargs()
203 bool isGNUVarargs() const { return IsGNUVarargs; } in isGNUVarargs()
204 bool isVariadic() const { return IsC99Varargs | IsGNUVarargs; } in isVariadic()
/external/clang/lib/Lex/
DMacroInfo.cpp25 IsGNUVarargs(false), in MacroInfo()
150 if (IsC99Varargs || IsGNUVarargs) { in dump()
/external/llvm-project/clang/lib/Lex/
DMacroInfo.cpp33 IsC99Varargs(false), IsGNUVarargs(false), IsBuiltinMacro(false), in MacroInfo()
152 if (IsC99Varargs || IsGNUVarargs) { in dump()