HomeSort by: relevance | last modified time | path
    Searched refs:getUnqualifiedType (Results 1 - 25 of 64) sorted by relevancy

1 2 3

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
ObjCPropertyChecker.cpp 51 .getUnqualifiedType()
CheckSecuritySyntaxOnly.cpp 367 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().VoidTy)
409 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().VoidTy)
451 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().VoidTy)
493 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy)
533 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy)
574 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy)
843 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy)
NumberObjectConversionChecker.cpp 132 QualType ObjT = Obj->getType().getUnqualifiedType();
138 ObjT->getPointeeType().getCanonicalType().getUnqualifiedType());
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
CocoaConventions.cpp 42 if (!PT || !PT->getPointeeType().getUnqualifiedType()->isVoidType())
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaFixItUtils.cpp 41 const CanQualType FromUnq = From.getUnqualifiedType();
42 const CanQualType ToUnq = To.getUnqualifiedType();
SemaOverload.cpp 1357 = S.Context.getCanonicalType(From->getType().getUnqualifiedType());
1359 = S.Context.getCanonicalType(ToType).getUnqualifiedType();
1782 FromType = FromType.getUnqualifiedType();
1840 FromType = ToType.getUnqualifiedType();
1844 FromType = ToType.getUnqualifiedType();
1848 FromType = ToType.getUnqualifiedType();
1861 FromType = ToType.getUnqualifiedType();
1865 FromType = ToType.getUnqualifiedType();
1870 FromType = ToType.getUnqualifiedType();
1892 FromType = ToType.getUnqualifiedType();
    [all...]
SemaTemplateDeduction.cpp 429 ValueType = ValueType.getUnqualifiedType();
1417 Param = Param.getUnqualifiedType();
1420 Arg = Arg.getUnqualifiedType();
1533 DeducedType = S.Context.getQualifiedType(DeducedType.getUnqualifiedType(),
1604 CanQualType ParamUnqualType = CanParam.getUnqualifiedType(),
1605 ArgUnqualType = CanArg.getUnqualifiedType();
1644 Param = Param.getUnqualifiedType();
1645 Arg = Arg.getUnqualifiedType();
3472 A = Context.getQualifiedType(A.getUnqualifiedType(), DeducedAQuals);
3853 ParamType = ParamType.getUnqualifiedType();
    [all...]
SemaCast.cpp 789 << DestPointee.getUnqualifiedType() << DestRange;
834 << SrcPointee.getUnqualifiedType() << SrcExpr.get()->getSourceRange();
880 << SrcPointee.getUnqualifiedType() << SrcExpr.get()->getSourceRange();
1480 FromType = FromType.getUnqualifiedType();
1481 ToType = ToType.getUnqualifiedType();
1631 if (Paths.isAmbiguous(SrcType.getUnqualifiedType())) {
1655 << QualType(SrcType).getUnqualifiedType()
1656 << QualType(DestType).getUnqualifiedType()
2035 if (!DT.getUnqualifiedType()->isVoidType())
2784 if (DestType.getUnqualifiedType()->isVoidType()
    [all...]
SemaExpr.cpp 678 T = T.getUnqualifiedType();
708 T = Atomic->getValueType().getUnqualifiedType();
1502 Context.getCanonicalType(LHS.get()->getType()).getUnqualifiedType();
1504 Context.getCanonicalType(RHS.get()->getType()).getUnqualifiedType();
3302 type = type.getUnqualifiedType().withConst();
3310 type = type.getUnqualifiedType();
7883 lhptee = S.Context.getQualifiedType(lhptee.getUnqualifiedType(), lhQual);
7884 rhptee = S.Context.getQualifiedType(rhptee.getUnqualifiedType(), rhQual);
7921 .getQualifiedType(CompositeTy.getUnqualifiedType(), CompositeQuals)
8045 S.Context.getCanonicalType(LHS.get()->getType()).getUnqualifiedType();
    [all...]
SemaExceptionSpec.cpp 596 OldTypes.insert(S.Context.getCanonicalType(I).getUnqualifiedType());
599 CanQualType TypePtr = S.Context.getCanonicalType(I).getUnqualifiedType();
SemaDeclCXX.cpp 2679 .getUnqualifiedType();
2766 .getUnqualifiedType();
2908 if (!Paths.isAmbiguous(Context.getCanonicalType(Base).getUnqualifiedType()))
4653 SemaRef.Context.getQualifiedType(BaseSpec->getType().getUnqualifiedType(),
5858 CanQualType CT = T->getCanonicalTypeUnqualified().getUnqualifiedType();
9474 << Kind << SubType.getUnqualifiedType();
9479 << Kind << SubType.getUnqualifiedType() << CSM << SubType;
9483 << Kind << SubType.getUnqualifiedType() << CSM;
9486 << Kind << SubType.getUnqualifiedType() << CSM;
9492 << Kind << SubType.getUnqualifiedType() << CSM
    [all...]
SemaStmt.cpp 798 PD << Select << A.getUnqualifiedType() << B.getUnqualifiedType();
1614 << DstType.getUnqualifiedType();
1639 << DstType.getUnqualifiedType();
3546 .getUnqualifiedType()
3653 FnRetType = RetValExp->getType().getUnqualifiedType();
4344 QT = QT.getUnqualifiedType();
SemaOpenMP.cpp 2640 *this, DE->getExprLoc(), Type.getUnqualifiedType(),
6413 .getUnqualifiedType()
6950 if (VarianPtrType.getUnqualifiedType() != FnPtrType.getUnqualifiedType()) {
6952 VariantRef, FnPtrType.getUnqualifiedType(),
6966 VariantRef, FnPtrType.getUnqualifiedType(), AA_Converting);
14867 QualType VarType = InteropVarExpr->getType().getUnqualifiedType();
15328 Type = Type.getUnqualifiedType();
15337 *this, VDPrivate, RefExpr->getType().getUnqualifiedType(), ELoc);
15581 Type = Type.getUnqualifiedType();
    [all...]
SemaExprCXX.cpp 2393 << AllocType.getUnqualifiedType()
3008 Context.getCanonicalType(P->getType().getUnqualifiedType()));
3538 << Pointee.getUnqualifiedType()
3654 Context.getQualifiedType(Pointee.getUnqualifiedType(), Qs));
4186 FromType = FromAtomic->getValueType().getUnqualifiedType();
4489 From = ImpCastExprToType(From, ToType.getUnqualifiedType(), Kind,
6043 LHSType = LHSType.getCanonicalType().getUnqualifiedType();
6044 RHSType = RHSType.getCanonicalType().getUnqualifiedType();
SemaObjCProperty.cpp 1387 QualType lhsType =Context.getCanonicalType(PropertyIvarType).getUnqualifiedType();
1388 QualType rhsType =Context.getCanonicalType(IvarType).getUnqualifiedType();
1736 QualType rhsType =Context.getCanonicalType(GetterType).getUnqualifiedType();
2555 property->getType().getUnqualifiedType().getAtomicUnqualifiedType();
  /src/external/apache2/llvm/dist/clang/lib/AST/
FormatString.cpp 377 argTy = C.getCanonicalType(argTy).getUnqualifiedType();
439 C.getCanonicalType(PT->getPointeeType()).getUnqualifiedType();
444 QualType WInt = C.getCanonicalType(C.getWIntType()).getUnqualifiedType();
446 if (C.getCanonicalType(argTy).getUnqualifiedType() == WInt)
452 PromoArg = C.getCanonicalType(PromoArg).getUnqualifiedType();
DeclarationName.cpp 312 Ty = Ty.getUnqualifiedType();
328 Ty = Ty.getUnqualifiedType();
CXXInheritance.cpp 41 BaseType = BaseType.getUnqualifiedType();
171 Context.getCanonicalType(BaseSpec.getType()).getUnqualifiedType();
ASTContext.cpp 1469 getQualifiedType(VoidTy.getUnqualifiedType(), Q)));
4205 getQualifiedType(CanResultType.getUnqualifiedType(), Qs));
6152 return T.getUnqualifiedType();
6165 return T.getUnqualifiedType();
9385 QualType ET = I->getType().getUnqualifiedType();
9444 retType = retType.getUnqualifiedType();
9449 LRetType = LRetType.getUnqualifiedType();
9450 RRetType = RRetType.getUnqualifiedType();
9521 QualType lParamType = lproto->getParamType(i).getUnqualifiedType();
9522 QualType rParamType = rproto->getParamType(i).getUnqualifiedType();
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
TransProperties.cpp 349 QualType ty = props[0].PropD->getType().getUnqualifiedType();
353 assert(ty == I->PropD->getType().getUnqualifiedType());
ObjCMT.cpp 515 RT = Context.getQualifiedType(CanResultTy.getUnqualifiedType(), Qs);
1062 QualType UPointeeT = PT->getPointeeType().getUnqualifiedType();
1365 if (PT->getPointeeType().getUnqualifiedType()->isVoidType())
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
CanonicalType.h 157 CanQual<T> getUnqualifiedType() const;
620 inline CanQual<T> CanQual<T>::getUnqualifiedType() const {
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
DynamicType.cpp 72 Ty = Ty.getCanonicalType().getUnqualifiedType();
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Initialization.h 269 Context.getVariableArrayDecayedType(Type.getUnqualifiedType());
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjC.cpp 85 QualType ArgQT = ArgDecl->getType().getUnqualifiedType();
105 QualType EncodingQT = EncodingDecl->getType().getUnqualifiedType();
203 QualType ArgQT = argDecl->getType().getUnqualifiedType();
207 ArgQT = argDecl->getType().getUnqualifiedType();
211 ArgQT = argDecl->getType().getUnqualifiedType();
1536 argType.getUnqualifiedType(), CK_LValueToRValue,

Completed in 114 milliseconds

1 2 3