Searched refs:Replace (Results 1 - 24 of 24) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Tooling/
H A DRefactoringCallbacks.cpp20 return Replace;
43 Replace.insert(tooling::Replacement(
58 Replace.insert(replaceStmtWithStmt(
71 Replace.insert(replaceStmtWithStmt(*Result.SourceManager, *Node, *Body));
75 Replace.insert(replaceStmtWithText(*Result.SourceManager, *Node, ""));
H A DRefactoring.cpp33 Replacements &RefactoringTool::getReplacements() { return Replace; }
57 return tooling::applyAllReplacements(Replace, Rewrite);
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Tooling/
H A DRefactoring.h68 Replacements Replace; member in class:clang::tooling::RefactoringTool
H A DRefactoringCallbacks.h47 Replacements Replace; member in class:clang::tooling::RefactoringCallback
50 /// \brief Replace the text of the statement bound to \c FromId with the text in
62 /// \brief Replace the text of the statement bound to \c FromId with the text of
74 /// \brief Replace an if-statement bound to \c Id with the outdented text of its
/freebsd-11.0-release/contrib/sqlite3/
H A DMakefile.am17 EXTRA_DIST = sqlite3.1 tea Makefile.msc sqlite3.rc README.txt Replace.cs
H A DMakefile.in375 EXTRA_DIST = sqlite3.1 tea Makefile.msc sqlite3.rc README.txt Replace.cs
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DPathMappingList.h87 Replace (const ConstString &path,
92 Replace (const ConstString &path,
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DFileSpecList.h54 /// Replace the file list in this object with the file list from
214 Replace (size_t idx, const FileSpec &file) function in class:lldb_private::FileSpecList
/freebsd-11.0-release/tools/tools/ansify/
H A Dansify.pl142 -c, --caddr_t Replace caddr_t with void * in converted
/freebsd-11.0-release/cddl/usr.sbin/zfsd/
H A Dcase_file.h333 bool Replace(const char* vdev_type, const char* path, bool isspare);
H A Dcase_file.cc328 "Replace vdev(%s/%s) by physical path (label): %s: %s\n",
338 return (Replace(VDEV_TYPE_DISK, devPath.c_str(), /*isspare*/false));
524 return (Replace(vdev_type, devPath, /*isspare*/true));
990 CaseFile::Replace(const char* vdev_type, const char* path, bool isspare) { function in class:CaseFile
1000 syslog(LOG_ERR, "CaseFile::Replace: could not find pool for "
1012 syslog(LOG_INFO, "CaseFile::Replace(%s->%s): already "
1021 syslog(LOG_INFO, "CaseFile::Replace(%s->%s): sparing "
1036 syslog(LOG_ERR, "Replace vdev(%s/%s): Unable to allocate "
1047 syslog(LOG_ERR, "Replace vdev(%s/%s): Unable to initialize "
1063 syslog(LOG_ERR, "Replace vde
[all...]
/freebsd-11.0-release/share/mk/
H A Dinstall-new.mk35 # Replace the file if they are different and make a backup if desired
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValueFileSpecLIst.cpp73 m_current_value.Replace(idx, file);
H A DOptionValuePathMappings.cpp66 if (!m_path_mappings.Replace (a, b, idx, m_notify_changes))
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Target/
H A DPathMappingList.cpp119 PathMappingList::Replace (const ConstString &path, function in class:PathMappingList
261 PathMappingList::Replace (const ConstString &path, const ConstString &new_path, bool notify) function in class:PathMappingList
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Tooling/Core/
H A DReplacement.cpp272 Replacement Replace("<stdin>", I->getOffset(), I->getLength(),
274 if (!Replace.apply(Rewrite))
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseTemplate.cpp580 bool Replace = Tok.isOneOf(tok::kw_typename, tok::kw_struct); local
593 << (Replace ? FixItHint::CreateReplacement(Tok.getLocation(), "class")
598 if (Replace)
910 /// \brief Replace the tokens that form a simple-template-id with an
1069 // Replace the template-id annotation token, and possible the scope-specifier
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSecuritySyntaxOnly.cpp522 "provide bounding of the memory buffer. Replace "
549 "provide bounding of the memory buffer. Replace "
673 "Replace calls to vfork with calls to the safer "
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp195 /// \brief Replace an ISD::EXTRACT_VECTOR_ELT of a load with a narrowed
206 SDValue PromoteOperand(SDValue Op, EVT PVT, bool &Replace);
906 // Replace all uses. If any nodes become isomorphic to other nodes and
933 // Replace the old value with the new one.
962 SDValue DAGCombiner::PromoteOperand(SDValue Op, EVT PVT, bool &Replace) { argument
963 Replace = false;
971 Replace = true;
1005 bool Replace = false; local
1006 SDValue NewOp = PromoteOperand(Op, PVT, Replace);
1011 if (Replace)
1020 bool Replace = false; local
1112 bool Replace = false; local
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp947 cu_sp->GetSupportFiles().Replace(0, cu_file_spec);
/freebsd-11.0-release/contrib/gdb/gdb/
H A Dada-lang.c558 6. Replace TK__ with __, and a trailing B or TKB with nothing.
2773 /* Replace the operator of length OPLEN at position PC in *EXPP with a call */
/freebsd-11.0-release/contrib/gcc/doc/include/
H A Dtexinfo.tex6437 % Replace the \insert primitive by a cheating macro.
/freebsd-11.0-release/contrib/amd/doc/
H A Dtexinfo.tex6236 % Replace the \insert primitive by a cheating macro.
/freebsd-11.0-release/contrib/groff/doc/
H A Dtexinfo.tex6308 % Replace the \insert primitive by a cheating macro.

Completed in 352 milliseconds