Searched refs:CanQualType (Results 1 - 25 of 47) sorted by relevance

12

/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DTypeOrdering.h58 template<> struct DenseMapInfo<clang::CanQualType> {
59 static inline clang::CanQualType getEmptyKey() {
60 return clang::CanQualType();
63 static inline clang::CanQualType getTombstoneKey() {
64 using clang::CanQualType;
65 return CanQualType::getFromOpaquePtr(reinterpret_cast<clang::Type *>(-1));
68 static unsigned getHashValue(clang::CanQualType Val) {
73 static bool isEqual(clang::CanQualType LHS, clang::CanQualType RHS) {
H A DASTContext.h767 CanQualType VoidTy;
768 CanQualType BoolTy;
769 CanQualType CharTy;
770 CanQualType WCharTy; // [C++ 3.9.1p5].
771 CanQualType WideCharTy; // Same as WCharTy in C++, integer type in C99.
772 CanQualType WIntTy; // [C99 7.24.1], integer type unchanged by default promotions.
773 CanQualType Char16Ty; // [C++0x 3.9.1p5], integer type in C99.
774 CanQualType Char32Ty; // [C++0x 3.9.1p5], integer type in C99.
775 CanQualType SignedCharTy, ShortTy, IntTy, LongTy, LongLongTy, Int128Ty;
776 CanQualType UnsignedCharT
[all...]
H A DCanonicalType.h36 /// syntactic sugar has been eliminated. A CanQualType may also have various
41 /// type (or some subclass of that type). The typedef @c CanQualType is just
199 typedef CanQual<Type> CanQualType; typedef in namespace:clang
201 inline CanQualType Type::getCanonicalTypeUnqualified() const {
202 return CanQualType::CreateUnsafe(getCanonicalTypeInternal());
206 CanQualType T) {
216 CanQualType Accessor() const { \
217 return CanQualType::CreateUnsafe(this->getTypePtr()->Accessor()); \
320 /// that provide accessors returning canonical types (@c CanQualType) rather
390 typedef CanQualType value_typ
[all...]
H A DDeclarationName.h38 typedef CanQual<Type> CanQualType; typedef in namespace:clang
360 DeclarationName getCXXConstructorName(CanQualType Ty);
364 DeclarationName getCXXDestructorName(CanQualType Ty);
368 DeclarationName getCXXConversionFunctionName(CanQualType Ty);
374 CanQualType Ty);
H A DCXXInheritance.h199 bool isAmbiguous(CanQualType BaseType);
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSemaFixItUtils.h35 static bool compareTypesSimple(CanQualType From,
36 CanQualType To,
52 typedef bool (*TypeComparisonFuncTy) (const CanQualType FromTy,
53 const CanQualType ToTy,
H A DCodeCompleteConsumer.h120 SimplifiedTypeClass getSimplifiedTypeClass(CanQualType T);
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/CodeGen/
H A DCodeGenABITypes.h68 const CGFunctionInfo &arrangeLLVMFunctionInfo(CanQualType returnType,
69 llvm::ArrayRef<CanQualType> argTypes,
H A DCGFunctionInfo.h231 CanQualType type;
271 CanQualType resultType,
272 ArrayRef<CanQualType> argTypes,
323 CanQualType getReturnType() const { return getArgsBuffer()[0].type; }
342 CanQualType resultType,
343 ArrayRef<CanQualType> argTypes) {
351 for (ArrayRef<CanQualType>::iterator
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenABITypes.cpp63 CodeGenABITypes::arrangeLLVMFunctionInfo(CanQualType returnType,
64 llvm::ArrayRef<CanQualType> argTypes,
H A DCGCXXABI.h231 CanQualType &ResTy,
232 SmallVectorImpl<CanQualType> &ArgTys) = 0;
253 CanQualType &ResTy,
254 SmallVectorImpl<CanQualType> &ArgTys) = 0;
H A DCodeGenTypes.h51 typedef CanQual<Type> CanQualType; typedef in namespace:clang
218 const CGFunctionInfo &arrangeLLVMFunctionInfo(CanQualType returnType,
219 ArrayRef<CanQualType> argTypes,
H A DCGCall.cpp57 static CanQualType GetThisType(ASTContext &Context, const CXXRecordDecl *RD) {
59 return Context.getPointerType(CanQualType::CreateUnsafe(RecTy));
72 static CanQualType GetReturnType(QualType RetTy) {
90 SmallVectorImpl<CanQualType> &prefix,
97 CanQualType resultType = FTP->getResultType().getUnqualifiedType();
104 SmallVectorImpl<CanQualType> &prefix,
112 SmallVectorImpl<CanQualType> &prefix,
122 SmallVector<CanQualType, 16> argTypes;
161 SmallVector<CanQualType, 16> argTypes;
198 SmallVector<CanQualType, 1
[all...]
H A DItaniumCXXABI.cpp119 CanQualType &ResTy,
120 SmallVectorImpl<CanQualType> &ArgTys);
126 CanQualType &ResTy,
127 SmallVectorImpl<CanQualType> &ArgTys);
802 CanQualType &ResTy,
803 SmallVectorImpl<CanQualType> &ArgTys) {
834 CanQualType &ResTy,
835 SmallVectorImpl<CanQualType> &ArgTys) {
H A DMicrosoftCXXABI.cpp66 CanQualType &ResTy,
67 SmallVectorImpl<CanQualType> &ArgTys);
111 CanQualType &ResTy,
112 SmallVectorImpl<CanQualType> &ArgTys);
451 CanQualType &ResTy,
452 SmallVectorImpl<CanQualType> &ArgTys) {
568 CanQualType &ResTy,
569 SmallVectorImpl<CanQualType> &ArgTys) {
H A DCGVTables.cpp108 static bool similar(const ABIArgInfo &infoL, CanQualType typeL,
109 const ABIArgInfo &infoR, CanQualType typeR) {
H A DCGObjCMac.cpp238 SmallVector<CanQualType,4> Params;
239 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType());
240 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType());
256 SmallVector<CanQualType,6> Params;
257 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType());
258 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType());
284 SmallVector<CanQualType,4> Params;
285 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType());
286 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType());
312 SmallVector<CanQualType,
[all...]
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaFixItUtils.cpp23 bool ConversionFixItGenerator::compareTypesSimple(CanQualType From,
24 CanQualType To,
42 const CanQualType FromUnq = From.getUnqualifiedType();
43 const CanQualType ToUnq = To.getUnqualifiedType();
58 const CanQualType FromQTy = S.Context.getCanonicalType(FromTy);
59 const CanQualType ToQTy = S.Context.getCanonicalType(ToTy);
H A DSemaAccess.cpp345 static bool MightInstantiateTo(Sema &S, CanQualType Context, CanQualType Friend) {
411 CanQualType FriendTy
416 CanQualType ContextTy
428 CanQualType Friend) {
H A DSemaExceptionSpec.cpp490 llvm::SmallPtrSet<CanQualType, 8> OldTypes, NewTypes;
497 CanQualType TypePtr = Context.getCanonicalType(*I).getUnqualifiedType();
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclarationName.cpp356 DeclarationName DeclarationNameTable::getCXXConstructorName(CanQualType Ty) {
361 DeclarationName DeclarationNameTable::getCXXDestructorName(CanQualType Ty) {
367 DeclarationNameTable::getCXXConversionFunctionName(CanQualType Ty) {
373 CanQualType Ty) {
H A DDeclCXX.cpp154 llvm::SmallPtrSet<CanQualType, 8> SeenVBaseTypes;
1020 static CanQualType GetConversionType(ASTContext &Context, NamedDecl *Conv) {
1047 const llvm::SmallPtrSet<CanQualType, 8> &ParentHiddenTypes,
1054 const llvm::SmallPtrSet<CanQualType, 8> *HiddenTypes = &ParentHiddenTypes;
1055 llvm::SmallPtrSet<CanQualType, 8> HiddenTypesBuffer;
1066 CanQualType ConvType(GetConversionType(Context, I.getDecl()));
1122 llvm::SmallPtrSet<CanQualType, 8> HiddenTypes;
1756 CanQualType PointeeType
1758 CanQualType ClassTy
1798 CanQualType ParamTyp
[all...]
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h598 CanQualType locTy;
600 BlockTextRegion(const BlockDecl *bd, CanQualType lTy,
620 CanQualType, const AnalysisDeclContext*,
1268 CanQualType locTy,
H A DSValBuilder.h202 DefinedSVal getBlockPointer(const BlockDecl *block, CanQualType locTy,
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DFormatString.h237 ArgType(CanQualType t) : K(SpecificTy), T(t), Name(0), Ptr(false) {}

Completed in 298 milliseconds

12