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

1 2 3

  /external/clang/lib/Analysis/
CocoaConventions.cpp 43 if (!(PT->getPointeeType().getUnqualifiedType()->isVoidType()))
FormatString.cpp 298 argTy = C.getCanonicalType(argTy).getUnqualifiedType();
357 C.getCanonicalType(PT->getPointeeType()).getUnqualifiedType();
367 QualType WInt = C.getCanonicalType(C.getWIntType()).getUnqualifiedType();
368 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 576 << DestPointee.getUnqualifiedType() << DestRange;
621 << SrcPointee.getUnqualifiedType() << SrcExpr.get()->getSourceRange();
672 << SrcPointee.getUnqualifiedType() << SrcExpr.get()->getSourceRange();
    [all...]
SemaTemplateDeduction.cpp     [all...]
SemaObjCProperty.cpp 437 Context.getCanonicalType(PIDecl->getType()).getUnqualifiedType();
    [all...]
SemaExceptionSpec.cpp 513 OldTypes.insert(Context.getCanonicalType(I).getUnqualifiedType());
516 CanQualType TypePtr = Context.getCanonicalType(I).getUnqualifiedType();
    [all...]
SemaExprCXX.cpp 646 E = ImpCastExprToType(E, E->getType().getUnqualifiedType(), CK_NoOp,
    [all...]
SemaExpr.cpp 614 T = T.getUnqualifiedType();
631 T = Atomic->getValueType().getUnqualifiedType();
    [all...]
SemaTemplate.cpp 647 return T.getUnqualifiedType();
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckSecuritySyntaxOnly.cpp 323 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy)
363 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy)
404 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy)
576 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy)
  /external/clang/lib/ARCMigrate/
TransProperties.cpp 366 QualType ty = props[0].PropD->getType().getUnqualifiedType();
370 assert(ty == I->PropD->getType().getUnqualifiedType());
ObjCMT.cpp 410 RT = Context.getQualifiedType(CanResultTy.getUnqualifiedType(), Qs);
    [all...]
  /external/clang/lib/AST/
DeclarationName.cpp 366 Ty.getUnqualifiedType());
371 Ty.getUnqualifiedType());
CXXInheritance.cpp 51 BaseType = BaseType.getUnqualifiedType();
187 Context.getCanonicalType(BaseSpec.getType()).getUnqualifiedType();
ASTContext.cpp     [all...]
DeclCXX.cpp     [all...]
  /frameworks/compile/slang/
slang_rs_export_foreach.cpp 267 clang::QualType UT = QT.getUnqualifiedType();
363 if (QT->getPointeeType().getCanonicalType().getUnqualifiedType() ==
  /external/clang/include/clang/AST/
CanonicalType.h 143 CanQual<T> getUnqualifiedType() const;
669 inline CanQual<T> CanQual<T>::getUnqualifiedType() const {
  /external/clang/include/clang/Sema/
Initialization.h 220 Context.getVariableArrayDecayedType(Type.getUnqualifiedType());
    [all...]
  /external/clang/lib/CodeGen/
CGObjC.cpp 78 QualType ArgQT = argDecl->getType().getUnqualifiedType();
165 QualType ArgQT = argDecl->getType().getUnqualifiedType();
169 ArgQT = argDecl->getType().getUnqualifiedType();
173 ArgQT = argDecl->getType().getUnqualifiedType();
    [all...]
CGException.cpp 504 QualType ExceptType = Ty.getNonReferenceType().getUnqualifiedType();
605 CaughtType = CaughtType.getNonReferenceType().getUnqualifiedType();
    [all...]
CodeGenFunction.cpp 382 pointeeTy.getUnqualifiedType().getAsString(Policy) + "*";
408 std::string typeName = ty.getUnqualifiedType().getAsString(Policy);
    [all...]
  /external/lldb/source/Symbol/
ClangASTContext.cpp     [all...]

Completed in 152 milliseconds

1 2 3