Searched refs:BaseExprType (Results 1 – 2 of 2) sorted by relevance
983 Sema::BuildMemberReferenceExpr(Expr *BaseExpr, QualType BaseExprType, in BuildMemberReferenceExpr() argument993 QualType BaseType = BaseExprType; in BuildMemberReferenceExpr()1087 BaseExpr, BaseExprType, in BuildMemberReferenceExpr()1123 BaseExpr = BuildCXXThisExpr(Loc, BaseExprType, /*IsImplicit=*/true); in BuildMemberReferenceExpr()
319 bool canFunctionBeCalled(const NamedDecl *ND, QualType BaseExprType) const;328 QualType BaseExprType) const;363 bool InBaseClass, QualType BaseExprType);1286 QualType BaseExprType) const { in canCxxMethodBeCalled()1313 BaseExprType.isNull() ? nullptr in canCxxMethodBeCalled()1314 : BaseExprType->getAsCXXRecordDecl()) { in canCxxMethodBeCalled()1324 QualType BaseExprType) const { in canFunctionBeCalled()1339 return canCxxMethodBeCalled(Method, BaseExprType); in canFunctionBeCalled()1347 QualType BaseExprType = QualType()) { in AddResult() argument1364 /*BaseExprType=*/BaseExprType); in AddResult()[all …]