Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Index/
DIndexDecl.cpp576 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/
DDeclObjC.h2805 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/
DDeclObjC.cpp2422 if (IvarLoc.isValid()) in getSourceRange()
2423 EndLoc = IvarLoc; in getSourceRange()
/openbsd/src/gnu/llvm/clang/lib/Serialization/
DASTReaderDecl.cpp1483 D->IvarLoc = readSourceLocation(); in VisitObjCPropertyImplDecl()
/openbsd/src/gnu/llvm/clang/lib/Sema/
DTreeTransform.h3686 SourceLocation IvarLoc, in RebuildObjCIvarRefExpr() argument
3689 DeclarationNameInfo NameInfo(Ivar->getDeclName(), IvarLoc); in RebuildObjCIvarRefExpr()
3692 /*FIXME:*/ IvarLoc, IsArrow, SS, SourceLocation(), in RebuildObjCIvarRefExpr()