HomeSort by relevance Sort by last modified time
    Searched refs:FromId (Results 1 - 25 of 34) sorted by null

1 2

  /external/clang/include/clang/Tooling/
RefactoringCallbacks.h 50 /// \brief Replace the text of the statement bound to \c FromId with the text in
54 ReplaceStmtWithText(StringRef FromId, StringRef ToText);
58 std::string FromId;
62 /// \brief Replace the text of the statement bound to \c FromId with the text of
66 ReplaceStmtWithStmt(StringRef FromId, StringRef ToId);
70 std::string FromId;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Tooling/
RefactoringCallbacks.h 50 /// \brief Replace the text of the statement bound to \c FromId with the text in
54 ReplaceStmtWithText(StringRef FromId, StringRef ToText);
58 std::string FromId;
62 /// \brief Replace the text of the statement bound to \c FromId with the text of
66 ReplaceStmtWithStmt(StringRef FromId, StringRef ToId);
70 std::string FromId;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Tooling/
RefactoringCallbacks.h 50 /// \brief Replace the text of the statement bound to \c FromId with the text in
54 ReplaceStmtWithText(StringRef FromId, StringRef ToText);
58 std::string FromId;
62 /// \brief Replace the text of the statement bound to \c FromId with the text of
66 ReplaceStmtWithStmt(StringRef FromId, StringRef ToId);
70 std::string FromId;
  /external/clang/lib/Tooling/
RefactoringCallbacks.cpp 37 ReplaceStmtWithText::ReplaceStmtWithText(StringRef FromId, StringRef ToText)
38 : FromId(FromId), ToText(ToText) {}
42 if (const Stmt *FromMatch = Result.Nodes.getStmtAs<Stmt>(FromId)) {
50 ReplaceStmtWithStmt::ReplaceStmtWithStmt(StringRef FromId, StringRef ToId)
51 : FromId(FromId), ToId(ToId) {}
55 const Stmt *FromMatch = Result.Nodes.getStmtAs<Stmt>(FromId);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Tooling/
RefactoringCallbacks.h 77 /// \brief Replace the text of the statement bound to \c FromId with the text in
81 ReplaceStmtWithText(StringRef FromId, StringRef ToText);
85 std::string FromId;
89 /// \brief Replace the text of an AST node bound to \c FromId with the result of
98 create(StringRef FromId, StringRef ToTemplate);
106 ReplaceNodeWithTemplate(llvm::StringRef FromId,
108 std::string FromId;
112 /// \brief Replace the text of the statement bound to \c FromId with the text of
116 ReplaceStmtWithStmt(StringRef FromId, StringRef ToId);
120 std::string FromId;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Tooling/
RefactoringCallbacks.h 77 /// \brief Replace the text of the statement bound to \c FromId with the text in
81 ReplaceStmtWithText(StringRef FromId, StringRef ToText);
85 std::string FromId;
89 /// \brief Replace the text of an AST node bound to \c FromId with the result of
98 create(StringRef FromId, StringRef ToTemplate);
106 ReplaceNodeWithTemplate(llvm::StringRef FromId,
108 std::string FromId;
112 /// \brief Replace the text of the statement bound to \c FromId with the text of
116 ReplaceStmtWithStmt(StringRef FromId, StringRef ToId);
120 std::string FromId;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Tooling/
RefactoringCallbacks.h 77 /// \brief Replace the text of the statement bound to \c FromId with the text in
81 ReplaceStmtWithText(StringRef FromId, StringRef ToText);
85 std::string FromId;
89 /// \brief Replace the text of an AST node bound to \c FromId with the result of
98 create(StringRef FromId, StringRef ToTemplate);
106 ReplaceNodeWithTemplate(llvm::StringRef FromId,
108 std::string FromId;
112 /// \brief Replace the text of the statement bound to \c FromId with the text of
116 ReplaceStmtWithStmt(StringRef FromId, StringRef ToId);
120 std::string FromId;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Tooling/
RefactoringCallbacks.h 77 /// \brief Replace the text of the statement bound to \c FromId with the text in
81 ReplaceStmtWithText(StringRef FromId, StringRef ToText);
85 std::string FromId;
89 /// \brief Replace the text of an AST node bound to \c FromId with the result of
98 create(StringRef FromId, StringRef ToTemplate);
106 ReplaceNodeWithTemplate(llvm::StringRef FromId,
108 std::string FromId;
112 /// \brief Replace the text of the statement bound to \c FromId with the text of
116 ReplaceStmtWithStmt(StringRef FromId, StringRef ToId);
120 std::string FromId;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Tooling/
RefactoringCallbacks.h 77 /// \brief Replace the text of the statement bound to \c FromId with the text in
81 ReplaceStmtWithText(StringRef FromId, StringRef ToText);
85 std::string FromId;
89 /// \brief Replace the text of an AST node bound to \c FromId with the result of
98 create(StringRef FromId, StringRef ToTemplate);
106 ReplaceNodeWithTemplate(llvm::StringRef FromId,
108 std::string FromId;
112 /// \brief Replace the text of the statement bound to \c FromId with the text of
116 ReplaceStmtWithStmt(StringRef FromId, StringRef ToId);
120 std::string FromId;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Tooling/
RefactoringCallbacks.h 77 /// \brief Replace the text of the statement bound to \c FromId with the text in
81 ReplaceStmtWithText(StringRef FromId, StringRef ToText);
85 std::string FromId;
89 /// \brief Replace the text of an AST node bound to \c FromId with the result of
98 create(StringRef FromId, StringRef ToTemplate);
106 ReplaceNodeWithTemplate(llvm::StringRef FromId,
108 std::string FromId;
112 /// \brief Replace the text of the statement bound to \c FromId with the text of
116 ReplaceStmtWithStmt(StringRef FromId, StringRef ToId);
120 std::string FromId;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Tooling/
RefactoringCallbacks.h 77 /// \brief Replace the text of the statement bound to \c FromId with the text in
81 ReplaceStmtWithText(StringRef FromId, StringRef ToText);
85 std::string FromId;
89 /// \brief Replace the text of an AST node bound to \c FromId with the result of
98 create(StringRef FromId, StringRef ToTemplate);
106 ReplaceNodeWithTemplate(llvm::StringRef FromId,
108 std::string FromId;
112 /// \brief Replace the text of the statement bound to \c FromId with the text of
116 ReplaceStmtWithStmt(StringRef FromId, StringRef ToId);
120 std::string FromId;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Tooling/
RefactoringCallbacks.h 77 /// \brief Replace the text of the statement bound to \c FromId with the text in
81 ReplaceStmtWithText(StringRef FromId, StringRef ToText);
85 std::string FromId;
89 /// \brief Replace the text of an AST node bound to \c FromId with the result of
98 create(StringRef FromId, StringRef ToTemplate);
106 ReplaceNodeWithTemplate(llvm::StringRef FromId,
108 std::string FromId;
112 /// \brief Replace the text of the statement bound to \c FromId with the text of
116 ReplaceStmtWithStmt(StringRef FromId, StringRef ToId);
120 std::string FromId;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Tooling/
RefactoringCallbacks.h 77 /// \brief Replace the text of the statement bound to \c FromId with the text in
81 ReplaceStmtWithText(StringRef FromId, StringRef ToText);
85 std::string FromId;
89 /// \brief Replace the text of an AST node bound to \c FromId with the result of
98 create(StringRef FromId, StringRef ToTemplate);
106 ReplaceNodeWithTemplate(llvm::StringRef FromId,
108 std::string FromId;
112 /// \brief Replace the text of the statement bound to \c FromId with the text of
116 ReplaceStmtWithStmt(StringRef FromId, StringRef ToId);
120 std::string FromId;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Tooling/
RefactoringCallbacks.h 77 /// \brief Replace the text of the statement bound to \c FromId with the text in
81 ReplaceStmtWithText(StringRef FromId, StringRef ToText);
85 std::string FromId;
89 /// \brief Replace the text of an AST node bound to \c FromId with the result of
98 create(StringRef FromId, StringRef ToTemplate);
106 ReplaceNodeWithTemplate(llvm::StringRef FromId,
108 std::string FromId;
112 /// \brief Replace the text of the statement bound to \c FromId with the text of
116 ReplaceStmtWithStmt(StringRef FromId, StringRef ToId);
120 std::string FromId;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Tooling/
RefactoringCallbacks.h 77 /// \brief Replace the text of the statement bound to \c FromId with the text in
81 ReplaceStmtWithText(StringRef FromId, StringRef ToText);
85 std::string FromId;
89 /// \brief Replace the text of an AST node bound to \c FromId with the result of
98 create(StringRef FromId, StringRef ToTemplate);
106 ReplaceNodeWithTemplate(llvm::StringRef FromId,
108 std::string FromId;
112 /// \brief Replace the text of the statement bound to \c FromId with the text of
116 ReplaceStmtWithStmt(StringRef FromId, StringRef ToId);
120 std::string FromId;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Tooling/
RefactoringCallbacks.h 77 /// \brief Replace the text of the statement bound to \c FromId with the text in
81 ReplaceStmtWithText(StringRef FromId, StringRef ToText);
85 std::string FromId;
89 /// \brief Replace the text of an AST node bound to \c FromId with the result of
98 create(StringRef FromId, StringRef ToTemplate);
106 ReplaceNodeWithTemplate(llvm::StringRef FromId,
108 std::string FromId;
112 /// \brief Replace the text of the statement bound to \c FromId with the text of
116 ReplaceStmtWithStmt(StringRef FromId, StringRef ToId);
120 std::string FromId;
    [all...]
  /external/v8/src/
fast-accessor-assembler.cc 57 FromId(value_id), JSObject::kHeaderSize + kPointerSize * field_no);
82 assembler_->Goto(FromId(is_jsobject));
86 assembler_->Goto(FromId(is_jsobject));
92 FromId(value_id), JSObject::kHeaderSize + kPointerSize * field_no);
100 return FromRaw(assembler_->LoadBufferObject(FromId(value_id), offset,
108 assembler_->LoadBufferObject(FromId(value_id), offset), 0,
114 return FromRaw(assembler_->SmiTag(FromId(value_id)));
119 assembler_->Return(FromId(value_id));
127 Node* value = FromId(value_id);
141 assembler_->WordEqual(FromId(value_id), assembler_->SmiConstant(0))
    [all...]
fast-accessor-assembler.h 92 compiler::Node* FromId(ValueId value) const;
93 compiler::CodeAssemblerLabel* FromId(LabelId value) const;
  /external/clang/include/clang/AST/
ASTImporter.h 194 IdentifierInfo *Import(const IdentifierInfo *FromId);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ASTImporter.h 202 IdentifierInfo *Import(const IdentifierInfo *FromId);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
ASTImporter.h 202 IdentifierInfo *Import(const IdentifierInfo *FromId);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
ASTImporter.h 202 IdentifierInfo *Import(const IdentifierInfo *FromId);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
ASTImporter.h 202 IdentifierInfo *Import(const IdentifierInfo *FromId);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
ASTImporter.h 202 IdentifierInfo *Import(const IdentifierInfo *FromId);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
ASTImporter.h 202 IdentifierInfo *Import(const IdentifierInfo *FromId);

Completed in 633 milliseconds

1 2