HomeSort by: relevance | last modified time | path
    Searched defs:getMemberLoc (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ExprCXX.h 961 SourceLocation getEndLoc() const { return getMemberLoc(); }
979 SourceLocation getMemberLoc() const { return MemberLoc; }
3700 SourceLocation getMemberLoc() const { return MemberNameInfo.getLoc(); }
3926 SourceLocation getMemberLoc() const { return getNameLoc(); }
3930 SourceLocation getExprLoc() const LLVM_READONLY { return getMemberLoc(); }
Expr.h 3275 /// getMemberLoc - Return the location of the "member", in X->F, it is the
3277 SourceLocation getMemberLoc() const { return MemberLoc; }

Completed in 44 milliseconds