HomeSort by relevance Sort by last modified time
    Searched refs:getTypePtr (Results 1 - 25 of 68) sorted by null

1 2 3

  /external/clang/include/clang/AST/
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...]
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...]
RecursiveASTVisitor.h 452 const_cast<Type*>(T.getTypePtr()));
808 if (T->getBaseType().getTypePtr() != T)
833 TRY_TO(WalkUpFrom##TYPE(const_cast<TYPE*>(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...]
  /external/clang/lib/AST/
StmtIterator.cpp 27 t = vt->getElementType().getTypePtr();
37 p = FindVA(p->getElementType().getTypePtr());
93 if (const VariableArrayType* VAPtr = FindVA(VD->getType().getTypePtr())) {
103 FindVA(TD->getUnderlyingType().getTypePtr())) {
TemplateBase.cpp 37 const ::clang::Type *T = TemplArg.getIntegralType().getTypePtr();
439 NumExpansions = Expansion.getTypePtr()->getNumExpansions();
TypeLoc.cpp 200 switch (getTypePtr()->getKind()) {
261 Builder.MakeTrivial(Context, getTypePtr()->getQualifier(), Loc);
269 Builder.MakeTrivial(Context, getTypePtr()->getQualifier(), Loc);
278 if (getTypePtr()->getQualifier()) {
280 Builder.MakeTrivial(Context, getTypePtr()->getQualifier(), Loc);
290 getTypePtr()->getArgs(),
Type.cpp 46 const Type* ty = getTypePtr();
180 return ATy->getElementType().getTypePtr();
189 ->getElementType().getTypePtr();
303 Cur = Ty->desugar().getTypePtr(); \
511 return Visit(T.getTypePtr());
840 const Type *T = CanonicalType.getTypePtr();
    [all...]
MicrosoftMangle.cpp 241 mangleType(cast<ArrayType>(Ty.getTypePtr()), true);
650 mangleType(static_cast<const CLASS##Type*>(T.getTypePtr())); \
    [all...]
ASTContext.cpp 757 Align = std::max(Align, getPreferredTypeAlign(T.getTypePtr()));
798 return getTypeInfoInChars(T.getTypePtr());
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CastToStructChecker.cpp 41 const PointerType *OrigPTy = dyn_cast<PointerType>(OrigTy.getTypePtr());
42 const PointerType *ToPTy = dyn_cast<PointerType>(ToTy.getTypePtr());
CastSizeChecker.cpp 36 const PointerType *ToPTy = dyn_cast<PointerType>(ToTy.getTypePtr());
  /external/clang/lib/Serialization/
ASTCommon.h 47 if (const BuiltinType *BT = dyn_cast<BuiltinType>(T.getTypePtr()))
  /frameworks/compile/slang/
slang_rs_export_element.cpp 100 .getTypePtr()),
147 T = TD->getUnderlyingType().getTypePtr();
slang_rs_export_type.h 36 (((T) == NULL) ? NULL : (T)->getCanonicalTypeInternal().getTypePtr())
38 static_cast<TT*>(T->getCanonicalTypeInternal().getTypePtr())
41 GET_CANONICAL_TYPE((T)->getElementType().getTypePtr()))
44 GET_CANONICAL_TYPE((T)->getPointeeType().getTypePtr()))
47 GET_CANONICAL_TYPE((T)->getElementType().getTypePtr()))
slang_rs_export_foreach.cpp 268 RSExportType *ET = RSExportType::Create(Context, T.getTypePtr());
285 const clang::Type *T = FE->mIn->getType().getCanonicalType().getTypePtr();
290 const clang::Type *T = FE->mOut->getType().getCanonicalType().getTypePtr();
slang_rs_export_func.cpp 111 RSExportType::Create(Context, T.getTypePtr());
slang_rs_object_ref_count.cpp 82 RSExportPrimitiveType::GetRSSpecificType(RST.getTypePtr());
373 const clang::Type *T = RefRSVar->getType().getTypePtr();
454 const clang::Type *BaseType = RefRSArr->getType().getTypePtr();
668 const clang::Type *BaseType = RefRSStruct->getType().getTypePtr();
780 const clang::Type *T = DstExpr->getType().getTypePtr();
840 const clang::Type *BaseType = DstArr->getType().getTypePtr();
    [all...]
slang_rs_context.cpp 169 ND)->getCanonicalDecl()->getUnderlyingType().getTypePtr();
  /external/v8/tools/gcmole/
gcmole.cc 208 qtype.getTypePtr()->getCanonicalTypeUnqualified().getTypePtr();
308 getReplacementType().getTypePtr());
318 dyn_cast_or_null<clang::PointerType>(expr->getType().getTypePtr());
322 ToTagType(type->getPointeeType().getTypePtr());
  /external/clang/lib/ARCMigrate/
TransBlockObjCVariable.cpp 119 if (isa<AttributedType>(ty.getTypePtr()))
  /external/clang/lib/Analysis/
CocoaConventions.cpp 67 while (const TypedefType *TD = dyn_cast<TypedefType>(RetTy.getTypePtr())) {
PseudoConstantAnalysis.cpp 183 if (!VD->getType().getTypePtr()->isReferenceType())
  /external/clang/lib/CodeGen/
CodeGenTypes.cpp 120 const Type *Key = CGT.getContext().getTagDeclType(RD).getTypePtr();
260 if (RecordDeclTypes.count(Context.getTagDeclType(RD).getTypePtr()))
285 const Type *Ty = T.getTypePtr();
579 const Type *Key = Context.getTagDeclType(RD).getTypePtr();
642 const Type *Key = Context.getTagDeclType(RD).getTypePtr();
CodeGenTBAA.cpp 104 const Type *Ty = Context.getCanonicalType(QTy).getTypePtr();

Completed in 8576 milliseconds

1 2 3