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/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/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/clang/lib/Sema/
DSemaInit.cpp674 InitListExpr *IList, QualType &T, in CheckExplicitInitList()
753 InitListExpr *IList, in CheckListElementTypes()
810 InitListExpr *IList, in CheckSubElementType()
943 InitListExpr *IList, QualType DeclType, in CheckComplexType()
980 InitListExpr *IList, QualType DeclType, in CheckScalarType()
1050 InitListExpr *IList, QualType DeclType, in CheckReferenceType()
1107 InitListExpr *IList, QualType DeclType, in CheckVectorType()
1222 InitListExpr *IList, QualType &DeclType, in CheckArrayType()
1390 InitListExpr *IList, in CheckStructUnionTypes()
1690 InitListExpr *IList, in CheckDesignatedInitializer()
[all …]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
DListExtensions.cs39 using IList = System.Collections.IList; typedef