Searched defs:SetStart (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/compiler/
H A Dgraph.h94 void SetStart(Node* start) { start_ = start; } function in class:v8::internal::compiler::Graph
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas1164 procedure SetStart(const Value: IANTLRInterface);
1174 property Start: IANTLRInterface read GetStart write SetStart;
2513 procedure SetStart(const Value: IANTLRInterface); virtual;
2528 procedure SetStart(const Value: IANTLRInterface); override;
5727 procedure TRuleReturnScope.SetStart(const Value: IANTLRInterface);
5754 procedure TParserRuleReturnScope.SetStart(const Value: IANTLRInterface);
H A DAntlr.Runtime.Tree.pas1865 procedure SetStart(const Value: IANTLRInterface); override;
4499 procedure TTreeRuleReturnScope.SetStart(const Value: IANTLRInterface);

Completed in 164 milliseconds