HomeSort by relevance Sort by last modified time
    Searched refs:getCanonicalType (Results 1 - 25 of 90) 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);
98 QualType CanonBaseType = Context.getCanonicalType(Base->getType());
128 QualType CanonType = Context.getCanonicalType(Type);
ASTContext.cpp 552 ID.AddPointer(NTTP->getType().getCanonicalType().getAsOpaquePtr());
558 ID.AddPointer(T.getCanonicalType().getAsOpaquePtr());
600 QualType T = getCanonicalType(NTTP->getType());
607 ExpandedTypes.push_back(getCanonicalType(NTTP->getExpansionType(I)));
    [all...]
DeclCXX.cpp 197 if (SeenVBaseTypes.insert(C.getCanonicalType(VBase->getType()))) {
213 if (SeenVBaseTypes.insert(C.getCanonicalType(BaseType)))
    [all...]
ASTDiagnostic.cpp 163 QualType CanTy = Ty.getCanonicalType();
174 QualType CompareCanTy = CompareTy.getCanonicalType();
217 DesugaredTy = Ty.getCanonicalType();
824 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 35 QualType ToTy = Ctx.getCanonicalType(CE->getType());
MallocSizeofChecker.cpp 142 A = A.getCanonicalType();
143 B = B.getCanonicalType();
  /frameworks/compile/slang/
slang_rs_export_foreach.cpp 79 mResultType = FD->getResultType().getCanonicalType();
105 clang::QualType QT = PVD->getType().getCanonicalType();
116 QT = PVD->getType().getCanonicalType();
136 QT = PVD->getType().getCanonicalType();
145 QT = PVD->getType().getCanonicalType();
278 QT = PVD->getType().getCanonicalType();
321 QT = PVD->getType().getCanonicalType();
412 clang::QualType QT = PVD->getType().getCanonicalType();
417 if (QT->getPointeeType().getCanonicalType().getUnqualifiedType() ==
465 const clang::Type *T = FE->mIn->getType().getCanonicalType().getTypePtr()
    [all...]
slang_rs_check_ast.cpp 159 clang::QualType resultType = FD->getResultType().getCanonicalType();
170 clang::QualType QT = PVD->getType().getCanonicalType();
slang_rs_export_func.cpp 39 if (FD->getResultType().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 480 QualType UnwrappedSrcType = Self.Context.getCanonicalType(SrcType),
481 UnwrappedDestType = Self.Context.getCanonicalType(DestType);
542 QualType DestType = Self.Context.getCanonicalType(this->DestType);
582 QualType SrcType = Self.Context.getCanonicalType(OrigSrcType);
    [all...]
SemaExceptionSpec.cpp 493 OldTypes.insert(Context.getCanonicalType(*I).getUnqualifiedType());
497 CanQualType TypePtr = Context.getCanonicalType(*I).getUnqualifiedType();
608 QualType CanonicalSubT = Context.getCanonicalType(*SubI);
630 QualType CanonicalSuperT = Context.getCanonicalType(*SuperI);
657 if (Paths.isAmbiguous(Context.getCanonicalType(CanonicalSuperT)))
    [all...]
SemaObjCProperty.cpp 753 QualType RHSType = S.Context.getCanonicalType(Property->getType());
758 QualType LHSType = S.Context.getCanonicalType(Prop->getType());
    [all...]
SemaTemplateDeduction.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenTBAA.cpp 103 const Type *Ty = Context.getCanonicalType(QTy).getTypePtr();
222 const Type *Ty = Context.getCanonicalType(QTy).getTypePtr();
251 const Type *Ty = Context.getCanonicalType(QTy).getTypePtr();
297 const Type *BTy = Context.getCanonicalType(BaseQTy).getTypePtr();
  /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 130 CTy = getContext().getCanonicalType(CTy);
134 CLHSTy = getContext().getCanonicalType(CLHSTy);
136 QualType LTy = getContext().getCanonicalType(LHS->getType());
183 CanQualType T = getContext().getCanonicalType(BE->getType());
580 QualType T = getContext().getCanonicalType(IE->getType());
    [all...]
SValBuilder.cpp 398 castTy = Context.getCanonicalType(castTy);
399 originalTy = Context.getCanonicalType(originalTy);
450 dyn_cast<ArrayType>(originalTy.getCanonicalType())) {
  /external/clang/lib/Analysis/
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/include/clang/StaticAnalyzer/Core/PathSensitive/
SValBuilder.h 80 return (Context.getCanonicalType(Ty1) == Context.getCanonicalType(Ty2) ||
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 359 ActiveASTContext->getCanonicalType(TypeNode);
591 ActiveASTContext->getCanonicalType(TypeNode);

Completed in 396 milliseconds

1 2 3 4