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

1 2

  /external/clang/lib/Analysis/
CocoaConventions.cpp 43 if (!(PT->getPointeeType().getUnqualifiedType()->isVoidType()))
FormatString.cpp 277 argTy = C.getCanonicalType(argTy).getUnqualifiedType();
336 C.getCanonicalType(PT->getPointeeType()).getUnqualifiedType();
346 QualType WInt = C.getCanonicalType(C.getWIntType()).getUnqualifiedType();
347 PromoArg = C.getCanonicalType(PromoArg).getUnqualifiedType();
  /external/clang/lib/Sema/
SemaFixItUtils.cpp 42 const CanQualType FromUnq = From.getUnqualifiedType();
43 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...]
SemaExceptionSpec.cpp 477 OldTypes.insert(Context.getCanonicalType(*I).getUnqualifiedType());
481 CanQualType TypePtr = Context.getCanonicalType(*I).getUnqualifiedType();
    [all...]
SemaObjCProperty.cpp     [all...]
SemaExprCXX.cpp 580 E = ImpCastExprToType(E, E->getType().getUnqualifiedType(), CK_NoOp,
    [all...]
SemaExpr.cpp 486 T = T.getUnqualifiedType();
497 T = Atomic->getValueType().getUnqualifiedType();
    [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckSecuritySyntaxOnly.cpp 320 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy)
362 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy)
405 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy)
582 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy)
OSAtomicChecker.cpp 97 Ctx.getCanonicalType(theValueType->getPointeeType()).getUnqualifiedType();
  /frameworks/compile/slang/
slang_rs_export_foreach.cpp 147 if (QT.getUnqualifiedType() != C.UnsignedIntTy) {
289 } else if (QT.getUnqualifiedType() == C.UnsignedIntTy) {
323 if (QT.getUnqualifiedType() != C.UnsignedIntTy) {
417 if (QT->getPointeeType().getCanonicalType().getUnqualifiedType() ==
  /external/clang/include/clang/AST/
DeclarationName.h 354 Ty.getUnqualifiedType());
361 Ty.getUnqualifiedType());
CanonicalType.h 144 CanQual<T> getUnqualifiedType() const;
715 inline CanQual<T> CanQual<T>::getUnqualifiedType() const {
  /external/clang/lib/ARCMigrate/
TransProperties.cpp 371 QualType ty = props[0].PropD->getType().getUnqualifiedType();
375 assert(ty == I->PropD->getType().getUnqualifiedType());
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
CXXInheritance.cpp 56 BaseType = BaseType.getUnqualifiedType();
182 .getUnqualifiedType();
DeclCXX.cpp     [all...]
  /external/clang/include/clang/Sema/
Initialization.h 185 Parm->getType().getUnqualifiedType());
    [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp 67 return RetTy->getCanonicalTypeUnqualified().getUnqualifiedType();
76 return arrangeLLVMFunctionInfo(FTNP->getResultType().getUnqualifiedType(),
93 CanQualType resultType = FTP->getResultType().getUnqualifiedType();
    [all...]
CGException.cpp 507 QualType ExceptType = Ty.getNonReferenceType().getUnqualifiedType();
597 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...]
  /external/clang/tools/libclang/
CXType.cpp 102 QualType UnqualT = T.getUnqualifiedType();

Completed in 553 milliseconds

1 2