Home
last modified time | relevance | path

Searched refs:SuperType (Results 1 – 16 of 16) sorted by relevance

/external/antlr/runtime/Cpp/include/
Dantlr3rewritestreams.inl3 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 …]
Dantlr3intstream.inl3 template<class ImplTraits, class SuperType>
4 ANTLR_INLINE IntStream<ImplTraits, SuperType>::IntStream()
10 template<class ImplTraits, class SuperType>
11 ANTLR_INLINE typename IntStream<ImplTraits, SuperType>::StringType IntStream<ImplTraits, SuperType>…
16 template<class ImplTraits, class SuperType>
17 ANTLR_INLINE typename IntStream<ImplTraits, SuperType>::StringType& IntStream<ImplTraits, SuperTyp…
22 template<class ImplTraits, class SuperType>
23 …TLR_INLINE const typename IntStream<ImplTraits, SuperType>::StringType& IntStream<ImplTraits, Sup…
28 template<class ImplTraits, class SuperType>
29 ANTLR_INLINE ANTLR_MARKER IntStream<ImplTraits, SuperType>::get_lastMarker() const
[all …]
Dantlr3intstream.hpp99 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>
Dantlr3traits.hpp160 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 …]
Dantlr3interfaces.hpp39 template<class ImplTraits, class SuperType>
45 template<class ImplTraits, class SuperType>
133 template<class ImplTraits, class SuperType>
245 template<class ImplTraits, class SuperType>
Dantlr3baserecognizer.inl28 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 …]
Dantlr3rewritestreams.hpp56 template<class ImplTraits, class SuperType>
64 …typedef typename ImplTraits::template RecognizerType< typename SuperType::StreamType > RecognizerT…
66 typedef typename SuperType::TokenType TokenType;
Dantlr3cyclicdfa.hpp93 template<typename SuperType>
94 …ANTLR_INT32 predict(CtxType* ctx, RecognizerType* recognizer, IntStreamType* is, SuperType& super);
Dantlr3baserecognizer.hpp52 typedef typename ComponentTypeFinder<ImplTraits, StreamType>::ComponentType SuperType; typedef in BaseRecognizer
86 SuperType* get_super();
Dantlr3cyclicdfa.inl71 template<typename SuperType>
74 IntStreamType* is, SuperType& super)
/external/clang/lib/AST/
DExprObjC.cpp120 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/clang/lib/Sema/
DSemaExprObjC.cpp1760 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 …]
DSemaCodeComplete.cpp2018 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()
DTreeTransform.h2900 QualType SuperType, in RebuildObjCMessageExpr() argument
2906 SuperType, in RebuildObjCMessageExpr()
2911 SuperType, in RebuildObjCMessageExpr()
/external/clang/include/clang/AST/
DExprObjC.h924 QualType SuperType,
1042 QualType SuperType,
/external/clang/include/clang/Sema/
DSema.h7571 SourceLocation SuperLoc, QualType SuperType,