Searched refs:getNonReferenceType (Results 1 - 25 of 30) sorted by relevance

12

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaFixItUtils.cpp31 From = From.getNonReferenceType();
32 To = To.getNonReferenceType();
H A DSemaOpenMP.cpp294 QualType Type = D->getType().getNonReferenceType().getCanonicalType();
298 Type = ElemType.getNonReferenceType().getCanonicalType();
511 QualType ExprType = VD->getType().getNonReferenceType();
853 while (Type.getNonReferenceType()->isArrayType()) {
855 Type.getNonReferenceType().getTypePtr())->getElementType();
858 Type.getNonReferenceType()->getAsCXXRecordDecl() : 0;
988 Type.getNonReferenceType()->getAsCXXRecordDecl() : 0;
1032 Type = Type.getNonReferenceType().getCanonicalType();
H A DSemaInit.cpp3587 T2.getNonReferenceType().getQualifiers()),
3592 T2.getNonReferenceType().getQualifiers()));
3594 if (cv1T1.getQualifiers() != T2.getNonReferenceType().getQualifiers())
5606 QualType DestType = Entity.getType().getNonReferenceType();
5783 Entity.getType().getNonReferenceType(), CurInit.get(),
5903 CurInit = CopyObject(S, Entity.getType().getNonReferenceType(), Entity,
5970 ResultType->getNonReferenceType()->isIncompleteArrayType()) {
5996 Entity.getType().getNonReferenceType());
6037 Entity.getType().getNonReferenceType());
6241 << T.getNonReferenceType();
[all...]
H A DSemaObjCProperty.cpp950 QualType PropertyIvarType = PropType.getNonReferenceType();
1222 QualType T = Param->getType().getNonReferenceType();
1397 QualType GetterType = GetterMethod->getResultType().getNonReferenceType();
1398 QualType PropertyIvarType = property->getType().getNonReferenceType();
1874 (*SetterMethod->param_begin())->getType().getNonReferenceType(),
1875 property->getType().getNonReferenceType())) {
H A DSemaExprCXX.cpp348 = Context.getUnqualifiedArrayType(Operand->getType().getNonReferenceType(),
2449 ConditionVar->getType().getNonReferenceType(),
2615 BeforeToType = Ctor->getParamDecl(0)->getType().getNonReferenceType();
2632 ToType.getNonReferenceType(),
2913 ToType.getNonReferenceType(),
2920 From = ImpCastExprToType(From, ToType.getNonReferenceType(),
3037 << ToType.getNonReferenceType();
3682 hasNontrivialObjCLifetime(Args[0]->getType().getNonReferenceType()))
3885 hasNontrivialObjCLifetime(LhsT.getNonReferenceType()))
H A DSemaOverload.cpp2536 FromType = FromType.getNonReferenceType();
2537 ToType = ToType.getNonReferenceType();
2924 if (Context.hasSameUnqualifiedType(Type, FirstArg.getNonReferenceType()))
4079 Conv->getConversionType().getNonReferenceType()
4081 DeclType.getNonReferenceType().getUnqualifiedType(),
5124 QualType ConvTy = Conv->getConversionType().getNonReferenceType();
5142 QualType ConvTy = Conversion->getConversionType().getNonReferenceType();
5179 QualType ToType = Conversion->getConversionType().getNonReferenceType();
5336 QualType CurToType = Conversion->getConversionType().getNonReferenceType();
5874 QualType ToNonRefType = ToType.getNonReferenceType();
[all...]
H A DSemaTemplate.cpp4207 ParamType.getNonReferenceType())) {
4419 ParamType.getNonReferenceType())) {
4459 ParamType.getNonReferenceType())) {
4533 ParamType.getNonReferenceType(),
4539 ParamType.getNonReferenceType())) {
5101 VD->getType().getNonReferenceType(),
5126 QualType T = VD->getType().getNonReferenceType();
H A DSemaCodeComplete.cpp3404 Results.setPreferredType(Data.PreferredType.getNonReferenceType());
3932 ParamType.getNonReferenceType(),
3933 Proto->getArgType(Args.size()).getNonReferenceType())) {
6052 = Property->getType().getNonReferenceType().getUnqualifiedType();
6288 Context.hasSameUnqualifiedType(ReturnType.getNonReferenceType(),
7065 Results.setPreferredType(GetTypeFromParser(ReturnTy).getNonReferenceType());
H A DSemaStmt.cpp2056 const QualType RangeVarNonRefType = RangeVarType.getNonReferenceType();
2192 const QualType BeginRefNonRefType = BeginType.getNonReferenceType();
2198 ExprResult EndRef = BuildDeclRefExpr(EndVar, EndType.getNonReferenceType(),
H A DSemaExpr.cpp2695 type = type.getNonReferenceType();
2731 type = type.getNonReferenceType();
6598 // The getNonReferenceType() call makes sure that the resulting expression
10105 CurrentType = MemberDecl->getType().getNonReferenceType();
11369 DeclRefType = CaptureType.getNonReferenceType();
11498 CaptureType = CaptureType.getNonReferenceType().withConst();
11750 // to the DeclRefType or to CaptureType.getNonReferenceType(). GCC appears
11798 DeclRefType = CaptureType.getNonReferenceType();
11805 DeclRefType = CaptureType.getNonReferenceType();
11855 DeclRefType = CaptureType.getNonReferenceType();
[all...]
H A DSemaExprMember.cpp1069 Var->getType().getNonReferenceType(),
H A DSemaPseudoObject.cpp1027 QualType CT = Conversion->getConversionType().getNonReferenceType();
H A DSemaDeclCXX.cpp3005 SemaRef.BuildDeclRefExpr(PD, PD->getType().getNonReferenceType(),
3032 QualType ParamType = Param->getType().getNonReferenceType();
3102 QualType ParamType = Param->getType().getNonReferenceType();
9131 unsigned ArgQuals = T->getArgType(0).getNonReferenceType().getCVRQualifiers();
9442 QualType FieldType = Field->getType().getNonReferenceType();
9871 QualType FieldType = Field->getType().getNonReferenceType();
9955 unsigned Quals = T->getArgType(0).getNonReferenceType().getCVRQualifiers();
10712 QualType ParamType = (*Param)->getType().getNonReferenceType();
H A DSemaExprObjC.cpp1200 .getNonReferenceType(),
3401 classifyTypeForARCConversion(castType.getNonReferenceType());
H A DSemaLookup.cpp2354 QualType ArgType = Proto->getArgType(0).getNonReferenceType();
2363 QualType ArgType = Proto->getArgType(1).getNonReferenceType();
H A DSemaDeclAttr.cpp1417 QualType T = getFunctionOrMethodArgType(D, Idx).getNonReferenceType();
1457 QualType T = getFunctionOrMethodArgType(D, Idx).getNonReferenceType();
1474 QualType T = getFunctionOrMethodArgType(D, i).getNonReferenceType();
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DCanonicalType.h166 CanQual<Type> getNonReferenceType() const;
675 inline CanQual<Type> CanQual<T>::getNonReferenceType() const { function in class:clang::CanQual
H A DType.h811 QualType getNonReferenceType() const;
4788 /// getNonReferenceType - If Type is a reference type (e.g., const
4797 inline QualType QualType::getNonReferenceType() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::QualType
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/AST/
H A DExprCXX.cpp47 Operand.get<TypeSourceInfo *>()->getType().getNonReferenceType(), Quals);
54 Operand.get<TypeSourceInfo *>()->getType().getNonReferenceType(), Quals);
815 Type->getType().getNonReferenceType(),
1130 Type->getType().getNonReferenceType(),
1399 QualType BaseType = getBaseType().getNonReferenceType();
H A DAPValue.cpp384 = IsReference ? Ty.getNonReferenceType() : Ty->getPointeeType();
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGException.cpp511 QualType ExceptType = Ty.getNonReferenceType().getUnqualifiedType();
601 CaughtType = CaughtType.getNonReferenceType().getUnqualifiedType();
H A DCGObjC.cpp990 DeclRefExpr argRef(argVar, false, argVar->getType().getNonReferenceType(),
1036 DeclRefExpr argRef(argVar, false, argVar->getType().getNonReferenceType(),
1218 ObjCIvarRefExpr ivarRef(ivar, ivar->getType().getNonReferenceType(),
1223 QualType argType = argDecl->getType().getNonReferenceType();
H A DCGExprCXX.cpp1159 assert(getContext().hasSameUnqualifiedType(argType.getNonReferenceType(),
H A DCodeGenFunction.h2530 assert(getContext().getCanonicalType(ArgType.getNonReferenceType()).
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Analysis/
H A DCFG.cpp3133 DTy = DTy.getNonReferenceType();
3434 ty = ty.getNonReferenceType();
3446 DTy = DTy.getNonReferenceType();

Completed in 677 milliseconds

12