Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprObjC.h1487 SourceLocation IsaMemberLoc; variable
1499 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()