Searched refs:UseVoidForZeroParams (Results 1 – 6 of 6) sorted by relevance
69 UnderscoreAlignof(LO.C11), UseVoidForZeroParams(!LO.CPlusPlus), in PrintingPolicy()87 UseVoidForZeroParams = false; in adjustForCPlusPlus()210 unsigned UseVoidForZeroParams : 1; member
75 EXPECT_TRUE(PolicyWithDefaultLangOpt.UseVoidForZeroParams); in TEST_F()83 EXPECT_FALSE(AST->getASTContext().getPrintingPolicy().UseVoidForZeroParams); in TEST_F()101 EXPECT_FALSE(AU->getASTContext().getPrintingPolicy().UseVoidForZeroParams); in TEST_F()
90 PrintPolicy.UseVoidForZeroParams = false; in check()
853 m_desc_policy.UseVoidForZeroParams = false; in CodeComplete()
907 } else if (T->getNumParams() == 0 && Policy.UseVoidForZeroParams) { in printFunctionProtoAfter()
5168 return P->UseVoidForZeroParams; in clang_PrintingPolicy_getProperty()5250 P->UseVoidForZeroParams = Value; in clang_PrintingPolicy_setProperty()