HomeSort by: relevance | last modified time | path
    Searched defs:getTypePtr (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
CanonicalType.h 83 const T *getTypePtr() const { return cast<T>(Stored.getTypePtr()); }
230 return CanQualType::CreateUnsafe(this->getTypePtr()->Accessor()); \
234 Type Accessor() const { return this->getTypePtr()->Accessor(); }
245 const T *getTypePtr() const { return Stored.getTypePtr(); }
373 return Val.getTypePtr();
510 return CanQualType::CreateUnsafe(this->getTypePtr()->getParamType(i));
520 return param_type_iterator(this->getTypePtr()->param_type_begin());
524 return param_type_iterator(this->getTypePtr()->param_type_end())
    [all...]
TypeLoc.h 136 const Type *getTypePtr() const {
137 return QualType::getFromOpaquePtr(Ty).getTypePtr();
256 const Type *getTypePtr() const {
261 return (TypeLocClass) getTypePtr()->getTypeClass();
283 TypeLoc::getLocalAlignmentForType(QualType(getTypePtr(), 0));
286 return UnqualTypeLoc(getTypePtr(), reinterpret_cast<void*>(dataInt));
370 Derived::classofType(TL.getTypePtr());
409 const TypeClass *getTypePtr() const {
410 return cast<TypeClass>(Base::getTypePtr());
495 Derived::classofType(TL.getTypePtr());
    [all...]

Completed in 29 milliseconds