Home
last modified time | relevance | path

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

/external/clang/lib/Tooling/
DRefactoringCallbacks.cpp37 ReplaceStmtWithText::ReplaceStmtWithText(StringRef FromId, StringRef ToText) in ReplaceStmtWithText()
50 ReplaceStmtWithStmt::ReplaceStmtWithStmt(StringRef FromId, StringRef ToId) in ReplaceStmtWithStmt()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.cpp637 auto FromId = getTableId(From); in ReplaceValueWith() local
/external/clang/lib/AST/
DASTImporter.cpp6606 IdentifierInfo *ASTImporter::Import(const IdentifierInfo *FromId) { in Import()