Searched defs:BaseE (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | ScopeInfo.cpp | 133 WeakObjectProfileTy(const Expr * BaseE,const ObjCPropertyDecl * Prop) WeakObjectProfileTy() argument
|
H A D | TreeTransform.h | 3525 RebuildCXXDependentScopeMemberExpr(Expr * BaseE,QualType BaseType,bool IsArrow,SourceLocation OperatorLoc,NestedNameSpecifierLoc QualifierLoc,SourceLocation TemplateKWLoc,NamedDecl * FirstQualifierInScope,const DeclarationNameInfo & MemberNameInfo,const TemplateArgumentListInfo * TemplateArgs) RebuildCXXDependentScopeMemberExpr() argument 3549 RebuildUnresolvedMemberExpr(Expr * BaseE,QualType BaseType,SourceLocation OperatorLoc,bool IsArrow,NestedNameSpecifierLoc QualifierLoc,SourceLocation TemplateKWLoc,NamedDecl * FirstQualifierInScope,LookupResult & R,const TemplateArgumentListInfo * TemplateArgs) RebuildUnresolvedMemberExpr() argument
|
H A D | SemaOpenMP.cpp | 21409 Expr *BaseE = ME->getBase()->IgnoreParenCasts(); VisitMemberExpr() local
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | ComputeDependence.cpp | 799 CXXConstructExpr *BaseE = E; computeDependence() local
|
H A D | ExprConstant.cpp | 2214 const Expr *BaseE = Base.dyn_cast<const Expr *>(); CheckLValueConstantExpression() local 3590 if (auto *BaseE = Base.dyn_cast<const Expr *>()) lifetimeStartedInEvaluation() local
|