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.cpp593 InitListExpr *IList, QualType &T, in CheckExplicitInitList()
671 InitListExpr *IList, in CheckListElementTypes()
728 InitListExpr *IList, in CheckSubElementType()
860 InitListExpr *IList, QualType DeclType, in CheckComplexType()
897 InitListExpr *IList, QualType DeclType, in CheckScalarType()
967 InitListExpr *IList, QualType DeclType, in CheckReferenceType()
1024 InitListExpr *IList, QualType DeclType, in CheckVectorType()
1139 InitListExpr *IList, QualType &DeclType, in CheckArrayType()
1306 InitListExpr *IList, in CheckStructUnionTypes()
1591 InitListExpr *IList, in CheckDesignatedInitializer()
[all …]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
DListExtensions.cs39 using IList = System.Collections.IList; typedef