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

1 2 3 4

  /external/clang/lib/AST/
StmtIterator.cpp 27 t = vt->getElementType().getTypePtr();
37 p = FindVA(p->getElementType().getTypePtr());
72 if (const VariableArrayType* VAPtr = FindVA(VD->getType().getTypePtr())) {
82 FindVA(TD->getUnderlyingType().getTypePtr())) {
TemplateBase.cpp 38 const ::clang::Type *T = TemplArg.getIntegralType().getTypePtr();
TypeLoc.cpp 137 if (Cur.castAs<FunctionProtoTypeLoc>().getTypePtr()
183 if (Cur.castAs<FunctionProtoTypeLoc>().getTypePtr()->hasTrailingReturn())
250 switch (getTypePtr()->getKind()) {
319 Builder.MakeTrivial(Context, getTypePtr()->getQualifier(), Loc);
327 Builder.MakeTrivial(Context, getTypePtr()->getQualifier(), Loc);
336 if (getTypePtr()->getQualifier()) {
338 Builder.MakeTrivial(Context, getTypePtr()->getQualifier(), Loc);
348 getTypePtr()->getArgs(),
Type.cpp 47 const Type* ty = getTypePtr();
201 return ATy->getElementType().getTypePtr();
210 ->getElementType().getTypePtr();
325 Cur = Ty->desugar().getTypePtr(); \
358 Cur = Ty->desugar().getTypePtr(); \
560 return Visit(T.getTypePtr());
842 const Type *T = CanonicalType.getTypePtr();
    [all...]
  /external/clang/include/clang/AST/
TypeLoc.h 111 const Type *getTypePtr() const {
112 return QualType::getFromOpaquePtr(Ty).getTypePtr();
212 const Type *getTypePtr() const {
217 return (TypeLocClass) getTypePtr()->getTypeClass();
240 TypeLoc::getLocalAlignmentForType(QualType(getTypePtr(), 0));
243 return UnqualTypeLoc(getTypePtr(), reinterpret_cast<void*>(dataInt));
322 Derived::classofType(TL.getTypePtr());
346 const TypeClass *getTypePtr() const {
347 return cast<TypeClass>(Base::getTypePtr());
433 Derived::classofType(TL.getTypePtr());
    [all...]
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();
561 return CanQualType::CreateUnsafe(this->getTypePtr()->getParamType(i));
571 return param_type_iterator(this->getTypePtr()->param_type_begin());
575 return param_type_iterator(this->getTypePtr()->param_type_end())
    [all...]
DataRecursiveASTVisitor.h 553 DISPATCH(CLASS##Type, CLASS##Type, const_cast<Type *>(T.getTypePtr()));
    [all...]
RecursiveASTVisitor.h 620 DISPATCH(CLASS##Type, CLASS##Type, const_cast<Type *>(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());
ObjCContainersASTChecker.cpp 49 const Type *TP = T.getTypePtr();
60 return isPointerSize(PointeeT.getTypePtr());
CastSizeChecker.cpp 95 const PointerType *ToPTy = dyn_cast<PointerType>(ToTy.getTypePtr());
MallocSizeofChecker.cpp 144 if (A.getTypePtr() == B.getTypePtr())
  /external/chromium_org/tools/clang/plugins/
FindBadConstructsConsumer.cpp 56 return UnwrapType(elaborated->getNamedType().getTypePtr());
58 return UnwrapType(typedefed->desugar().getTypePtr());
186 CountType(it->getType().getTypePtr(),
349 .getTypePtr()
408 CountType(dyn_cast<ElaboratedType>(type)->getNamedType().getTypePtr(),
416 type = TT->getDecl()->getUnderlyingType().getTypePtr();
475 UnwrapType(base->getType().getTypePtr()));
667 iter->getType().getTypePtr()->getAs<TemplateSpecializationType>();
675 if (arg.getAsType().getTypePtr()->getAsCXXRecordDecl() ==
  /external/clang/lib/Serialization/
ASTCommon.h 53 if (const BuiltinType *BT = dyn_cast<BuiltinType>(T.getTypePtr()))
  /frameworks/compile/slang/
slang_rs_export_element.cpp 109 .getTypePtr()),
155 T = TD->getUnderlyingType().getTypePtr();
slang_rs_export_foreach.cpp 394 RSExportType *ET = RSExportType::Create(Context, T.getTypePtr());
413 const clang::Type *T = (*BI)->getType().getCanonicalType().getTypePtr();
425 const clang::Type *T = FE->mResultType.getTypePtr();
429 const clang::Type *T = FE->mOut->getType().getCanonicalType().getTypePtr();
slang_rs_export_type.cpp 254 const clang::Type *CTI = T->getCanonicalTypeInternal().getTypePtr();
380 return Context->getASTContext().IntTy.getTypePtr();
415 const clang::Type *T = GetCanonicalType(VD->getType().getTypePtr());
461 const clang::Type *CTI = T->getCanonicalTypeInternal().getTypePtr();
649 const clang::Type *T = QT.getTypePtr();
673 return T.getTypePtr();
683 const clang::Type *CTI = T->getCanonicalTypeInternal().getTypePtr();
769 const clang::Type *CTI = T->getCanonicalTypeInternal().getTypePtr();
    [all...]
slang_rs_check_ast.cpp 194 const clang::Type *T = QT.getTypePtr();
240 const clang::Type *T = QT.getTypePtr();
slang_rs_object_ref_count.cpp 80 DataType DT = RSExportPrimitiveType::GetRSSpecificType(RST.getTypePtr());
356 const clang::Type *T = RefRSVar->getType().getTypePtr();
441 const clang::Type *BaseType = RefRSArr->getType().getTypePtr();
656 const clang::Type *BaseType = RefRSStruct->getType().getTypePtr();
771 const clang::Type *T = DstExpr->getType().getTypePtr();
832 const clang::Type *BaseType = DstArr->getType().getTypePtr();
    [all...]
  /external/clang/lib/Analysis/
CocoaConventions.cpp 28 while (const TypedefType *TD = dyn_cast<TypedefType>(RetTy.getTypePtr())) {
  /external/clang/lib/CodeGen/
CodeGenTBAA.cpp 98 const Type *Ty = Context.getCanonicalType(QTy).getTypePtr();
214 const Type *Ty = Context.getCanonicalType(QTy).getTypePtr();
243 const Type *Ty = Context.getCanonicalType(QTy).getTypePtr();
296 const Type *BTy = Context.getCanonicalType(BaseQTy).getTypePtr();
CodeGenTypes.cpp 120 const Type *Key = CGT.getContext().getTagDeclType(RD).getTypePtr();
259 if (RecordDeclTypes.count(Context.getTagDeclType(RD).getTypePtr()))
294 const Type *Ty = T.getTypePtr();
627 const Type *Key = Context.getTagDeclType(RD).getTypePtr();
689 const Type *Key = Context.getTagDeclType(RD).getTypePtr();
  /external/lldb/source/Symbol/
ClangASTType.cpp 65 const ArrayType *array_type = dyn_cast<ArrayType>(qual_type.getTypePtr());
75 const TagType *tag_type = dyn_cast<TagType>(qual_type.getTypePtr());
334 length = cast<ConstantArrayType>(GetCanonicalQualType().getTypePtr())->getSize().getLimitedValue();
354 const clang::FunctionProtoType *function_proto_type = llvm::dyn_cast<clang::FunctionProtoType>(qual_type.getTypePtr());
378 const ReferenceType *reference_type = cast<ReferenceType>(qual_type.getTypePtr());
414 const ReferenceType *reference_type = cast<ReferenceType>(qual_type.getTypePtr());
639 const TagType *tag_type = dyn_cast<TagType>(qual_type.getTypePtr());
696 const RecordType *record_type = cast<RecordType>(qual_type.getTypePtr());
    [all...]
  /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/lib/ARCMigrate/
TransBlockObjCVariable.cpp 106 if (isa<AttributedType>(ty.getTypePtr()))

Completed in 187 milliseconds

1 2 3 4