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,
414 const __shim_type_info* getTypePtr(uint64_t ttypeIndex,
465 const __shim_type_info* catchType = getTypePtr(ttypeIndex,
  /external/clang/include/clang/AST/
CanonicalType.h 71 const T *getTypePtr() const { return cast<T>(Stored.getTypePtr()); }
217 return CanQualType::CreateUnsafe(this->getTypePtr()->Accessor()); \
221 Type Accessor() const { return this->getTypePtr()->Accessor(); }
232 const T *getTypePtr() const { return Stored.getTypePtr(); }
357 return Val.getTypePtr();
562 return CanQualType::CreateUnsafe(this->getTypePtr()->getArgType(i));
572 return arg_type_iterator(this->getTypePtr()->arg_type_begin());
576 return arg_type_iterator(this->getTypePtr()->arg_type_end())
    [all...]
TypeLoc.h 108 const Type *getTypePtr() const {
109 return QualType::getFromOpaquePtr(Ty).getTypePtr();
209 const Type *getTypePtr() const {
214 return (TypeLocClass) getTypePtr()->getTypeClass();
237 TypeLoc::getLocalAlignmentForType(QualType(getTypePtr(), 0));
240 return UnqualTypeLoc(getTypePtr(), reinterpret_cast<void*>(dataInt));
319 Derived::classofType(TL.getTypePtr());
343 const TypeClass *getTypePtr() const {
344 return cast<TypeClass>(Base::getTypePtr());
430 Derived::classofType(TL.getTypePtr());
    [all...]
Type.h 570 const Type *getTypePtr() const;
589 return *getTypePtr();
593 return getTypePtr();
770 QualType getLocalUnqualifiedType() const { return QualType(getTypePtr(), 0); }
    [all...]

Completed in 1436 milliseconds