Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DTypePrinter.cpp886 } else if (T->getNumParams() == 0 && Policy.UseVoidForZeroParams) { in printFunctionProtoAfter()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp4972 return P->UseVoidForZeroParams; in clang_PrintingPolicy_getProperty()
5054 P->UseVoidForZeroParams = Value; in clang_PrintingPolicy_setProperty()