Searched defs:getMemberLoc (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
H A DExprCXX.h650 SourceLocation getLocEnd() const { return getMemberLoc(); }
662 SourceLocation getMemberLoc() const { return MemberLoc; } function in class:clang::MSPropertyRefExpr
3254 SourceLocation getMemberLoc() const { return MemberNameInfo.getLoc(); }
3467 SourceLocation getMemberLoc() const { return getNameLoc(); }
3471 SourceLocation getExprLoc() const LLVM_READONLY { return getMemberLoc(); }
H A DExpr.h2515 /// getMemberLoc - Return the location of the "member", in X->F, it is the
2517 SourceLocation getMemberLoc() const { return MemberLoc; } function in class:clang::StringLiteral::OffsetOfExpr::MemberExpr

Completed in 57 milliseconds