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/v8/src/
Dfast-accessor-assembler.cc249 Node* FastAccessorAssembler::FromId(ValueId value) const { in FromId() function in v8::internal::FastAccessorAssembler
255 CodeAssemblerLabel* FastAccessorAssembler::FromId(LabelId label) const { in FromId() function in v8::internal::FastAccessorAssembler
/external/clang/lib/AST/
DASTImporter.cpp6606 IdentifierInfo *ASTImporter::Import(const IdentifierInfo *FromId) { in Import()