/external/antlr/runtime/Cpp/include/ |
D | antlr3rewritestreams.inl | 3 template<class ImplTraits, class SuperType> 4 RewriteRuleElementStream<ImplTraits, SuperType>::RewriteRuleElementStream(TreeAdaptorType* adaptor, 10 template<class ImplTraits, class SuperType> 11 RewriteRuleElementStream<ImplTraits, SuperType>::RewriteRuleElementStream(TreeAdaptorType* adaptor, 19 template<class ImplTraits, class SuperType> 20 RewriteRuleElementStream<ImplTraits, SuperType>::RewriteRuleElementStream(TreeAdaptorType* adaptor, 27 template<class ImplTraits, class SuperType> 28 void RewriteRuleElementStream<ImplTraits, SuperType>::init(TreeAdaptorType* adaptor, 101 template<class ImplTraits, class SuperType> 102 void RewriteRuleElementStream<ImplTraits, SuperType>::reset() [all …]
|
D | antlr3intstream.hpp | 99 template<class ImplTraits, class SuperType> 133 SuperType* get_super(); 228 template<class ImplTraits, class SuperType> 229 class EBCDIC_IntStream : public IntStream<ImplTraits, SuperType> 238 template<class ImplTraits, class SuperType> 239 class UTF8_IntStream : public IntStream<ImplTraits, SuperType> 253 template<class ImplTraits, class SuperType> 254 class UTF16_IntStream : public IntStream<ImplTraits, SuperType> 317 template<class ImplTraits, class SuperType> 318 class UTF32_IntStream : public IntStream<ImplTraits, SuperType>
|
D | antlr3traits.hpp | 160 template<class SuperType> 163 typename UserTraits<TraitsType>::template IntStreamType<SuperType>, 164 IntStream<TraitsType, SuperType>, 165 typename UserTraits<TraitsType>::template IntStreamType<SuperType>::BaseType 277 template<class SuperType> 279 typename UserTraits<TraitsType>::template RewriteStreamType<SuperType>, 280 RewriteRuleElementStream<TraitsType, SuperType>, 281 typename UserTraits<TraitsType>::template RewriteStreamType<SuperType>::BaseType 286 typename UserTraits<TraitsType>::template RewriteStreamType<SuperType>, 287 RewriteRuleElementStream<TraitsType, SuperType>, [all …]
|
D | antlr3interfaces.hpp | 39 template<class ImplTraits, class SuperType> 45 template<class ImplTraits, class SuperType> 133 template<class ImplTraits, class SuperType> 245 template<class ImplTraits, class SuperType>
|
D | antlr3baserecognizer.inl | 28 ANTLR_INLINE typename BaseRecognizer<ImplTraits, StreamType>::SuperType* BaseRecognizer<ImplTraits,… 30 return static_cast<SuperType*>(this); 58 SuperType* super = static_cast<SuperType*>(this); 98 SuperType* super = static_cast<SuperType*>(this); 207 this->reportError( ClassForwarder<SuperType>() ); 261 SuperType* super = static_cast<SuperType*>(this); 274 SuperType* super = static_cast<SuperType*>(this); 420 SuperType* super = static_cast<SuperType*>(this); 511 SuperType* super = static_cast<SuperType*>(this); 543 SuperType* super = static_cast<SuperType*>(this); [all …]
|
D | antlr3rewritestreams.hpp | 56 template<class ImplTraits, class SuperType> 64 …typedef typename ImplTraits::template RecognizerType< typename SuperType::StreamType > RecognizerT… 66 typedef typename SuperType::TokenType TokenType;
|
D | antlr3cyclicdfa.hpp | 93 template<typename SuperType> 94 …ANTLR_INT32 predict(CtxType* ctx, RecognizerType* recognizer, IntStreamType* is, SuperType& super);
|
D | antlr3baserecognizer.hpp | 52 typedef typename ComponentTypeFinder<ImplTraits, StreamType>::ComponentType SuperType; typedef in BaseRecognizer 86 SuperType* get_super();
|
D | antlr3cyclicdfa.inl | 71 template<typename SuperType> 74 IntStreamType* is, SuperType& super)
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/jsontype/ |
D | TestSubtypes.java | 20 static abstract class SuperType { class in TestSubtypes 24 static class SubB extends SuperType { 28 static class SubC extends SuperType { 32 static class SubD extends SuperType { 49 public SuperType value; 52 public PropertyBean(SuperType v) { value = v; } in PropertyBean() 266 … SuperType bean = mapper.readValue("{\"@type\":\"TestSubtypes$SubC\", \"c\":1}", SuperType.class); in testDeserializationNonNamed() 277 SuperType bean = mapper.readValue("{\"@type\":\"TypeB\", \"b\":13}", SuperType.class); in testDeserializatioNamed() 282 bean = mapper.readValue("{\"@type\":\"TypeD\", \"d\":-4}", SuperType.class); in testDeserializatioNamed()
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/module/ |
D | TestCustomEnumKeyDeserializer.java | 158 @JsonTypeInfo(use = JsonTypeInfo.Id.NAME, property = "@type", defaultImpl = SuperType.class) 159 static class SuperType { class in TestCustomEnumKeyDeserializer 219 SuperType superType = mapper.readValue("{\"someMap\": {\"FOO\": \"bar\"}}", in testCustomEnumKeySerializerWithPolymorphic() 220 SuperType.class); in testCustomEnumKeySerializerWithPolymorphic()
|
/external/llvm-project/clang/lib/AST/ |
D | ExprObjC.cpp | 109 QualType SuperType, Selector Sel, in ObjCMessageExpr() argument 122 setReceiverPointer(SuperType.getAsOpaquePtr()); in ObjCMessageExpr() 177 bool IsInstanceSuper, QualType SuperType, Selector Sel, in Create() argument 190 SuperType, Sel, SelLocs, SelLocsK, Method, in Create()
|
/external/clang/lib/AST/ |
D | ExprObjC.cpp | 120 QualType SuperType, Selector Sel, in ObjCMessageExpr() argument 136 setReceiverPointer(SuperType.getAsOpaquePtr()); in ObjCMessageExpr() 203 bool IsInstanceSuper, QualType SuperType, Selector Sel, in Create() argument 216 SuperType, Sel, SelLocs, SelLocsK, Method, in Create()
|
/external/protobuf/src/google/protobuf/ |
D | map_field_lite.h | 173 struct MapEntryToMapField : MapEntryToMapField<typename MEntry::SuperType> {};
|
D | map_entry_lite.h | 603 SuperType; 605 explicit MapEntryLite(Arena* arena) : SuperType(arena) {}
|
D | map_field.h | 242 typedef typename Derived::SuperType EntryTypeTrait;
|
D | struct.pb.h | 119 0 > SuperType; typedef
|
D | struct.pb.cc | 181 : SuperType(arena) {} in Struct_FieldsEntry_DoNotUse()
|
/external/clang/lib/Sema/ |
D | SemaExprObjC.cpp | 1760 SourceLocation SuperLoc, QualType SuperType, in HandleExprPropertyRefExpr() argument 1788 OK_ObjCProperty, MemberLoc, SuperLoc, SuperType); in HandleExprPropertyRefExpr() 1805 SuperLoc, SuperType); in HandleExprPropertyRefExpr() 1874 OK_ObjCProperty, MemberLoc, SuperLoc, SuperType); in HandleExprPropertyRefExpr() 1909 SuperLoc, SuperType, Super); in HandleExprPropertyRefExpr() 1948 QualType SuperType; in ActOnClassPropertyRefExpr() local 1955 SuperType = QualType(classDecl->getSuperClassType(), 0); in ActOnClassPropertyRefExpr() 1957 if (SuperType.isNull()) { in ActOnClassPropertyRefExpr() 1963 QualType T = Context.getObjCObjectPointerType(SuperType); in ActOnClassPropertyRefExpr() 2022 if (!SuperType.isNull()) in ActOnClassPropertyRefExpr() [all …]
|
D | SemaCodeComplete.cpp | 2018 std::string SuperType; in AddOrdinaryNameResults() local 2019 SuperType = ID->getSuperClass()->getNameAsString(); in AddOrdinaryNameResults() 2021 SuperType += " *"; in AddOrdinaryNameResults() 2023 Builder.AddResultTypeChunk(Allocator.CopyString(SuperType)); in AddOrdinaryNameResults()
|
D | TreeTransform.h | 2900 QualType SuperType, in RebuildObjCMessageExpr() argument 2906 SuperType, in RebuildObjCMessageExpr() 2911 SuperType, in RebuildObjCMessageExpr()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaExprObjC.cpp | 1979 SourceLocation SuperLoc, QualType SuperType, in HandleExprPropertyRefExpr() argument 2007 OK_ObjCProperty, MemberLoc, SuperLoc, SuperType); in HandleExprPropertyRefExpr() 2024 SuperLoc, SuperType); in HandleExprPropertyRefExpr() 2094 OK_ObjCProperty, MemberLoc, SuperLoc, SuperType); in HandleExprPropertyRefExpr() 2128 SuperLoc, SuperType, Super); in HandleExprPropertyRefExpr() 2167 QualType SuperType; in ActOnClassPropertyRefExpr() local 2174 SuperType = QualType(classDecl->getSuperClassType(), 0); in ActOnClassPropertyRefExpr() 2176 if (SuperType.isNull()) { in ActOnClassPropertyRefExpr() 2182 QualType T = Context.getObjCObjectPointerType(SuperType); in ActOnClassPropertyRefExpr() 2247 if (!SuperType.isNull()) in ActOnClassPropertyRefExpr() [all …]
|
D | SemaCodeComplete.cpp | 2562 std::string SuperType; in AddOrdinaryNameResults() local 2563 SuperType = ID->getSuperClass()->getNameAsString(); in AddOrdinaryNameResults() 2565 SuperType += " *"; in AddOrdinaryNameResults() 2567 Builder.AddResultTypeChunk(Allocator.CopyString(SuperType)); in AddOrdinaryNameResults()
|
/external/clang/include/clang/AST/ |
D | ExprObjC.h | 924 QualType SuperType, 1042 QualType SuperType,
|
/external/llvm-project/clang/include/clang/AST/ |
D | ExprObjC.h | 997 QualType SuperType, 1130 QualType SuperType,
|