Home
last modified time | relevance | path

Searched refs:UseVoidForZeroParams (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DPrettyPrinter.h71 UnderscoreAlignof(LO.C11), UseVoidForZeroParams(!LO.CPlusPlus), in PrintingPolicy()
86 UseVoidForZeroParams = false; in adjustForCPlusPlus()
209 unsigned UseVoidForZeroParams : 1; member
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp851 m_desc_policy.UseVoidForZeroParams = false; in CodeComplete()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp888 } else if (T->getNumParams() == 0 && Policy.UseVoidForZeroParams) { in printFunctionProtoAfter()