HomeSort by relevance Sort by last modified time
    Searched refs:getTypePtr (Results 1 - 25 of 89) 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(); \
354 Cur = Ty->desugar().getTypePtr(); \
552 return Visit(T.getTypePtr());
831 const Type *T = CanonicalType.getTypePtr();
    [all...]
  /external/clang/include/clang/AST/
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...]
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...]
RecursiveASTVisitor.h 596 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 48 const Type *TP = T.getTypePtr();
59 return isPointerSize(PointeeT.getTypePtr());
CastSizeChecker.cpp 36 const PointerType *ToPTy = dyn_cast<PointerType>(ToTy.getTypePtr());
MallocSizeofChecker.cpp 145 if (A.getTypePtr() == B.getTypePtr())
  /external/chromium_org/ppapi/tests/clang/
find_affected_interfaces.cc 57 iter->second = IsAffected(*pointer_type->getPointeeType().getTypePtr());
62 iter->second = IsAffected(*func_type->getResultType().getTypePtr());
69 iter->second = IsAffected(*(arg_iter->getTypePtr()));
80 iter->second = IsAffected(*(field_iter->getType().getTypePtr()));
111 clang::Type* type = td->getUnderlyingType().getTypePtr();
print_names_and_sizes.cc 74 return HasArchDependentSize(*(array->getElementType().getTypePtr()));
77 return HasArchDependentSize(*(typedef_type->desugar().getTypePtr()));
86 if (HasArchDependentSize(*(iter->getType().getTypePtr()))) {
138 clang::Type* type = td->getUnderlyingType().getTypePtr();
  /external/clang/lib/Serialization/
ASTCommon.h 47 if (const BuiltinType *BT = dyn_cast<BuiltinType>(T.getTypePtr()))
  /external/chromium_org/tools/clang/plugins/
FindBadConstructs.cpp 67 return UnwrapType(elaborated->getNamedType().getTypePtr());
69 return UnwrapType(typedefed->desugar().getTypePtr());
177 CountType(it->getType().getTypePtr(),
337 it->getTypeSourceInfo()->getTypeLoc().getTypePtr()->
396 dyn_cast<ElaboratedType>(type)->getNamedType().getTypePtr(),
402 type = TT->getDecl()->getUnderlyingType().getTypePtr();
457 UnwrapType(base->getType().getTypePtr()));
  /frameworks/compile/slang/
slang_rs_export_element.cpp 98 .getTypePtr()),
144 T = TD->getUnderlyingType().getTypePtr();
slang_rs_export_type.h 37 (((T) == NULL) ? NULL : (T)->getCanonicalTypeInternal().getTypePtr())
39 static_cast<TT*>(T->getCanonicalTypeInternal().getTypePtr())
42 GET_CANONICAL_TYPE((T)->getElementType().getTypePtr()))
45 GET_CANONICAL_TYPE((T)->getPointeeType().getTypePtr()))
48 GET_CANONICAL_TYPE((T)->getElementType().getTypePtr()))
slang_rs_check_ast.cpp 198 const clang::Type *T = QT.getTypePtr();
246 const clang::Type *T = QT.getTypePtr();
  /external/clang/lib/Analysis/
CocoaConventions.cpp 28 while (const TypedefType *TD = dyn_cast<TypedefType>(RetTy.getTypePtr())) {
  /external/clang/lib/CodeGen/
CodeGenTBAA.cpp 103 const Type *Ty = Context.getCanonicalType(QTy).getTypePtr();
222 const Type *Ty = Context.getCanonicalType(QTy).getTypePtr();
251 const Type *Ty = Context.getCanonicalType(QTy).getTypePtr();
297 const Type *BTy = Context.getCanonicalType(BaseQTy).getTypePtr();
CGCall.h 153 return forPrototype(prototype.getTypePtr());
158 return forPrototypePlus(prototype.getTypePtr(), additional);
CodeGenTypes.cpp 123 const Type *Key = CGT.getContext().getTagDeclType(RD).getTypePtr();
261 if (RecordDeclTypes.count(Context.getTagDeclType(RD).getTypePtr()))
296 const Type *Ty = T.getTypePtr();
629 const Type *Key = Context.getTagDeclType(RD).getTypePtr();
692 const Type *Key = Context.getTagDeclType(RD).getTypePtr();
  /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/tools/libclang/
RecursiveASTVisitor.h 529 const_cast<Type*>(T.getTypePtr()));
    [all...]
  /external/clang/lib/ARCMigrate/
TransBlockObjCVariable.cpp 107 if (isa<AttributedType>(ty.getTypePtr()))

Completed in 152 milliseconds

1 2 3 4