HomeSort by relevance Sort by last modified time
    Searched defs:getTypePtr (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/AST/
CanonicalType.h 71 const T *getTypePtr() const { return cast<T>(Stored.getTypePtr()); }
215 return CanQualType::CreateUnsafe(this->getTypePtr()->Accessor()); \
219 Type Accessor() const { return this->getTypePtr()->Accessor(); }
230 const T *getTypePtr() const { return Stored.getTypePtr(); }
354 return Val.getTypePtr();
604 return CanQualType::CreateUnsafe(this->getTypePtr()->getArgType(i));
614 return arg_type_iterator(this->getTypePtr()->arg_type_begin());
618 return arg_type_iterator(this->getTypePtr()->arg_type_end())
    [all...]
TypeLoc.h 80 const Type *getTypePtr() const {
81 return QualType::getFromOpaquePtr(Ty).getTypePtr();
180 const Type *getTypePtr() const {
185 return (TypeLocClass) getTypePtr()->getTypeClass();
206 return UnqualTypeLoc(getTypePtr(), Data);
297 return Derived::classofType(TL->getTypePtr());
300 return Derived::classofType(TL->getTypePtr());
310 const TypeClass *getTypePtr() const {
311 return cast<TypeClass>(Base::getTypePtr());
374 return Derived::classofType(TL->getTypePtr());
    [all...]
Type.h 503 const Type *getTypePtr() const;
522 return *getTypePtr();
526 return getTypePtr();
690 QualType getLocalUnqualifiedType() const { return QualType(getTypePtr(), 0); }
894 return Val.getTypePtr();
    [all...]

Completed in 818 milliseconds