Home
last modified time | relevance | path

Searched defs:IList (Results 1 – 13 of 13) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
DErrorManager.cs41 using IList = System.Collections.IList; typedef
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DRewriteRuleSubtreeStream.cs34 using IList = System.Collections.IList; typedef
DRewriteRuleElementStream.cs35 using IList = System.Collections.IList; typedef
DBufferedTreeNodeStream.cs37 using IList = System.Collections.IList; typedef
DTreeWizard.cs39 using IList = System.Collections.IList; typedef
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DRewriteRuleSubtreeStream.cs35 using IList = System.Collections.IList; typedef
DRewriteRuleNodeStream.cs35 using IList = System.Collections.IList; typedef
DRewriteRuleTokenStream.cs35 using IList = System.Collections.IList; typedef
DRewriteRuleElementStream.cs36 using IList = System.Collections.IList; typedef
DBufferedTreeNodeStream.cs38 using IList = System.Collections.IList; typedef
DTreeWizard.cs40 using IList = System.Collections.IList; typedef
/external/clang/lib/Sema/
DSemaInit.cpp594 InitListExpr *IList, QualType &T, in CheckExplicitInitList()
672 InitListExpr *IList, in CheckListElementTypes()
743 InitListExpr *IList, in CheckSubElementType()
868 InitListExpr *IList, QualType DeclType, in CheckComplexType()
905 InitListExpr *IList, QualType DeclType, in CheckScalarType()
975 InitListExpr *IList, QualType DeclType, in CheckReferenceType()
1032 InitListExpr *IList, QualType DeclType, in CheckVectorType()
1147 InitListExpr *IList, QualType &DeclType, in CheckArrayType()
1314 InitListExpr *IList, in CheckStructUnionTypes()
1594 InitListExpr *IList, in CheckDesignatedInitializer()
[all …]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
DListExtensions.cs39 using IList = System.Collections.IList; typedef