Home
last modified time | relevance | path

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

/external/clang/lib/Tooling/
DRefactoringCallbacks.cpp50 ReplaceStmtWithStmt::ReplaceStmtWithStmt(StringRef FromId, StringRef ToId) in ReplaceStmtWithStmt() argument
51 : FromId(FromId), ToId(ToId) {} in ReplaceStmtWithStmt()
56 const Stmt *ToMatch = Result.Nodes.getStmtAs<Stmt>(ToId); in run()
/external/clang/include/clang/Tooling/
DRefactoringCallbacks.h66 ReplaceStmtWithStmt(StringRef FromId, StringRef ToId);
71 std::string ToId; variable
/external/clang/lib/AST/
DASTImporter.cpp6610 IdentifierInfo *ToId = &ToContext.Idents.get(FromId->getName()); in Import() local
6612 if (!ToId->getBuiltinID() && FromId->getBuiltinID()) in Import()
6613 ToId->setBuiltinID(FromId->getBuiltinID()); in Import()
6615 return ToId; in Import()