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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
H A DExprCXX.h617 SourceLocation MemberLoc; member in class:clang::MSPropertyRefExpr
H A DExpr.h2299 SourceLocation MemberLoc; member in class:clang::StringLiteral::OffsetOfExpr::MemberExpr
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
H A DDeclCXX.cpp1577 CXXCtorInitializer(ASTContext &Context, FieldDecl *Member, SourceLocation MemberLoc, SourceLocation L, Expr *Init, SourceLocation R) argument
1588 CXXCtorInitializer(ASTContext &Context, IndirectFieldDecl *Member, SourceLocation MemberLoc, SourceLocation L, Expr *Init, SourceLocation R) argument
1609 CXXCtorInitializer(ASTContext &Context, FieldDecl *Member, SourceLocation MemberLoc, SourceLocation L, Expr *Init, SourceLocation R, VarDecl **Indices, unsigned NumIndices) argument
1624 Create(ASTContext &Context, FieldDecl *Member, SourceLocation MemberLoc, SourceLocation L, Expr *Init, SourceLocation R, VarDecl **Indices, unsigned NumIndices) argument
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprMember.cpp937 SourceLocation MemberLoc = MemberNameInfo.getLoc(); local
1189 SourceLocation MemberLoc = R.getNameLoc(); local
[all...]
H A DSemaExprObjC.cpp1498 HandleExprPropertyRefExpr(const ObjCObjectPointerType *OPT, Expr *BaseExpr, SourceLocation OpLoc, DeclarationName MemberName, SourceLocation MemberLoc, SourceLocation SuperLoc, QualType SuperType, bool Super) argument
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp2041 SourceLocation MemberLoc = ReadSourceLocation(F, Record, Idx); local

Completed in 175 milliseconds