Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/clang/include/clang/Tooling/
H A DRefactoringCallbacks.h115 ReplaceStmtWithStmt(StringRef FromId, StringRef ToId);
120 std::string ToId; variable
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDFAEmitter.cpp82 unsigned ToId = DfaStates.insert(NewStates); in visitDfaState() local
83 DfaTransitions.emplace(std::pair(FromId, A), std::pair(ToId, TI)); in visitDfaState()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.cpp660 auto ToId = getTableId(To); in ReplaceValueWith() local
662 if (FromId != ToId) in ReplaceValueWith()
663 ReplacedValues[FromId] = ToId; in ReplaceValueWith()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp10223 IdentifierInfo *ToId = &ToContext.Idents.get(FromId->getName()); in Import() local
10225 if (!ToId->getBuiltinID() && FromId->getBuiltinID()) in Import()
10226 ToId->setBuiltinID(FromId->getBuiltinID()); in Import()
10228 return ToId; in Import()