Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
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()
/external/clang/include/clang/AST/
DExprObjC.h1388 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; }