Home
last modified time | relevance | path

Searched refs:isGNUVarargs (Results 1 – 11 of 11) sorted by relevance

/external/clang/lib/Lex/
DMacroInfo.cpp81 isGNUVarargs() != Other.isGNUVarargs()) in isIdenticalTo()
/external/llvm-project/clang/lib/Lex/
DMacroInfo.cpp83 isGNUVarargs() != Other.isGNUVarargs()) in isIdenticalTo()
/external/llvm-project/clang/lib/CodeGen/
DMacroPPCallbacks.cpp43 if (MI.isGNUVarargs()) in writeMacroDefinition()
/external/llvm-project/clang/include/clang/Lex/
DMacroInfo.h206 bool isGNUVarargs() const { return IsGNUVarargs; } in isGNUVarargs() function
/external/clang/include/clang/Lex/
DMacroInfo.h203 bool isGNUVarargs() const { return IsGNUVarargs; } in isGNUVarargs() function
/external/clang/lib/Frontend/
DPrintPreprocessedOutput.cpp55 if (MI.isGNUVarargs()) in PrintMacroDefinition()
/external/llvm-project/clang/lib/Frontend/
DPrintPreprocessedOutput.cpp54 if (MI.isGNUVarargs()) in PrintMacroDefinition()
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangModulesDeclVendor.cpp522 } else if (macro_info->isGNUVarargs()) { in ForEachMacro()
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DPlistDiagnostics.cpp1180 if (MI->isGNUVarargs()) { in getMacroExpansionInfo()
/external/clang/lib/Serialization/
DASTWriter.cpp2266 Record.push_back(MI->isGNUVarargs()); in WritePreprocessor()
/external/llvm-project/clang/lib/Serialization/
DASTWriter.cpp2302 Record.push_back(MI->isGNUVarargs()); in WritePreprocessor()