Home
last modified time | relevance | path

Searched refs:Inplace (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-format/
H A DClangFormat.cpp83 static cl::opt<bool> Inplace("i", variable
358 if (!OutputXML && Inplace && FileName == "-") { in format()
365 !OutputXML && Inplace ? MemoryBuffer::getFileAsStream(FileName) in format()
443 if (Inplace) { in format()
/netbsd-src/external/bsd/unbound/dist/pythonmod/doc/examples/
H A Dexample6.rst1 Inplace callbacks
34 Inplace callback reply functions
78 Inplace callback reply_cache functions
125 Inplace callback reply_local functions
169 Inplace callback reply_servfail functions
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-rename/
H A DClangRename.cpp72 static cl::opt<bool> Inplace("i", cl::desc("Overwrite edited <file>s."), variable
190 if (Inplace) { in main()
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-refactor/
H A DClangRefactor.cpp44 static cl::opt<bool> Inplace("i", cl::desc("Inplace edit <file>s"), variable
500 if (opts::Inplace) { in applySourceChanges()
/netbsd-src/external/bsd/unbound/dist/pythonmod/doc/modules/
H A Dfunctions.rst89 Inplace callbacks
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DClangFormat.rst57 -i - Inplace edit <file>s, if specified.