Home
last modified time | relevance | path

Searched refs:UseVoidForZeroParams (Results 1 – 8 of 8) 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/llvm-project/clang/include/clang/AST/
DPrettyPrinter.h61 UnderscoreAlignof(LO.C11), UseVoidForZeroParams(!LO.CPlusPlus), in PrintingPolicy()
76 UseVoidForZeroParams = false; in adjustForCPlusPlus()
199 unsigned UseVoidForZeroParams : 1; member
/external/llvm-project/clang/unittests/Frontend/
DASTUnitTest.cpp73 EXPECT_TRUE(PolicyWithDefaultLangOpt.UseVoidForZeroParams); in TEST_F()
81 EXPECT_FALSE(AST->getASTContext().getPrintingPolicy().UseVoidForZeroParams); in TEST_F()
99 EXPECT_FALSE(AU->getASTContext().getPrintingPolicy().UseVoidForZeroParams); in TEST_F()
/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DUseUsingCheck.cpp64 printPolicy.UseVoidForZeroParams = false; in check()
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangExpressionParser.cpp840 m_desc_policy.UseVoidForZeroParams = false; in CodeComplete()
/external/clang/lib/AST/
DTypePrinter.cpp677 } else if (T->getNumParams() == 0 && Policy.UseVoidForZeroParams) { in printFunctionProtoAfter()
/external/llvm-project/clang/lib/AST/
DTypePrinter.cpp883 } else if (T->getNumParams() == 0 && Policy.UseVoidForZeroParams) { in printFunctionProtoAfter()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp4931 return P->UseVoidForZeroParams; in clang_PrintingPolicy_getProperty()
5013 P->UseVoidForZeroParams = Value; in clang_PrintingPolicy_setProperty()