Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DScopeInfo.cpp136 FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy(const Expr *BaseE, in WeakObjectProfileTy() argument
139 if (BaseE) in WeakObjectProfileTy()
140 Base = getBaseInfo(BaseE); in WeakObjectProfileTy()
DSemaOpenMP.cpp10510 auto *BaseE = CurE->getBase()->IgnoreParenImpCasts(); in CheckMapClauseExpressionBase() local
10512 if (isa<CXXThisExpr>(BaseE)) in CheckMapClauseExpressionBase()
10516 E = BaseE; in CheckMapClauseExpressionBase()
10538 QualType CurType = BaseE->getType().getNonReferenceType(); in CheckMapClauseExpressionBase()
DTreeTransform.h2760 ExprResult RebuildCXXDependentScopeMemberExpr(Expr *BaseE, in RebuildCXXDependentScopeMemberExpr() argument
2772 return SemaRef.BuildMemberReferenceExpr(BaseE, BaseType, in RebuildCXXDependentScopeMemberExpr()
2784 ExprResult RebuildUnresolvedMemberExpr(Expr *BaseE, QualType BaseType, in RebuildUnresolvedMemberExpr() argument
2795 return SemaRef.BuildMemberReferenceExpr(BaseE, BaseType, in RebuildUnresolvedMemberExpr()
/external/swiftshader/third_party/LLVM/lib/Target/
DTargetRegisterInfo.cpp116 for (unsigned Base = 0, BaseE = getNumRegClasses(); Base < BaseE; Base += 32) in getCommonSubClass() local
/external/clang/include/clang/Sema/
DScopeInfo.h216 static BaseInfoTy getBaseInfo(const Expr *BaseE);