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

/freebsd-10.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.cpp142 Replacements &RefactoringTool::getReplacements() { return Replace; }
166 return tooling::applyAllReplacements(Replace, Rewrite);
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DPathMappingList.h87 Replace (const ConstString &path,
92 Replace (const ConstString &path,
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Tooling/
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
H A DRefactoring.h150 Replacements Replace; member in class:clang::tooling::RefactoringTool
/freebsd-10.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
211 Replace (size_t idx, const FileSpec &file) function in class:lldb_private::FileSpecList
/freebsd-10.0-release/tools/tools/ansify/
H A Dansify.pl142 -c, --caddr_t Replace caddr_t with void * in converted
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValueFileSpecLIst.cpp71 m_current_value.Replace(idx, file);
H A DOptionValuePathMappings.cpp64 if (!m_path_mappings.Replace (a, b, idx, m_notify_changes))
/freebsd-10.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-10.0-release/contrib/llvm/lib/Support/Unix/
H A DPathV2.inc414 // Replace '%' with random chars.
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseTemplate.cpp525 bool Replace = Tok.is(tok::kw_typename) || Tok.is(tok::kw_struct); local
526 const Token& Next = Replace ? NextToken() : Tok;
531 << (Replace ? FixItHint::CreateReplacement(Tok.getLocation(), "class")
536 if (Replace)
806 /// \brief Replace the tokens that form a simple-template-id with an
967 // Replace the template-id annotation token, and possible the scope-specifier
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSecuritySyntaxOnly.cpp520 "provide bounding of the memory buffer. Replace "
548 "provide bounding of the memory buffer. Replace "
678 "Replace calls to vfork with calls to the safer "
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp149 SDValue PromoteOperand(SDValue Op, EVT PVT, bool &Replace);
659 // Replace all uses. If any nodes become isomorphic to other nodes and
696 // Replace the old value with the new one.
726 SDValue DAGCombiner::PromoteOperand(SDValue Op, EVT PVT, bool &Replace) { argument
727 Replace = false;
735 Replace = true;
771 bool Replace = false; local
772 SDValue NewOp = PromoteOperand(Op, PVT, Replace);
777 if (Replace)
786 bool Replace local
878 bool Replace = false; local
[all...]
/freebsd-10.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-10.0-release/contrib/amd/doc/
H A Dtexinfo.tex6236 % Replace the \insert primitive by a cheating macro.
/freebsd-10.0-release/contrib/gcc/doc/include/
H A Dtexinfo.tex6437 % Replace the \insert primitive by a cheating macro.
/freebsd-10.0-release/contrib/groff/doc/
H A Dtexinfo.tex6308 % Replace the \insert primitive by a cheating macro.

Completed in 347 milliseconds