HomeSort by: relevance | last modified time | path
    Searched defs:FromId (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Tooling/
RefactoringCallbacks.h 76 /// Replace the text of the statement bound to \c FromId with the text in
80 ReplaceStmtWithText(StringRef FromId, StringRef ToText);
84 std::string FromId;
88 /// Replace the text of an AST node bound to \c FromId with the result of
97 create(StringRef FromId, StringRef ToTemplate);
105 ReplaceNodeWithTemplate(llvm::StringRef FromId,
107 std::string FromId;
111 /// Replace the text of the statement bound to \c FromId with the text of
115 ReplaceStmtWithStmt(StringRef FromId, StringRef ToId);
119 std::string FromId;
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
DFAEmitter.cpp 58 auto FromId = DfaStates.idFor(DS);
83 DfaTransitions.emplace(std::make_pair(FromId, A), std::make_pair(ToId, TI));
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypes.cpp 654 auto FromId = getTableId(From);
657 if (FromId != ToId)
658 ReplacedValues[FromId] = ToId;

Completed in 18 milliseconds