Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DPrettyPrinter.h50 UseVoidForZeroParams(!LO.CPlusPlus), in PrintingPolicy()
62 UseVoidForZeroParams = false; in adjustForCPlusPlus()
174 unsigned UseVoidForZeroParams : 1; member
/external/clang/lib/AST/
DTypePrinter.cpp677 } else if (T->getNumParams() == 0 && Policy.UseVoidForZeroParams) { in printFunctionProtoAfter()