HomeSort by relevance Sort by last modified time
    Searched refs:IList (Results 26 - 50 of 50) sorted by null

12

  /external/clang/lib/Sema/
SemaInit.cpp 149 /// the initializer list one element at a time. The IList and Index
183 InitListExpr *IList, QualType &T,
188 InitListExpr *IList, QualType &DeclType,
195 InitListExpr *IList, QualType ElemType,
200 InitListExpr *IList, QualType DeclType,
205 InitListExpr *IList, QualType DeclType,
210 InitListExpr *IList, QualType DeclType,
215 InitListExpr *IList, QualType DeclType, unsigned &Index,
219 InitListExpr *IList, QualType DeclType,
226 InitListExpr *IList, QualType &DeclType
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
MismatchedTokenException.cs 65 public MismatchedTokenException(int expecting, IIntStream input, IList<string> tokenNames)
72 public MismatchedTokenException(string message, int expecting, IIntStream input, IList<string> tokenNames)
81 public MismatchedTokenException(string message, int expecting, IIntStream input, IList<string> tokenNames, Exception innerException)
ANTLRStringStream.cs 72 protected IList<CharStreamState> markers;
BaseRecognizer.cs     [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Collections.pas 55 /// Stack abstraction that also supports the IList interface
57 IStackList<T> = interface(IList<T>)
85 FOrderList: IList<TKey>;
100 FInsertionOrderList: IList<TKey>;
144 class function DictionaryToString(const Dict: IDictionary<Integer, IList<IANTLRInterface>>): String; static;
147 /// Returns a string representation of this IList.
156 class function ListToString(const Coll: IList<IANTLRInterface>): String; overload; static;
157 class function ListToString(const Coll: IList<String>): String; overload; static;
336 const Dict: IDictionary<Integer, IList<IANTLRInterface>>): String;
340 E: TPair<Integer, IList<IANTLRInterface>>
    [all...]
Antlr.Runtime.Tools.pas 128 IList<T> = interface(IANTLRInterface)
146 procedure AddRange(const List: IList<T>); overload;
153 procedure InsertRange(Index: Integer; const List: IList<T>); overload;
175 function GetRange(const Index, Count: Integer): IList<T>;
210 TList<T> = class(Generics.Collections.TList<T>, IList<T>)
219 { IList<T> }
228 function GetRange(const Index, Count: Integer): IList<T>;
229 procedure AddRange(const List: IList<T>); overload;
230 procedure InsertRange(Index: Integer; const List: IList<T>); overload;
463 procedure TList<T>.AddRange(const List: IList<T>)
    [all...]
Antlr.Runtime.Tree.pas 538 function GetChildren: IList<IBaseTree>;
556 procedure AddChildren(const Kids: IList<IBaseTree>);
578 property Children: IList<IBaseTree> read GetChildren;
    [all...]
Antlr.Runtime.pas     [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
BaseTree.cs 52 private IList<ITree> _children;
73 public virtual IList<ITree> Children
336 IList<ITree> newChildren = null;
409 protected virtual IList<ITree> CreateChildrenList()
479 public virtual IList<ITree> GetAncestors()
BufferedTreeNodeStream.cs 38 using IList = System.Collections.IList;
137 protected IList nodes;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
SlimStringStream.cs 76 protected IList<CharStreamState> markers;
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
BufferedTreeNodeStream.cs 37 using IList = System.Collections.IList;
128 protected IList nodes;
BaseTree.cs 68 public virtual IList<ITree> Children {
400 public virtual IList<ITree> GetAncestors() {
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Tree.Tests.pas 92 function CreateTokenList(const Count: Integer): IList<IToken>;
124 FList: IList<IANTLRInterface>;
128 constructor Create(const AList: IList<IANTLRInterface>);
134 FList: IList<IANTLRInterface>;
141 const AList: IList<IANTLRInterface>);
147 FList: IList<IANTLRInterface>;
154 const AList: IList<IANTLRInterface>);
    [all...]
Antlr.Runtime.Tools.Tests.pas 56 // Test methods for class IList
59 FIList: IList<Integer>;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
ANTLRStringStream.cs 74 protected IList<CharStreamState> markers;
BaseRecognizer.cs     [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
RewriteRuleXxxxStreamFixture.cs 381 private IList<IToken> CreateTokenList(int count) {
382 IList<IToken> list = new List<IToken>();
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DebugGrammarLexer.cs 12 using List = System.Collections.IList;
ProfileGrammarLexer.cs 12 using List = System.Collections.IList;
DebugTreeGrammar.cs 19 using List = System.Collections.IList;
ProfileTreeGrammar.cs 19 using List = System.Collections.IList;
DebugGrammarParser.cs 12 using List = System.Collections.IList;
    [all...]
ProfileGrammarParser.cs 12 using List = System.Collections.IList;
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
Delphi.stg 766 <[ruleDescriptor.tokenListLabels,ruleDescriptor.ruleListLabels]:{list_<it.label.text>: IList\<IANTLRInterface\>;}; separator="\n">
795 :{List_<it.label.text>: IList;}; separator="\n"
    [all...]

Completed in 1051 milliseconds

12