Home
last modified time | relevance | path

Searched defs:FromId (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DRefactoringCallbacks.cpp85 ReplaceStmtWithText::ReplaceStmtWithText(StringRef FromId, StringRef ToText) in ReplaceStmtWithText()
103 ReplaceStmtWithStmt::ReplaceStmtWithStmt(StringRef FromId, StringRef ToId) in ReplaceStmtWithStmt()
155 llvm::StringRef FromId, std::vector<TemplateElement> Template) in ReplaceNodeWithTemplate()
159 ReplaceNodeWithTemplate::create(StringRef FromId, StringRef ToTemplate) { in create()
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/
H A DRefactoringCallbacks.h107 std::string FromId; variable
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDFAEmitter.cpp59 auto FromId = DfaStates.idFor(DS); in visitDfaState() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.cpp659 auto FromId = getTableId(From); in ReplaceValueWith() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp10219 IdentifierInfo *ASTImporter::Import(const IdentifierInfo *FromId) { in Import()