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

  /ndk/sources/cxx-stl/gabi++/src/
helper_func_internal.cc 47 const __shim_type_info* getTypePtr(uint64_t ttypeIndex,
152 getTypePtr(static_cast<uint64_t>(ttypeIndex),
302 const __shim_type_info* getTypePtr(uint64_t ttypeIndex,
415 const __shim_type_info* getTypePtr(uint64_t ttypeIndex,
466 const __shim_type_info* catchType = getTypePtr(ttypeIndex,
  /external/clang/include/clang/AST/
CanonicalType.h 70 const T *getTypePtr() const { return cast<T>(Stored.getTypePtr()); }
216 return CanQualType::CreateUnsafe(this->getTypePtr()->Accessor()); \
220 Type Accessor() const { return this->getTypePtr()->Accessor(); }
231 const T *getTypePtr() const { return Stored.getTypePtr(); }
356 return Val.getTypePtr();
488 return CanQualType::CreateUnsafe(this->getTypePtr()->getParamType(i));
498 return param_type_iterator(this->getTypePtr()->param_type_begin());
502 return param_type_iterator(this->getTypePtr()->param_type_end())
    [all...]
TypeLoc.h 111 const Type *getTypePtr() const {
112 return QualType::getFromOpaquePtr(Ty).getTypePtr();
227 const Type *getTypePtr() const {
232 return (TypeLocClass) getTypePtr()->getTypeClass();
255 TypeLoc::getLocalAlignmentForType(QualType(getTypePtr(), 0));
258 return UnqualTypeLoc(getTypePtr(), reinterpret_cast<void*>(dataInt));
341 Derived::classofType(TL.getTypePtr());
379 const TypeClass *getTypePtr() const {
380 return cast<TypeClass>(Base::getTypePtr());
466 Derived::classofType(TL.getTypePtr());
    [all...]
Type.h 612 const Type *getTypePtr() const;
631 return *getTypePtr();
635 return getTypePtr();
808 QualType getLocalUnqualifiedType() const { return QualType(getTypePtr(), 0); }
    [all...]

Completed in 88 milliseconds