Home | History | Annotate | Download | only in src

Lines Matching refs:ContextType

301   class ContextType;
309 typedef typename Config::template Handle<ContextType>::type ContextHandle;
338 return ContextType::New(outer, region);
445 ContextType* AsContext() { return ContextType::cast(this); }
807 class TypeImpl<Config>::ContextType : public StructuralType {
812 ContextHandle type = Config::template cast<ContextType>(
818 static ContextType* cast(TypeImpl* type) {
820 return static_cast<ContextType*>(type);