Searched defs:BaseExpr (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DExprCXX.h569 Expr *BaseExpr; member in class:clang::MSPropertyRefExpr
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprCXX.cpp333 const Expr *BaseExpr = BO->getLHS(); local
H A DCGExpr.cpp2470 Expr *BaseExpr = E->getBase(); local
2969 Expr *BaseExpr = PseudoDtor->getBase(); local
3156 const Expr *BaseExpr local
[all...]
H A DCGExprScalar.cpp3245 Expr *BaseExpr = E->getBase(); local
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprMember.cpp428 Sema::ActOnDependentMemberExpr(Expr *BaseExpr, QualType BaseType, argument
499 bool Sema::CheckQualifiedMemberReference(Expr *BaseExpr, argument
472 DiagnoseQualifiedMemberReference(Sema &SemaRef, Expr *BaseExpr, QualType BaseType, const CXXScopeSpec &SS, NamedDecl *rep, const DeclarationNameInfo &nameInfo) argument
800 BuildMSPropertyRefExpr(Sema &S, Expr *BaseExpr, bool IsArrow, const CXXScopeSpec &SS, MSPropertyDecl *PD, const DeclarationNameInfo &NameInfo) argument
833 BuildMemberReferenceExpr(Expr *BaseExpr, QualType BaseExprType, SourceLocation OpLoc, bool IsArrow, const CXXScopeSpec &SS, SourceLocation TemplateKWLoc, NamedDecl *FirstQualifierInScope, LookupResult &R, const TemplateArgumentListInfo *TemplateArgs, bool SuppressQualifierCheck, ActOnMemberAccessExtraArgs *ExtraArgs) argument
1087 LookupMemberExpr(LookupResult &R, ExprResult &BaseExpr, bool &IsArrow, SourceLocation OpLoc, CXXScopeSpec &SS, Decl *ObjCImpDecl, bool HasTemplateArgs) argument
1594 BuildFieldReferenceExpr(Sema &S, Expr *BaseExpr, bool IsArrow, const CXXScopeSpec &SS, FieldDecl *Field, DeclAccessPair FoundDecl, const DeclarationNameInfo &MemberNameInfo) argument
[all...]
H A DSemaExprObjC.cpp580 ExprResult Sema::BuildObjCSubscriptExpression(SourceLocation RB, Expr *BaseExpr, argument
1450 HandleExprPropertyRefExpr(const ObjCObjectPointerType *OPT, Expr *BaseExpr, SourceLocation OpLoc, DeclarationName MemberName, SourceLocation MemberLoc, SourceLocation SuperLoc, QualType SuperType, bool Super) argument
[all...]
H A DSemaChecking.cpp5798 static const Type* getElementType(const Expr *BaseExpr) { argument
5854 void Sema::CheckArrayAccess(const Expr *BaseExpr, const Expr *IndexExpr, argument
[all...]
H A DSemaExpr.cpp3578 Expr *BaseExpr, *IndexExpr; local
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1705 Expr *BaseExpr = M->getBase(); local
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp5923 Expr *BaseExpr = IV->getBase(); local
H A DRewriteModernObjC.cpp7732 Expr *BaseExpr = IV->getBase(); local

Completed in 244 milliseconds