/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExprMember.cpp | 512 ActOnDependentMemberExpr(Expr * BaseExpr,QualType BaseType,bool IsArrow,SourceLocation OpLoc,const CXXScopeSpec & SS,SourceLocation TemplateKWLoc,NamedDecl * FirstQualifierInScope,const DeclarationNameInfo & NameInfo,const TemplateArgumentListInfo * TemplateArgs) ActOnDependentMemberExpr() argument 558 DiagnoseQualifiedMemberReference(Sema & SemaRef,Expr * BaseExpr,QualType BaseType,const CXXScopeSpec & SS,NamedDecl * rep,const DeclarationNameInfo & nameInfo) DiagnoseQualifiedMemberReference() argument 584 CheckQualifiedMemberReference(Expr * BaseExpr,QualType BaseType,const CXXScopeSpec & SS,const LookupResult & R) CheckQualifiedMemberReference() argument 673 LookupMemberExprInRecord(Sema & SemaRef,LookupResult & R,Expr * BaseExpr,const RecordType * RTy,SourceLocation OpLoc,bool IsArrow,CXXScopeSpec & SS,bool HasTemplateArgs,SourceLocation TemplateKWLoc,TypoExpr * & TE) LookupMemberExprInRecord() argument 916 BuildMSPropertyRefExpr(Sema & S,Expr * BaseExpr,bool IsArrow,const CXXScopeSpec & SS,MSPropertyDecl * PD,const DeclarationNameInfo & NameInfo) BuildMSPropertyRefExpr() argument 983 BuildMemberReferenceExpr(Expr * BaseExpr,QualType BaseExprType,SourceLocation OpLoc,bool IsArrow,const CXXScopeSpec & SS,SourceLocation TemplateKWLoc,NamedDecl * FirstQualifierInScope,LookupResult & R,const TemplateArgumentListInfo * TemplateArgs,const Scope * S,bool SuppressQualifierCheck,ActOnMemberAccessExtraArgs * ExtraArgs) BuildMemberReferenceExpr() argument 1278 LookupMemberExpr(Sema & S,LookupResult & R,ExprResult & BaseExpr,bool & IsArrow,SourceLocation OpLoc,CXXScopeSpec & SS,Decl * ObjCImpDecl,bool HasTemplateArgs,SourceLocation TemplateKWLoc) LookupMemberExpr() argument 1834 BuildFieldReferenceExpr(Expr * BaseExpr,bool IsArrow,SourceLocation OpLoc,const CXXScopeSpec & SS,FieldDecl * Field,DeclAccessPair FoundDecl,const DeclarationNameInfo & MemberNameInfo) BuildFieldReferenceExpr() argument [all...] |
H A D | SemaPseudoObject.cpp | 1146 Expr *BaseExpr = RefExpr->getBaseExpr(); findAtIndexGetter() local 1249 Expr *BaseExpr = RefExpr->getBaseExpr(); findAtIndexSetter() local [all...] |
H A D | SemaExprObjC.cpp | 764 BuildObjCSubscriptExpression(SourceLocation RB,Expr * BaseExpr,Expr * IndexExpr,ObjCMethodDecl * getterMethod,ObjCMethodDecl * setterMethod) BuildObjCSubscriptExpression() argument 1977 HandleExprPropertyRefExpr(const ObjCObjectPointerType * OPT,Expr * BaseExpr,SourceLocation OpLoc,DeclarationName MemberName,SourceLocation MemberLoc,SourceLocation SuperLoc,QualType SuperType,bool Super) HandleExprPropertyRefExpr() argument [all...] |
H A D | SemaInit.cpp | 9220 Expr *BaseExpr = new (S.Context) Perform() local
|
H A D | SemaDeclCXX.cpp | 17447 Expr *BaseExpr = AssertExpr; BuildStaticAssertDeclaration() local
|
H A D | SemaChecking.cpp | 17976 CheckArrayAccess(const Expr * BaseExpr,const Expr * IndexExpr,const ArraySubscriptExpr * ASE,bool AllowOnePastEnd,bool IndexNegated) CheckArrayAccess() argument [all...] |
H A D | SemaExpr.cpp | 5931 Expr *BaseExpr, *IndexExpr; CreateBuiltinArraySubscriptExpr() local [all...] |
H A D | SemaOpenMP.cpp | 6083 Expr *BaseExpr = OE; processImplicitMapsWithDefaultMappers() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
H A D | ConstantHoisting.h | 118 ConstantExpr *BaseExpr; global() member
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | StraightLineStrengthReduce.cpp | 544 const SCEV *BaseExpr = SE->getGEPExpr(cast<GEPOperator>(GEP), IndexExprs); allocateCandidatesAndFindBasisForGEP() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprCXX.cpp | 134 Expr *BaseExpr = E->getBase(); in EmitCXXPseudoDestructorExpr() local 443 const Expr *BaseExpr = BO->getLHS(); EmitCXXMemberPointerCallExpr() local
|
H A D | CGExpr.cpp | 4595 Expr *BaseExpr = E->getBase(); EmitMemberExpr() local 5687 const Expr *BaseExpr = E->getBase(); EmitObjCIvarRefLValue() local [all...] |
H A D | CGExprScalar.cpp | 5207 Expr *BaseExpr = E->getBase(); EmitObjCIsaExpr() local
|
H A D | CGOpenMPRuntime.cpp | 7214 const Expr *BaseExpr = E->getBase(); generateInfoForComponentList() local
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | ByteCodeExprGen.cpp |
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinter.cpp | 4340 const auto BaseExpr = getCodeViewJumpTableInfo() local
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngine.cpp | 3364 Expr *BaseExpr = M->getBase(); VisitMemberExpr() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteObjC.cpp | 5796 Expr *BaseExpr = IV->getBase(); in RewriteObjCIvarRefExpr() local
|
H A D | RewriteModernObjC.cpp | 7442 Expr *BaseExpr = IV->getBase(); RewriteObjCIvarRefExpr() local
|
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ExprCXX.h | 930 Expr *BaseExpr; global() variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 3743 const SCEV *BaseExpr = getSCEV(GEP->getPointerOperand()); getGEPExpr() local
|