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

/freebsd-9.3-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.cpp191 Replacement Replace("<stdin>", I->getOffset(), I->getLength(),
193 if (!Replace.apply(Rewrite))
276 Replacements &RefactoringTool::getReplacements() { return Replace; }
300 return tooling::applyAllReplacements(Replace, Rewrite);
/freebsd-9.3-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.h229 Replacements Replace; member in class:clang::tooling::RefactoringTool
/freebsd-9.3-release/tools/tools/ansify/
H A Dansify.pl142 -c, --caddr_t Replace caddr_t with void * in converted
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseTemplate.cpp556 bool Replace = Tok.is(tok::kw_typename) || Tok.is(tok::kw_struct); local
557 const Token& Next = Replace ? NextToken() : Tok;
562 << (Replace ? FixItHint::CreateReplacement(Tok.getLocation(), "class")
567 if (Replace)
842 /// \brief Replace the tokens that form a simple-template-id with an
1003 // Replace the template-id annotation token, and possible the scope-specifier
/freebsd-9.3-release/contrib/llvm/lib/Support/Unix/
H A DPath.inc135 // Replace '%' with random chars.
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSecuritySyntaxOnly.cpp512 "provide bounding of the memory buffer. Replace "
539 "provide bounding of the memory buffer. Replace "
663 "Replace calls to vfork with calls to the safer "
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp162 SDValue PromoteOperand(SDValue Op, EVT PVT, bool &Replace);
689 // Replace all uses. If any nodes become isomorphic to other nodes and
726 // Replace the old value with the new one.
756 SDValue DAGCombiner::PromoteOperand(SDValue Op, EVT PVT, bool &Replace) { argument
757 Replace = false;
765 Replace = true;
799 bool Replace = false; local
800 SDValue NewOp = PromoteOperand(Op, PVT, Replace);
805 if (Replace)
814 bool Replace local
906 bool Replace = false; local
[all...]
/freebsd-9.3-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-9.3-release/contrib/amd/doc/
H A Dtexinfo.tex6236 % Replace the \insert primitive by a cheating macro.
/freebsd-9.3-release/contrib/gcc/doc/include/
H A Dtexinfo.tex6437 % Replace the \insert primitive by a cheating macro.
/freebsd-9.3-release/contrib/groff/doc/
H A Dtexinfo.tex6308 % Replace the \insert primitive by a cheating macro.

Completed in 239 milliseconds