Searched refs:IsaMemberLoc (Results 1 – 2 of 2) sorted by relevance
1487 SourceLocation IsaMemberLoc; variable1499 IsaMemberLoc(l), OpLoc(oploc), IsArrow(isarrow) { in ObjCIsaExpr()1514 SourceLocation getIsaMemberLoc() const { return IsaMemberLoc; } in getIsaMemberLoc()1515 void setIsaMemberLoc(SourceLocation L) { IsaMemberLoc = L; } in setIsaMemberLoc()1528 SourceLocation getEndLoc() const LLVM_READONLY { return IsaMemberLoc; } in getEndLoc()1530 SourceLocation getExprLoc() const LLVM_READONLY { return IsaMemberLoc; } in getExprLoc()
1388 SourceLocation IsaMemberLoc;1402 Base(base), IsaMemberLoc(l), OpLoc(oploc), IsArrow(isarrow) {}1415 SourceLocation getIsaMemberLoc() const { return IsaMemberLoc; }1416 void setIsaMemberLoc(SourceLocation L) { IsaMemberLoc = L; }1429 SourceLocation getLocEnd() const LLVM_READONLY { return IsaMemberLoc; }1431 SourceLocation getExprLoc() const LLVM_READONLY { return IsaMemberLoc; }