Searched refs:isGNUVarargs (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
H A DMacroInfo.cpp83 isGNUVarargs() != Other.isGNUVarargs())
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DMacroPPCallbacks.cpp43 if (MI.isGNUVarargs())
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DMacroInfo.h206 bool isGNUVarargs() const { return IsGNUVarargs; } function in class:clang::MacroInfo
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp490 } else if (macro_info->isGNUVarargs()) {
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp54 if (MI.isGNUVarargs())
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp2250 Record.push_back(MI->isGNUVarargs());

Completed in 128 milliseconds