Searched defs:getTypePtr (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/AST/
H A DCanonicalType.h70 const T *getTypePtr() const { return cast<T>(Stored.getTypePtr()); } function in class:clang::CanQual
216 return CanQualType::CreateUnsafe(this->getTypePtr()->Accessor()); \
220 Type Accessor() const { return this->getTypePtr()->Accessor(); }
231 const T *getTypePtr() const { return Stored.getTypePtr(); } function in class:clang::CanProxyBase
356 return Val.getTypePtr();
561 return CanQualType::CreateUnsafe(this->getTypePtr()->getParamType(i));
571 return param_type_iterator(this->getTypePtr()->param_type_begin());
575 return param_type_iterator(this->getTypePtr()
[all...]
H A DTypeLoc.h111 const Type *getTypePtr() const { function in class:clang::TypeLoc
112 return QualType::getFromOpaquePtr(Ty).getTypePtr();
212 const Type *getTypePtr() const { function in class:clang::UnqualTypeLoc
217 return (TypeLocClass) getTypePtr()->getTypeClass();
240 TypeLoc::getLocalAlignmentForType(QualType(getTypePtr(), 0));
243 return UnqualTypeLoc(getTypePtr(), reinterpret_cast<void*>(dataInt));
322 Derived::classofType(TL.getTypePtr());
346 const TypeClass *getTypePtr() const { function in class:clang::ConcreteTypeLoc
347 return cast<TypeClass>(Base::getTypePtr());
433 Derived::classofType(TL.getTypePtr());
440 const TypeClass *getTypePtr() const { function in class:clang::InheritingConcreteTypeLoc
[all...]
H A DType.h569 const Type *getTypePtr() const;
588 return *getTypePtr();
592 return getTypePtr();
769 QualType getLocalUnqualifiedType() const { return QualType(getTypePtr(), 0); }
1003 return Val.getTypePtr();
3897 return cast<TemplateSpecializationType>(InjectedType.getTypePtr());
4660 inline const Type *QualType::getTypePtr() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::QualType
4705 return getTypePtr()->isCanonicalUnqualified();
4712 const Type *T = getTypePtr();
4741 if (!getTypePtr()
[all...]

Completed in 1768 milliseconds