Home
last modified time | relevance | path

Searched refs:SetVersionPrinter (Results 1 – 8 of 8) sorted by relevance

/external/clang/tools/clang-format/
DClangFormat.cpp325 cl::SetVersionPrinter(PrintVersion); in main()
/external/swiftshader/third_party/LLVM/lib/Support/
DCommandLine.cpp1423 void cl::SetVersionPrinter(void (*func)()) { in SetVersionPrinter() function in cl
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCommandLine.h69 void SetVersionPrinter(void (*func)());
/external/llvm/include/llvm/Support/
DCommandLine.h64 void SetVersionPrinter(void (*func)());
/external/llvm/docs/
DCommandLine.rst1362 The ``cl::SetVersionPrinter`` function
1365 The ``cl::SetVersionPrinter`` function is designed to be called directly from
1373 that function to ``cl::SetVersionPrinter`` to arrange for it to be called when
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DCommandLine.h60 void SetVersionPrinter(void (*func)());
/external/llvm/lib/Support/
DCommandLine.cpp2109 void cl::SetVersionPrinter(void (*func)()) { OverrideVersionPrinter = func; } in SetVersionPrinter() function in cl
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DCommandLine.cpp2136 void cl::SetVersionPrinter(void (*func)()) { OverrideVersionPrinter = func; } in SetVersionPrinter() function in cl