Home
last modified time | relevance | path

Searched refs:ToId (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/
H A DRefactoringCallbacks.cpp103 ReplaceStmtWithStmt::ReplaceStmtWithStmt(StringRef FromId, StringRef ToId) in ReplaceStmtWithStmt() argument
104 : FromId(std::string(FromId)), ToId(std::string(ToId)) {} in ReplaceStmtWithStmt()
109 const Stmt *ToMatch = Result.Nodes.getNodeAs<Stmt>(ToId); in run()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Tooling/
H A DRefactoringCallbacks.h115 ReplaceStmtWithStmt(StringRef FromId, StringRef ToId);
120 std::string ToId; variable
/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DDFAEmitter.cpp83 unsigned ToId = DfaStates.insert(NewStates); in visitDfaState() local
84 DfaTransitions.emplace(std::make_pair(FromId, A), std::make_pair(ToId, TI)); in visitDfaState()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.cpp661 auto ToId = getTableId(To); in ReplaceValueWith() local
663 if (FromId != ToId) in ReplaceValueWith()
664 ReplacedValues[FromId] = ToId; in ReplaceValueWith()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp10129 IdentifierInfo *ToId = &ToContext.Idents.get(FromId->getName()); in Import() local
10131 if (!ToId->getBuiltinID() && FromId->getBuiltinID()) in Import()
10132 ToId->setBuiltinID(FromId->getBuiltinID()); in Import()
10134 return ToId; in Import()