HomeSort by relevance Sort by last modified time
    Searched refs:getUnqualifiedType (Results 1 - 25 of 49) 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;
613 << SrcPointee.getUnqualifiedType() << SrcExpr.get()->getSourceRange();
664 << SrcPointee.getUnqualifiedType() << SrcExpr.get()->getSourceRange();
    [all...]
SemaTemplateDeduction.cpp     [all...]
SemaExceptionSpec.cpp 493 OldTypes.insert(Context.getCanonicalType(*I).getUnqualifiedType());
497 CanQualType TypePtr = Context.getCanonicalType(*I).getUnqualifiedType();
    [all...]
SemaObjCProperty.cpp     [all...]
SemaExprCXX.cpp 606 E = ImpCastExprToType(E, E->getType().getUnqualifiedType(), CK_NoOp,
    [all...]
SemaDeclCXX.cpp     [all...]
SemaExpr.cpp 610 T = T.getUnqualifiedType();
627 T = Atomic->getValueType().getUnqualifiedType();
    [all...]
SemaTemplate.cpp 660 return T.getUnqualifiedType();
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckSecuritySyntaxOnly.cpp 313 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy)
354 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy)
396 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy)
572 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 358 Ty.getUnqualifiedType());
363 Ty.getUnqualifiedType());
CXXInheritance.cpp 55 BaseType = BaseType.getUnqualifiedType();
195 .getUnqualifiedType();
ASTContext.cpp     [all...]
DeclCXX.cpp     [all...]
ExprCXX.cpp 46 .getUnqualifiedType();
52 .getUnqualifiedType();
    [all...]
  /external/clang/include/clang/AST/
CanonicalType.h 144 CanQual<T> getUnqualifiedType() const;
670 inline CanQual<T> CanQual<T>::getUnqualifiedType() const {
  /external/clang/include/clang/Sema/
Initialization.h 212 Context.getVariableArrayDecayedType(Type.getUnqualifiedType());
    [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 366 std::string typeName = pointeeTy.getUnqualifiedType().getAsString() + "*";
387 std::string typeName = ty.getUnqualifiedType().getAsString();
    [all...]
CGObjC.cpp 77 QualType ArgQT = argDecl->getType().getUnqualifiedType();
164 QualType ArgQT = argDecl->getType().getUnqualifiedType();
168 ArgQT = argDecl->getType().getUnqualifiedType();
172 ArgQT = argDecl->getType().getUnqualifiedType();
    [all...]
CGException.cpp 511 QualType ExceptType = Ty.getNonReferenceType().getUnqualifiedType();
601 CaughtType = CaughtType.getNonReferenceType().getUnqualifiedType();
    [all...]

Completed in 1884 milliseconds

1 2