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

12 3 4

  /external/lldb/include/lldb/Symbol/
ClangASTType.h 306 GetCanonicalType () const;
663 return clang::QualType::getFromOpaquePtr(m_type).getCanonicalType();
  /external/clang/lib/Sema/
SemaAccess.cpp 367 = S.Context.getCanonicalType(Friend->getType())
370 = S.Context.getCanonicalType(Context->getType())
409 = S.Context.getCanonicalType(S.Context.getTypeDeclType(Friend));
414 = S.Context.getCanonicalType(S.Context.getTypeDeclType(*I));
    [all...]
SemaCXXScopeSpec.cpp 95 NNSType = Context.getCanonicalType(NNSType);
105 = Context.getCanonicalType(QualType(SpecType, 0));
    [all...]
SemaExprCXX.cpp     [all...]
Sema.cpp 328 QualType ExprTy = Context.getCanonicalType(E->getType());
329 QualType TypeTy = Context.getCanonicalType(Ty);
    [all...]
SemaLambda.cpp     [all...]
SemaDeclCXX.cpp 215 if (ExceptionsSeen.insert(Self->Context.getCanonicalType(E)))
    [all...]
SemaLookup.cpp 404 if (!UniqueTypes.insert(SemaRef.Context.getCanonicalType(T))) {
    [all...]
SemaOpenMP.cpp 390 QualType Type = D->getType().getNonReferenceType().getCanonicalType();
394 Type = ElemType.getNonReferenceType().getCanonicalType();
    [all...]
SemaDeclObjC.cpp     [all...]
  /external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 357 ActiveASTContext->getCanonicalType(TypeNode);
590 ActiveASTContext->getCanonicalType(TypeNode);
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCallAndReturn.cpp 131 ExpectedTy = ExpectedTy.getCanonicalType();
132 ActualTy = ActualTy.getCanonicalType();
    [all...]
ExprEngineCXX.cpp 509 getContext().getCanonicalType(TE->getType()),
SymbolManager.cpp 333 T = T.getCanonicalType();
MemRegion.cpp 831 getBlockTextRegion(BD, C.getCanonicalType(T),
907 QualType T = Ctx.getCanonicalType(elementType).getUnqualifiedType();
    [all...]
  /external/clang/lib/AST/
CXXInheritance.cpp 187 Context.getCanonicalType(BaseSpec.getType()).getUnqualifiedType();
ExprClassification.cpp 601 CanQualType CT = Ctx.getCanonicalType(E->getType());
VTableBuilder.cpp 279 Context.getCanonicalType(DerivedFT->getReturnType());
281 Context.getCanonicalType(BaseFT->getReturnType());
472 cast<FunctionProtoType>(LHS->getType().getCanonicalType());
474 cast<FunctionProtoType>(RHS->getType().getCanonicalType());
    [all...]
ASTImporter.cpp 374 T1 = Context.C1.getCanonicalType(T1);
375 T2 = Context.C2.getCanonicalType(T2);
    [all...]
  /external/clang/lib/Index/
USRGeneration.cpp 517 T = Ctx.getCanonicalType(T);
  /external/clang/lib/StaticAnalyzer/Checkers/
CallAndMessageChecker.cpp 538 CanQualType CanRetTy = Ctx.getCanonicalType(RetTy);
GenericTaintChecker.cpp 438 dyn_cast<PointerType>(Arg->getType().getCanonicalType().getTypePtr());
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 392 QualType ResType = Context.getCanonicalType(Getter->getReturnType());
397 QualType ArgType = Context.getCanonicalType(argDecl->getType());
406 QualType CanResultTy = Context.getCanonicalType(RT);
    [all...]
  /external/clang/lib/CodeGen/
CGExprCXX.cpp 122 DevirtualizedMethod->getReturnType().getCanonicalType() !=
123 MD->getReturnType().getCanonicalType())
    [all...]
CGExprScalar.cpp 695 SrcType = CGF.getContext().getCanonicalType(SrcType);
696 DstType = CGF.getContext().getCanonicalType(DstType);
    [all...]

Completed in 700 milliseconds

12 3 4