Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DScopeInfo.cpp146 FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy(const Expr *BaseE, in WeakObjectProfileTy() argument
149 if (BaseE) in WeakObjectProfileTy()
150 Base = getBaseInfo(BaseE); in WeakObjectProfileTy()
H A DTreeTransform.h2886 ExprResult RebuildCXXDependentScopeMemberExpr(Expr *BaseE, in RebuildCXXDependentScopeMemberExpr() argument
2898 return SemaRef.BuildMemberReferenceExpr(BaseE, BaseType, in RebuildCXXDependentScopeMemberExpr()
2910 ExprResult RebuildUnresolvedMemberExpr(Expr *BaseE, QualType BaseType, in RebuildUnresolvedMemberExpr() argument
2921 return SemaRef.BuildMemberReferenceExpr(BaseE, BaseType, in RebuildUnresolvedMemberExpr()
H A DSemaOpenMP.cpp12452 Expr *BaseE = CurE->getBase()->IgnoreParenImpCasts(); in checkMapClauseExpressionBase() local
12454 if (isa<CXXThisExpr>(BaseE)) in checkMapClauseExpressionBase()
12458 E = BaseE; in checkMapClauseExpressionBase()
12490 QualType CurType = BaseE->getType().getNonReferenceType(); in checkMapClauseExpressionBase()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DScopeInfo.h261 static BaseInfoTy getBaseInfo(const Expr *BaseE);