HomeSort by relevance Sort by last modified time
    Searched refs:getUnqualifiedType (Results 1 - 25 of 43) 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();
SemaOverload.cpp     [all...]
SemaCast.cpp 573 << DestPointee.getUnqualifiedType() << DestRange;
609 << SrcPointee.getUnqualifiedType() << SrcExpr.get()->getSourceRange();
656 << SrcPointee.getUnqualifiedType() << SrcExpr.get()->getSourceRange();
    [all...]
SemaTemplateDeduction.cpp     [all...]
SemaExceptionSpec.cpp 522 OldTypes.insert(Context.getCanonicalType(*I).getUnqualifiedType());
526 CanQualType TypePtr = Context.getCanonicalType(*I).getUnqualifiedType();
    [all...]
SemaObjCProperty.cpp     [all...]
SemaExprCXX.cpp 561 E = ImpCastExprToType(E, E->getType().getUnqualifiedType(), CK_NoOp,
    [all...]
SemaDeclCXX.cpp     [all...]
SemaExpr.cpp 505 T = T.getUnqualifiedType();
522 T = Atomic->getValueType().getUnqualifiedType();
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckSecuritySyntaxOnly.cpp 314 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy)
356 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy)
399 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy)
576 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy)
  /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/lib/ARCMigrate/
TransProperties.cpp 379 QualType ty = props[0].PropD->getType().getUnqualifiedType();
383 assert(ty == I->PropD->getType().getUnqualifiedType());
  /external/clang/lib/AST/
DeclarationName.cpp 369 Ty.getUnqualifiedType());
374 Ty.getUnqualifiedType());
ASTContext.cpp     [all...]
CXXInheritance.cpp 55 BaseType = BaseType.getUnqualifiedType();
195 .getUnqualifiedType();
DeclCXX.cpp     [all...]
ExprCXX.cpp 46 .getUnqualifiedType();
52 .getUnqualifiedType();
    [all...]
  /external/clang/include/clang/AST/
CanonicalType.h 144 CanQual<T> getUnqualifiedType() const;
673 inline CanQual<T> CanQual<T>::getUnqualifiedType() const {
  /external/clang/include/clang/Sema/
Initialization.h 198 Context.getVariableArrayDecayedType(Type.getUnqualifiedType());
    [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp 70 return RetTy->getCanonicalTypeUnqualified().getUnqualifiedType();
79 return arrangeLLVMFunctionInfo(FTNP->getResultType().getUnqualifiedType(),
96 CanQualType resultType = FTP->getResultType().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...]
CGException.cpp 507 QualType ExceptType = Ty.getNonReferenceType().getUnqualifiedType();
597 CaughtType = CaughtType.getNonReferenceType().getUnqualifiedType();
    [all...]
  /external/clang/tools/libclang/
CXType.cpp 102 QualType UnqualT = T.getUnqualifiedType();

Completed in 438 milliseconds

1 2