Searched refs:getBaseType (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp191 const MDNode *getBaseType() const { function in class:__anon2089::TBAAStructTagNode
402 const MDNode *BaseA = TagA.getBaseType();
403 const MDNode *BaseB = TagB.getBaseType();
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DTypePrinter.cpp783 print(T->getBaseType(), OS, StringRef());
789 printBefore(T->getBaseType(), OS);
800 printAfter(T->getBaseType(), OS);
1247 return printBefore(T->getBaseType(), OS);
1249 print(T->getBaseType(), OS, StringRef());
1266 return printAfter(T->getBaseType(), OS);
H A DType.cpp935 return cast<ObjCObjectType>(CanonicalType)->getBaseType()
2065 Profile(ID, getBaseType(), qual_begin(), getNumProtocols());
2217 return Cache::get(cast<ObjCObjectType>(T)->getBaseType());
2300 return computeLinkageInfo(cast<ObjCObjectType>(T)->getBaseType());
H A DASTImporter.cpp805 Obj1->getBaseType(),
806 Obj2->getBaseType()))
1692 QualType ToBaseType = Importer.Import(T->getBaseType());
1785 QualType ToBaseType = Importer.Import(T->getBaseType());
H A DExprCXX.cpp1399 QualType BaseType = getBaseType().getNonReferenceType();
H A DMicrosoftMangle.cpp1717 mangleType(T->getBaseType(), Range);
H A DItaniumMangle.cpp2322 mangleType(T->getBaseType());
H A DASTContext.cpp1634 return getTypeInfo(cast<ObjCObjectType>(T)->getBaseType().getTypePtr());
5394 T = T->castAs<ObjCObjectType>()->getBaseType();
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DCanonicalType.h596 LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(getBaseType)
633 LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(getBaseType)
H A DType.h1104 const Type *getBaseType() const { return BaseType; } function in class:clang::ExtQuals
1108 Profile(ID, getBaseType(), Quals);
3276 QualType getBaseType() const { return BaseType; } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::UnaryTransformType
4298 /// getBaseType - Gets the base type of this object type. This is
4304 QualType getBaseType() const { return BaseType; } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCObjectType
4307 return getBaseType()->isSpecificBuiltinType(BuiltinType::ObjCId);
4310 return getBaseType()->isSpecificBuiltinType(BuiltinType::ObjCClass);
4316 if (const BuiltinType *T = getBaseType()->getAs<BuiltinType>())
4394 /// T->getBaseType() == QualType(T, 0).
4431 getBaseType()
[all...]
H A DRecursiveASTVisitor.h950 TRY_TO(TraverseType(T->getBaseType()));
1004 if (T->getBaseType().getTypePtr() != T)
1005 TRY_TO(TraverseType(T->getBaseType()));
1240 if (TL.getTypePtr()->getBaseType().getTypePtr() != TL.getTypePtr())
H A DTypeLoc.h888 return getTypePtr()->getBaseType();
H A DExprCXX.h3203 QualType getBaseType() const { return BaseType; }
3437 QualType getBaseType() const { return BaseType; }
/freebsd-9.3-release/contrib/llvm/include/llvm/Object/
H A DCOFF.h179 uint8_t getBaseType() const { function in struct:llvm::object::coff_symbol
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h303 QualType getBaseType() const { return BaseType; } function in class:clang::CodeCompletionContext
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGRTTI.cpp466 Ty = cast<ObjCObjectType>(Ty)->getBaseType().getTypePtr();
695 const Type *T = OT->getBaseType().getTypePtr();
H A DCodeGenTypes.cpp542 ResultType = ConvertType(cast<ObjCObjectType>(Ty)->getBaseType());
H A DCGDebugInfo.cpp1537 return getOrCreateType(Ty->getBaseType(), Unit);
/freebsd-9.3-release/contrib/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp824 W.printEnum ("BaseType", Symbol->getBaseType(), makeArrayRef(ImageSymType));
833 Symbol->getBaseType() == COFF::IMAGE_SYM_TYPE_NULL &&
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaPseudoObject.cpp1090 ResultType = iQFaceTy->getBaseType();
1199 ResultType = iQFaceTy->getBaseType();
H A DSemaAccess.cpp1564 QualType BaseType = E->getBaseType();
H A DTreeTransform.h8616 BaseType = getDerived().TransformType(E->getBaseType());
8653 BaseType == E->getBaseType() &&
8703 BaseType = getDerived().TransformType(Old->getBaseType());
H A DSemaOverload.cpp11145 QualType ObjectType = UnresExpr->getBaseType();
11989 MemExpr->getBaseType(),
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterStmt.cpp1406 Writer.AddTypeRef(E->getBaseType(), Record);
1476 Writer.AddTypeRef(E->getBaseType(), Record);
H A DASTWriter.cpp245 Writer.AddTypeRef(T->getBaseType(), Record);
396 Writer.AddTypeRef(T->getBaseType(), Record);

Completed in 588 milliseconds

12