Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/
H A DRefactoringCallbacks.h107 std::string FromId; variable
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DDFAEmitter.cpp58 auto FromId = DfaStates.idFor(DS); in visitDfaState() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.cpp654 auto FromId = getTableId(From); in ReplaceValueWith() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp9119 IdentifierInfo *ASTImporter::Import(const IdentifierInfo *FromId) { in Import()