Home
last modified time | relevance | path

Searched refs:BaseExprType (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp983 Sema::BuildMemberReferenceExpr(Expr *BaseExpr, QualType BaseExprType, in BuildMemberReferenceExpr() argument
993 QualType BaseType = BaseExprType; in BuildMemberReferenceExpr()
1087 BaseExpr, BaseExprType, in BuildMemberReferenceExpr()
1123 BaseExpr = BuildCXXThisExpr(Loc, BaseExprType, /*IsImplicit=*/true); in BuildMemberReferenceExpr()
H A DSemaCodeComplete.cpp319 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() argument
1364 /*BaseExprType=*/BaseExprType); in AddResult()
[all …]