Searched refs:TList (Results 1 - 9 of 9) sorted by relevance

/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tools.pas174 function GetEnumerator: TList<T>.TEnumerator;
210 TList<T> = class(Generics.Collections.TList<T>, IList<T>)
461 { TList<T> }
463 procedure TList<T>.AddRange(const List: IList<T>);
468 function TList<T>.GetCapacity: Integer;
473 function TList<T>.GetCount: Integer;
478 function TList<T>.GetItem(Index: Integer): T;
483 function TList<T>.GetOnNotify: TCollectionNotifyEvent<T>;
488 function TList<
[all...]
H A DAntlr.Runtime.Collections.pas124 TStackList<T> = class(TList<T>, IStackList<T>)
212 FInsertionOrderList := TList<TKey>.Create;
217 FInsertionOrderList := TList<TKey>.Create;
H A DAntlr.Runtime.Tree.pas2196 Result := TList<IBaseTree>.Create;
2298 NewChildren := TList<IBaseTree>.Create;
3072 FNodes := TList<IANTLRInterface>.Create;
3539 FElements := TList<IANTLRInterface>.Create;
4040 Result := TList<IANTLRInterface>.Create;
4061 Result := TList<IANTLRInterface>.Create;
4178 Elements := TList<IANTLRInterface>.Create;
4699 FMarkers := TList<ITreeWalkState>.Create;
H A DAntlr.Runtime.pas3256 FMarkers := TList<ICharStreamState>.Create;
4718 Result := TList<String>.Create;
4762 FTokens := TList<IToken>.Create;
4856 Result := TList<IToken>.Create;
5875 Result := TList<IRewriteOperation>.Create;
5915 List := TList<IRewriteOperation>.Create;
5924 Result := TList<IRewriteOperation>.Create;
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
H A DAntlr.Runtime.Tree.Tests.pas1241 Result := TList<IToken>.Create;
1704 Elements := TList<IANTLRInterface>.Create;
1721 Elements := TList<IANTLRInterface>.Create;
1883 Elements := TList<IANTLRInterface>.Create;
1900 Elements := TList<IANTLRInterface>.Create;
1917 Elements := TList<IANTLRInterface>.Create;
1934 Elements := TList<IANTLRInterface>.Create;
2013 Elements := TList<IANTLRInterface>.Create;
2030 Elements := TList<IANTLRInterface>.Create;
2047 Elements := TList<IANTLRInterfac
[all...]
H A DAntlr.Runtime.Tools.Tests.pas214 FIList := TList<Integer>.Create;
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
H A DDelphi.stg1049 if (list_<label> = nil) then list_<label> := TList\<IANTLRInterface\>.Create;
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1322 const TemplateParameterList *TList = local
1326 TList, FD->getTemplateSpecializationArgs()->asArray(), Unit);
/external/clang/lib/Sema/
H A DSemaExpr.cpp1723 TemplateArgumentListInfo TList; local
1725 ULE->copyTemplateArgumentsInto(TList);
1735 ULE->hasExplicitTemplateArgs() ? &TList : 0);

Completed in 315 milliseconds