Searched defs:MemberLoc (Results 1 - 6 of 6) sorted by relevance

/external/clang/include/clang/AST/
H A DExprCXX.h617 SourceLocation MemberLoc; member in class:clang::MSPropertyRefExpr
631 MemberLoc(nameLoc), IsArrow(isArrow),
648 return MemberLoc;
662 SourceLocation getMemberLoc() const { return MemberLoc; }
H A DExpr.h2324 /// MemberLoc - This is the location of the member name.
2325 SourceLocation MemberLoc; member in class:clang::StringLiteral::OffsetOfExpr::MemberExpr
2370 MemberLoc(NameInfo.getLoc()), IsArrow(isarrow),
2387 Base(base), MemberDecl(memberdecl), MemberDNLoc(), MemberLoc(l),
2539 MemberLoc, MemberDNLoc);
2547 SourceLocation getMemberLoc() const { return MemberLoc; }
2548 void setMemberLoc(SourceLocation L) { MemberLoc = L; }
2553 SourceLocation getExprLoc() const LLVM_READONLY { return MemberLoc; }
/external/clang/lib/AST/
H A DDeclCXX.cpp1590 SourceLocation MemberLoc,
1593 : Initializee(Member), MemberOrEllipsisLocation(MemberLoc), Init(Init),
1601 SourceLocation MemberLoc,
1604 : Initializee(Member), MemberOrEllipsisLocation(MemberLoc), Init(Init),
1622 SourceLocation MemberLoc,
1627 : Initializee(Member), MemberOrEllipsisLocation(MemberLoc), Init(Init),
1637 SourceLocation MemberLoc,
1645 return new (Mem) CXXCtorInitializer(Context, Member, MemberLoc, L, Init, R,
1588 CXXCtorInitializer(ASTContext &Context, FieldDecl *Member, SourceLocation MemberLoc, SourceLocation L, Expr *Init, SourceLocation R) argument
1599 CXXCtorInitializer(ASTContext &Context, IndirectFieldDecl *Member, SourceLocation MemberLoc, SourceLocation L, Expr *Init, SourceLocation R) argument
1620 CXXCtorInitializer(ASTContext &Context, FieldDecl *Member, SourceLocation MemberLoc, SourceLocation L, Expr *Init, SourceLocation R, VarDecl **Indices, unsigned NumIndices) argument
1635 Create(ASTContext &Context, FieldDecl *Member, SourceLocation MemberLoc, SourceLocation L, Expr *Init, SourceLocation R, VarDecl **Indices, unsigned NumIndices) argument
/external/clang/lib/Sema/
H A DSemaExprMember.cpp948 SourceLocation MemberLoc = MemberNameInfo.getLoc(); local
1057 if (ShouldCheckUse && DiagnoseUseOfDecl(MemberDecl, MemberLoc))
1071 return BuildAnonymousStructUnionMemberReference(SS, MemberLoc, FD,
1107 Diag(MemberLoc, diag::err_typecheck_member_reference_type)
1110 Diag(MemberLoc, diag::err_typecheck_member_reference_unknown)
1194 SourceLocation MemberLoc = R.getNameLoc(); local
1223 S.Diag(MemberLoc, diag::err_typecheck_member_reference_arrow)
1264 return new (S.Context) ObjCIsaExpr(BaseExpr.get(), IsArrow, MemberLoc,
1301 S.Diag(MemberLoc, diag::err_property_found_suggest)
1307 S.Diag(MemberLoc, dia
[all...]
H A DSemaExprObjC.cpp1561 SourceLocation MemberLoc,
1568 Diag(MemberLoc, diag::err_invalid_property_name)
1577 if (RequireCompleteType(MemberLoc, OPT->getPointeeType(),
1585 if (DiagnoseUseOfDecl(PD, MemberLoc))
1590 OK_ObjCProperty, MemberLoc, SuperLoc, SuperType);
1594 OK_ObjCProperty, MemberLoc, BaseExpr);
1600 if (DiagnoseUseOfDecl(PD, MemberLoc))
1605 PD, Context.PseudoObjectTy, VK_LValue, OK_ObjCProperty, MemberLoc,
1610 OK_ObjCProperty, MemberLoc, BaseExpr);
1631 if (DiagnoseUseOfDecl(Getter, MemberLoc))
1558 HandleExprPropertyRefExpr(const ObjCObjectPointerType *OPT, Expr *BaseExpr, SourceLocation OpLoc, DeclarationName MemberName, SourceLocation MemberLoc, SourceLocation SuperLoc, QualType SuperType, bool Super) argument
[all...]
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp1595 E->MemberLoc = ReadSourceLocation(Record, Idx);
2230 SourceLocation MemberLoc = ReadSourceLocation(F, Record, Idx); local
2231 DeclarationNameInfo MemberNameInfo(MemberD->getDeclName(), MemberLoc);

Completed in 461 milliseconds