Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDExprObjC.h1497 SourceLocation IsaMemberLoc; variable
1512 Base(base), IsaMemberLoc(l), OpLoc(oploc), IsArrow(isarrow) {} in ObjCIsaExpr()
1525 SourceLocation getIsaMemberLoc() const { return IsaMemberLoc; } in getIsaMemberLoc()
1526 void setIsaMemberLoc(SourceLocation L) { IsaMemberLoc = L; } in setIsaMemberLoc()
1539 SourceLocation getEndLoc() const LLVM_READONLY { return IsaMemberLoc; } in getEndLoc()
1541 SourceLocation getExprLoc() const LLVM_READONLY { return IsaMemberLoc; } in getExprLoc()