Home
last modified time | relevance | path

Searched refs:IsaMemberLoc (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h1489 SourceLocation IsaMemberLoc; variable
1501 IsaMemberLoc(l), OpLoc(oploc), IsArrow(isarrow) { in ObjCIsaExpr()
1516 SourceLocation getIsaMemberLoc() const { return IsaMemberLoc; } in getIsaMemberLoc()
1517 void setIsaMemberLoc(SourceLocation L) { IsaMemberLoc = L; } in setIsaMemberLoc()
1530 SourceLocation getEndLoc() const LLVM_READONLY { return IsaMemberLoc; } in getEndLoc()
1532 SourceLocation getExprLoc() const LLVM_READONLY { return IsaMemberLoc; } in getExprLoc()