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

/external/clang/include/clang/AST/
H A DExprCXX.h699 SourceLocation getLocEnd() const { return getMemberLoc(); }
711 SourceLocation getMemberLoc() const { return MemberLoc; } function in class:clang::MSPropertyRefExpr
3261 SourceLocation getMemberLoc() const { return MemberNameInfo.getLoc(); }
3469 SourceLocation getMemberLoc() const { return getNameLoc(); }
3473 SourceLocation getExprLoc() const LLVM_READONLY { return getMemberLoc(); }
H A DExpr.h2513 /// getMemberLoc - Return the location of the "member", in X->F, it is the
2515 SourceLocation getMemberLoc() const { return MemberLoc; } function

Completed in 168 milliseconds