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

1 2 3 4

  /external/clang/lib/AST/
MangleNumberingContext.cpp 29 Key = Context.getCanonicalType(Key);
InheritViz.cpp 64 QualType CanonType = Context.getCanonicalType(Type);
97 QualType CanonBaseType = Context.getCanonicalType(Base.getType());
127 QualType CanonType = Context.getCanonicalType(Type);
ASTContext.cpp 567 ID.AddPointer(NTTP->getType().getCanonicalType().getAsOpaquePtr());
573 ID.AddPointer(T.getCanonicalType().getAsOpaquePtr());
615 QualType T = getCanonicalType(NTTP->getType());
622 ExpandedTypes.push_back(getCanonicalType(NTTP->getExpansionType(I)));
    [all...]
DeclCXX.cpp 212 if (SeenVBaseTypes.insert(C.getCanonicalType(VBase.getType()))) {
228 if (SeenVBaseTypes.insert(C.getCanonicalType(BaseType)))
    [all...]
ASTDiagnostic.cpp 169 QualType CanTy = Ty.getCanonicalType();
180 QualType CompareCanTy = CompareTy.getCanonicalType();
223 DesugaredTy = Ty.getCanonicalType();
855 Ty.getLocalUnqualifiedType().getCanonicalType());
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CastToStructChecker.cpp 38 QualType OrigTy = Ctx.getCanonicalType(E->getType());
39 QualType ToTy = Ctx.getCanonicalType(CE->getType());
CastSizeChecker.cpp 94 QualType ToTy = Ctx.getCanonicalType(CE->getType());
MallocSizeofChecker.cpp 141 A = A.getCanonicalType();
142 B = B.getCanonicalType();
  /frameworks/compile/slang/
slang_rs_export_foreach.cpp 56 mResultType = FD->getReturnType().getCanonicalType();
97 clang::QualType QT = PVD->getType().getCanonicalType();
201 clang::QualType QT = PVD->getType().getCanonicalType();
266 clang::QualType QT = PVD->getType().getCanonicalType();
358 clang::QualType QT = PVD->getType().getCanonicalType();
363 if (QT->getPointeeType().getCanonicalType().getUnqualifiedType() ==
413 const clang::Type *T = (*BI)->getType().getCanonicalType().getTypePtr();
429 const clang::Type *T = FE->mOut->getType().getCanonicalType().getTypePtr();
462 if (FD->getReturnType().getCanonicalType() == IntType) {
500 clang::QualType QT = PVD->getType().getCanonicalType();
    [all...]
slang_rs_check_ast.cpp 155 clang::QualType resultType = FD->getReturnType().getCanonicalType();
166 clang::QualType QT = PVD->getType().getCanonicalType();
slang_rs_export_func.cpp 39 if (FD->getReturnType().getCanonicalType() != C.VoidTy) {
  /external/clang/lib/Sema/
SemaFixItUtils.cpp 36 From = S.Context.getCanonicalType(
38 To = S.Context.getCanonicalType(
58 const CanQualType FromQTy = S.Context.getCanonicalType(FromTy);
59 const CanQualType ToQTy = S.Context.getCanonicalType(ToTy);
98 S.Context.getCanonicalType(FromPtrTy->getPointeeType()), ToQTy,
SemaOverload.cpp     [all...]
SemaCast.cpp 483 QualType UnwrappedSrcType = Self.Context.getCanonicalType(SrcType),
484 UnwrappedDestType = Self.Context.getCanonicalType(DestType);
545 QualType DestType = Self.Context.getCanonicalType(this->DestType);
585 QualType SrcType = Self.Context.getCanonicalType(OrigSrcType);
    [all...]
SemaExceptionSpec.cpp 513 OldTypes.insert(Context.getCanonicalType(I).getUnqualifiedType());
516 CanQualType TypePtr = Context.getCanonicalType(I).getUnqualifiedType();
626 QualType CanonicalSubT = Context.getCanonicalType(SubI);
646 QualType CanonicalSuperT = Context.getCanonicalType(SuperI);
673 if (Paths.isAmbiguous(Context.getCanonicalType(CanonicalSuperT)))
    [all...]
SemaObjCProperty.cpp 437 Context.getCanonicalType(PIDecl->getType()).getUnqualifiedType();
767 QualType RHSType = S.Context.getCanonicalType(Property->getType());
772 QualType LHSType = S.Context.getCanonicalType(Prop->getType())
    [all...]
SemaTemplateDeduction.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenTBAA.cpp 98 const Type *Ty = Context.getCanonicalType(QTy).getTypePtr();
214 const Type *Ty = Context.getCanonicalType(QTy).getTypePtr();
243 const Type *Ty = Context.getCanonicalType(QTy).getTypePtr();
296 const Type *BTy = Context.getCanonicalType(BaseQTy).getTypePtr();
CodeGenTypes.cpp 156 T = T.getCanonicalType();
292 T = Context.getCanonicalType(T);
  /external/clang/lib/StaticAnalyzer/Core/
Store.cpp 97 QualType CanonPointeeTy = Ctx.getCanonicalType(PointeeTy);
106 QualType ObjTy = Ctx.getCanonicalType(TR->getValueType());
178 QualType ObjTy = Ctx.getCanonicalType(TR->getValueType());
179 QualType CanonPointeeTy = Ctx.getCanonicalType(PointeeTy);
ExprEngineC.cpp 137 CTy = getContext().getCanonicalType(CTy);
141 CLHSTy = getContext().getCanonicalType(CLHSTy);
143 QualType LTy = getContext().getCanonicalType(LHS->getType());
190 CanQualType T = getContext().getCanonicalType(BE->getType());
592 QualType T = getContext().getCanonicalType(IE->getType());
    [all...]
SValBuilder.cpp 400 castTy = Context.getCanonicalType(castTy);
401 originalTy = Context.getCanonicalType(originalTy);
459 dyn_cast<ArrayType>(originalTy.getCanonicalType())) {
  /external/clang/lib/Analysis/
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/include/clang/StaticAnalyzer/Core/PathSensitive/
SValBuilder.h 80 return (Context.getCanonicalType(Ty1) == Context.getCanonicalType(Ty2) ||
  /external/clang/include/clang/AST/
ASTContext.h     [all...]

Completed in 291 milliseconds

1 2 3 4