Searched refs:MemberLoc (Results 1 - 8 of 8) sorted by relevance

/external/clang/lib/Sema/
H A DSemaExprMember.cpp847 SourceLocation MemberLoc = MemberNameInfo.getLoc(); local
956 if (ShouldCheckUse && DiagnoseUseOfDecl(MemberDecl, MemberLoc)) {
968 return BuildAnonymousStructUnionMemberReference(SS, MemberLoc, FD,
1006 Diag(MemberLoc, diag::err_typecheck_member_reference_type)
1009 Diag(MemberLoc, diag::err_typecheck_member_reference_unknown)
1094 SourceLocation MemberLoc = R.getNameLoc(); local
1120 Diag(MemberLoc, diag::err_typecheck_member_reference_arrow)
1161 Diag(MemberLoc, diag::warn_objc_isa_use);
1162 return Owned(new (Context) ObjCIsaExpr(BaseExpr.take(), IsArrow, MemberLoc,
1179 Diag(MemberLoc, dia
[all...]
H A DSemaExprObjC.cpp1367 SourceLocation MemberLoc,
1374 Diag(MemberLoc, diag::err_invalid_property_name)
1383 if (RequireCompleteType(MemberLoc, OPT->getPointeeType(),
1391 if (DiagnoseUseOfDecl(PD, MemberLoc))
1396 MemberLoc,
1401 MemberLoc, BaseExpr));
1408 if (DiagnoseUseOfDecl(PD, MemberLoc))
1416 MemberLoc,
1423 MemberLoc,
1445 if (DiagnoseUseOfDecl(Getter, MemberLoc))
1364 HandleExprPropertyRefExpr(const ObjCObjectPointerType *OPT, Expr *BaseExpr, SourceLocation OpLoc, DeclarationName MemberName, SourceLocation MemberLoc, SourceLocation SuperLoc, QualType SuperType, bool Super) argument
[all...]
/external/clang/lib/AST/
H A DDeclCXX.cpp1511 SourceLocation MemberLoc,
1514 : Initializee(Member), MemberOrEllipsisLocation(MemberLoc), Init(Init),
1522 SourceLocation MemberLoc,
1525 : Initializee(Member), MemberOrEllipsisLocation(MemberLoc), Init(Init),
1543 SourceLocation MemberLoc,
1548 : Initializee(Member), MemberOrEllipsisLocation(MemberLoc), Init(Init),
1558 SourceLocation MemberLoc,
1566 return new (Mem) CXXCtorInitializer(Context, Member, MemberLoc, L, Init, R,
1509 CXXCtorInitializer(ASTContext &Context, FieldDecl *Member, SourceLocation MemberLoc, SourceLocation L, Expr *Init, SourceLocation R) argument
1520 CXXCtorInitializer(ASTContext &Context, IndirectFieldDecl *Member, SourceLocation MemberLoc, SourceLocation L, Expr *Init, SourceLocation R) argument
1541 CXXCtorInitializer(ASTContext &Context, FieldDecl *Member, SourceLocation MemberLoc, SourceLocation L, Expr *Init, SourceLocation R, VarDecl **Indices, unsigned NumIndices) argument
1556 Create(ASTContext &Context, FieldDecl *Member, SourceLocation MemberLoc, SourceLocation L, Expr *Init, SourceLocation R, VarDecl **Indices, unsigned NumIndices) argument
H A DExpr.cpp1250 return MemberLoc;
1258 return MemberLoc;
/external/clang/include/clang/AST/
H A DDeclCXX.h1731 SourceLocation MemberLoc, SourceLocation L, Expr *Init,
1744 SourceLocation MemberLoc, SourceLocation L, Expr *Init,
1750 SourceLocation MemberLoc, SourceLocation L, Expr *Init,
1761 SourceLocation MemberLoc, SourceLocation L,
H A DExpr.h2189 /// MemberLoc - This is the location of the member name.
2190 SourceLocation MemberLoc; member in class:clang::StringLiteral::OffsetOfExpr::MemberExpr
2235 MemberLoc(NameInfo.getLoc()), IsArrow(isarrow),
2252 Base(base), MemberDecl(memberdecl), MemberDNLoc(), MemberLoc(l),
2404 MemberLoc, MemberDNLoc);
2412 SourceLocation getMemberLoc() const { return MemberLoc; }
2413 void setMemberLoc(SourceLocation L) { MemberLoc = L; }
2419 SourceLocation getExprLoc() const LLVM_READONLY { return MemberLoc; }
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp1810 SourceLocation MemberLoc = ReadSourceLocation(F, Record, Idx); local
1811 DeclarationNameInfo MemberNameInfo(MemberD->getDeclName(), MemberLoc);
/external/clang/include/clang/Sema/
H A DSema.h6155 SourceLocation MemberLoc,

Completed in 121 milliseconds