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
3046 SourceLocation getMemberLoc() const { return MemberNameInfo.getLoc(); }
3259 SourceLocation getMemberLoc() const { return getNameLoc(); }
3263 SourceLocation getExprLoc() const LLVM_READONLY { return getMemberLoc(); }
H A DExpr.h2545 /// getMemberLoc - Return the location of the "member", in X->F, it is the
2547 SourceLocation getMemberLoc() const { return MemberLoc; } function in class:clang::StringLiteral::OffsetOfExpr::MemberExpr

Completed in 2014 milliseconds