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

/external/clang/lib/Tooling/
H A DRefactoringCallbacks.cpp50 ReplaceStmtWithStmt::ReplaceStmtWithStmt(StringRef FromId, StringRef ToId) argument
51 : FromId(FromId), ToId(ToId) {}
56 const Stmt *ToMatch = Result.Nodes.getStmtAs<Stmt>(ToId);
/external/clang/include/clang/Tooling/
H A DRefactoringCallbacks.h63 /// the statement bound to \c ToId.
66 ReplaceStmtWithStmt(StringRef FromId, StringRef ToId);
71 std::string ToId; member in class:clang::tooling::ReplaceStmtWithStmt
/external/chromium_org/extensions/browser/api/declarative/
H A Drules_registry.cc61 std::string ToId(int identifier) { function in namespace:__anon8082
315 while (!IsUniqueId(extension_id, ToId(last_generated_rule_identifier_id_)))
317 return ToId(last_generated_rule_identifier_id_);

Completed in 85 milliseconds