Home
last modified time | relevance | path

Searched refs:BaseE (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DScopeInfo.cpp131 FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy(const Expr *BaseE, in WeakObjectProfileTy() argument
134 if (BaseE) in WeakObjectProfileTy()
135 Base = getBaseInfo(BaseE); in WeakObjectProfileTy()
H A DTreeTransform.h3287 ExprResult RebuildCXXDependentScopeMemberExpr(Expr *BaseE, in RebuildCXXDependentScopeMemberExpr() argument
3299 return SemaRef.BuildMemberReferenceExpr(BaseE, BaseType, in RebuildCXXDependentScopeMemberExpr()
3311 ExprResult RebuildUnresolvedMemberExpr(Expr *BaseE, QualType BaseType, in RebuildUnresolvedMemberExpr() argument
3322 return SemaRef.BuildMemberReferenceExpr(BaseE, BaseType, in RebuildUnresolvedMemberExpr()
H A DSemaOpenMP.cpp18628 Expr *BaseE = ME->getBase()->IgnoreParenCasts(); in VisitMemberExpr() local
18630 if (isa<CXXThisExpr>(BaseE)) { in VisitMemberExpr()
18635 E = BaseE; in VisitMemberExpr()
18668 QualType CurType = BaseE->getType().getNonReferenceType(); in VisitMemberExpr()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h271 static BaseInfoTy getBaseInfo(const Expr *BaseE);
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp2130 const Expr *BaseE = Base.dyn_cast<const Expr *>(); in CheckLValueConstantExpression() local
2141 else if (isa_and_nonnull<StringLiteral>(BaseE)) in CheckLValueConstantExpression()
2143 else if (isa_and_nonnull<MaterializeTemporaryExpr>(BaseE) || in CheckLValueConstantExpression()
2146 else if (auto *PE = dyn_cast_or_null<PredefinedExpr>(BaseE)) { in CheckLValueConstantExpression()
2238 dyn_cast_or_null<MaterializeTemporaryExpr>(BaseE)) { in CheckLValueConstantExpression()
3523 if (auto *BaseE = Base.dyn_cast<const Expr *>()) in lifetimeStartedInEvaluation() local
3524 if (auto *BaseMTE = dyn_cast<MaterializeTemporaryExpr>(BaseE)) in lifetimeStartedInEvaluation()