Searched refs:IvarLoc (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/gnu/llvm/clang/lib/Index/ |
| D | IndexDecl.cpp | 576 SourceLocation IvarLoc = D->getPropertyIvarDeclLoc(); in VisitObjCPropertyImplDecl() local 578 IvarLoc = Container->getLocation(); in VisitObjCPropertyImplDecl() 580 } else if (D->getLocation() == IvarLoc) { in VisitObjCPropertyImplDecl() 583 TRY_DECL(IvarD, IndexCtx.handleDecl(IvarD, IvarLoc, IvarRoles)); in VisitObjCPropertyImplDecl()
|
| /openbsd/src/gnu/llvm/clang/include/clang/AST/ |
| D | DeclObjC.h | 2805 SourceLocation IvarLoc; variable 2832 IvarLoc(ivarLoc), PropertyDecl(property), PropertyIvarDecl(ivarDecl) { in ObjCPropertyImplDecl() 2865 SourceLocation getPropertyIvarDeclLoc() const { return IvarLoc; } in getPropertyIvarDeclLoc() 2868 SourceLocation IvarLoc) { in setPropertyIvarDecl() argument 2870 this->IvarLoc = IvarLoc; in setPropertyIvarDecl() 2881 return IvarLoc.isValid() && IvarLoc != getLocation(); in isIvarNameSpecified()
|
| /openbsd/src/gnu/llvm/clang/lib/AST/ |
| D | DeclObjC.cpp | 2422 if (IvarLoc.isValid()) in getSourceRange() 2423 EndLoc = IvarLoc; in getSourceRange()
|
| /openbsd/src/gnu/llvm/clang/lib/Serialization/ |
| D | ASTReaderDecl.cpp | 1483 D->IvarLoc = readSourceLocation(); in VisitObjCPropertyImplDecl()
|
| /openbsd/src/gnu/llvm/clang/lib/Sema/ |
| D | TreeTransform.h | 3686 SourceLocation IvarLoc, in RebuildObjCIvarRefExpr() argument 3689 DeclarationNameInfo NameInfo(Ivar->getDeclName(), IvarLoc); in RebuildObjCIvarRefExpr() 3692 /*FIXME:*/ IvarLoc, IsArrow, SS, SourceLocation(), in RebuildObjCIvarRefExpr()
|