HomeSort by relevance Sort by last modified time
    Searched refs:getUnqualifiedType (Results 1 - 25 of 42) sorted by null

1 2

  /external/clang/lib/Analysis/
CocoaConventions.cpp 41 if (!(PT->getPointeeType().getUnqualifiedType()->isVoidType()))
FormatString.cpp 258 argTy = C.getCanonicalType(argTy).getUnqualifiedType();
317 C.getCanonicalType(PT->getPointeeType()).getUnqualifiedType();
332 PromoWChar = C.getCanonicalType(PromoWChar).getUnqualifiedType();
333 PromoArg = C.getCanonicalType(PromoArg).getUnqualifiedType();
  /external/clang/lib/Sema/
SemaFixItUtils.cpp 41 const CanQualType FromUnq = From.getUnqualifiedType();
42 const CanQualType ToUnq = To.getUnqualifiedType();
SemaCast.cpp 569 << DestPointee.getUnqualifiedType() << DestRange;
605 << SrcPointee.getUnqualifiedType() << SrcExpr.get()->getSourceRange();
652 << SrcPointee.getUnqualifiedType() << SrcExpr.get()->getSourceRange();
    [all...]
SemaOverload.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
SemaExpr.cpp 405 T = T.getUnqualifiedType();
416 T = Atomic->getValueType().getUnqualifiedType();
    [all...]
SemaExceptionSpec.cpp 474 OldTypes.insert(Context.getCanonicalType(*I).getUnqualifiedType());
478 CanQualType TypePtr = Context.getCanonicalType(*I).getUnqualifiedType();
    [all...]
SemaExprCXX.cpp 569 E = ImpCastExprToType(E, E->getType().getUnqualifiedType(), CK_NoOp,
    [all...]
SemaTemplate.cpp 649 return T.getUnqualifiedType();
    [all...]
SemaDeclCXX.cpp     [all...]
SemaObjCProperty.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckSecuritySyntaxOnly.cpp 319 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy)
361 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy)
404 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy)
581 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy)
OSAtomicChecker.cpp 97 Ctx.getCanonicalType(theValueType->getPointeeType()).getUnqualifiedType();
  /external/clang/include/clang/AST/
DeclarationName.h 341 Ty.getUnqualifiedType());
348 Ty.getUnqualifiedType());
CanonicalType.h 144 CanQual<T> getUnqualifiedType() const;
714 inline CanQual<T> CanQual<T>::getUnqualifiedType() const {
  /external/clang/lib/ARCMigrate/
TransProperties.cpp 380 QualType ty = props[0].PropD->getType().getUnqualifiedType();
384 assert(ty == I->PropD->getType().getUnqualifiedType());
  /frameworks/compile/slang/
slang_rs_export_foreach.cpp 136 if (QT.getUnqualifiedType() != C.UnsignedIntTy) {
246 if (QT->getPointeeType().getCanonicalType().getUnqualifiedType() ==
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
CXXInheritance.cpp 57 BaseType = BaseType.getUnqualifiedType();
179 .getUnqualifiedType();
DeclCXX.cpp     [all...]
  /external/clang/include/clang/Sema/
Initialization.h 184 Parm->getType().getUnqualifiedType());
    [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp 67 return RetTy->getCanonicalTypeUnqualified().getUnqualifiedType();
76 return arrangeFunctionType(FTNP->getResultType().getUnqualifiedType(),
92 CanQualType resultType = FTP->getResultType().getUnqualifiedType();
    [all...]
CGException.cpp 495 QualType ExceptType = Ty.getNonReferenceType().getUnqualifiedType();
585 CaughtType = CaughtType.getNonReferenceType().getUnqualifiedType();
    [all...]
CGObjC.cpp 76 QualType ArgQT = argDecl->getType().getUnqualifiedType();
145 QualType ArgQT = argDecl->getType().getUnqualifiedType();
149 ArgQT = argDecl->getType().getUnqualifiedType();
153 ArgQT = argDecl->getType().getUnqualifiedType();
    [all...]

Completed in 1309 milliseconds

1 2