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

1 2 3 4

  /frameworks/compile/slang/
slang_rs_export_foreach.cpp 68 if (FD->getResultType().getCanonicalType() != C.VoidTy) {
82 clang::QualType QT = PVD->getType().getCanonicalType();
93 QT = PVD->getType().getCanonicalType();
113 QT = PVD->getType().getCanonicalType();
122 QT = PVD->getType().getCanonicalType();
229 clang::QualType QT = PVD->getType().getCanonicalType();
234 if (QT->getPointeeType().getCanonicalType().getUnqualifiedType() ==
283 const clang::Type *T = FE->mIn->getType().getCanonicalType().getTypePtr();
288 const clang::Type *T = FE->mOut->getType().getCanonicalType().getTypePtr();
310 clang::QualType QT = PVD->getType().getCanonicalType();
    [all...]
slang_rs_export_func.cpp 39 if (FD->getResultType().getCanonicalType() != C.VoidTy) {
  /external/clang/lib/StaticAnalyzer/Checkers/
CastToStructChecker.cpp 38 QualType OrigTy = Ctx.getCanonicalType(E->getType());
39 QualType ToTy = Ctx.getCanonicalType(CE->getType());
OSAtomicChecker.cpp 67 QualType oldValueType = Ctx.getCanonicalType(oldValueExpr->getType());
70 QualType newValueType = Ctx.getCanonicalType(newValueExpr->getType());
84 Ctx.getCanonicalType(theValueType->getPointeeType()).getUnqualifiedType();
CastSizeChecker.cpp 35 QualType ToTy = Ctx.getCanonicalType(CE->getType());
CallAndMessageChecker.cpp 299 CanQualType CanRetTy = Ctx.getCanonicalType(RetTy);
  /external/clang/lib/AST/
InheritViz.cpp 62 QualType CanonType = Context.getCanonicalType(Type);
96 QualType CanonBaseType = Context.getCanonicalType(Base->getType());
126 QualType CanonType = Context.getCanonicalType(Type);
ASTDiagnostic.cpp 160 QualType CanTy = Ty.getCanonicalType();
170 QualType CompareCanTy = CompareTy.getCanonicalType();
206 DesugaredTy = Ty.getCanonicalType();
ASTContext.cpp 122 QualType T = getCanonicalType(NTTP->getType());
129 ExpandedTypes.push_back(getCanonicalType(NTTP->getExpansionType(I)));
    [all...]
DeclCXX.cpp 155 if (SeenVBaseTypes.insert(C.getCanonicalType(VBase->getType())))
161 if (SeenVBaseTypes.insert(C.getCanonicalType(BaseType)))
314 Context.getCanonicalType(ClassType));
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
Store.cpp 82 QualType CanonPointeeTy = Ctx.getCanonicalType(PointeeTy);
91 QualType ObjTy = Ctx.getCanonicalType(TR->getValueType());
161 QualType ObjTy = Ctx.getCanonicalType(TR->getValueType());
162 QualType CanonPointeeTy = Ctx.getCanonicalType(PointeeTy);
SymbolManager.cpp 236 T = T.getCanonicalType();
CXXExprEngine.cpp 364 getContext().getCanonicalType(TE->getType()),
  /external/clang/lib/Analysis/
FormatString.cpp 219 argTy = C.getCanonicalType(argTy).getUnqualifiedType();
278 C.getCanonicalType(PT->getPointeeType()).getUnqualifiedType();
293 PromoWChar = C.getCanonicalType(PromoWChar).getUnqualifiedType();
294 PromoArg = C.getCanonicalType(PromoArg).getUnqualifiedType();
  /external/clang/lib/Sema/
SemaCXXCast.cpp 411 QualType UnwrappedSrcType = Self.Context.getCanonicalType(SrcType),
412 UnwrappedDestType = Self.Context.getCanonicalType(DestType);
470 DestType = Self.Context.getCanonicalType(DestType);
509 QualType SrcType = Self.Context.getCanonicalType(OrigSrcType);
789 QualType SrcType = Self.Context.getCanonicalType(SrcExpr.get()->getType());
    [all...]
SemaExceptionSpec.cpp 445 OldTypes.insert(Context.getCanonicalType(*I).getUnqualifiedType());
449 CanQualType TypePtr = Context.getCanonicalType(*I).getUnqualifiedType();
551 QualType CanonicalSubT = Context.getCanonicalType(*SubI);
573 QualType CanonicalSuperT = Context.getCanonicalType(*SuperI);
600 if (Paths.isAmbiguous(Context.getCanonicalType(CanonicalSuperT)))
SemaOverload.cpp 661 QualType OldQType = Context.getCanonicalType(Old->getType());
662 QualType NewQType = Context.getCanonicalType(New->getType());
850 = S.Context.getCanonicalType(From->getType().getUnqualifiedType());
852 = S.Context.getCanonicalType(ToType).getUnqualifiedType();
    [all...]
SemaObjCProperty.cpp 601 QualType PropType = Context.getCanonicalType(property->getType());
670 QualType IvarType = Context.getCanonicalType(Ivar->getType());
700 QualType lhsType =Context.getCanonicalType(PropertyIvarType).getUnqualifiedType();
701 QualType rhsType =Context.getCanonicalType(IvarType).getUnqualifiedType();
    [all...]
SemaCXXScopeSpec.cpp 101 NNSType = Context.getCanonicalType(NNSType);
111 = Context.getCanonicalType(QualType(SpecType, 0));
    [all...]
SemaAccess.cpp 344 = S.Context.getCanonicalType(Friend->getType())
347 = S.Context.getCanonicalType(Context->getType())
388 = S.Context.getCanonicalType(S.Context.getTypeDeclType(Friend));
393 = S.Context.getCanonicalType(S.Context.getTypeDeclType(*I));
    [all...]
SemaDeclObjC.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenTBAA.cpp 104 const Type *Ty = Context.getCanonicalType(QTy).getTypePtr();
CodeGenTypes.cpp 158 T = T.getCanonicalType();
282 T = Context.getCanonicalType(T);
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/tools/libclang/
CXType.cpp 186 return MakeCXType(AU->getASTContext().getCanonicalType(T), TU);

Completed in 796 milliseconds

1 2 3 4