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

/openbsd-current/gnu/llvm/clang/lib/Index/
H A DIndexDecl.cpp576 SourceLocation IvarLoc = D->getPropertyIvarDeclLoc(); local
578 IvarLoc = Container->getLocation();
580 } else if (D->getLocation() == IvarLoc) {
583 TRY_DECL(IvarD, IndexCtx.handleDecl(IvarD, IvarLoc, IvarRoles));
/openbsd-current/gnu/llvm/clang/include/clang/AST/
H A DDeclObjC.h2805 SourceLocation IvarLoc; member in class:clang::ObjCPropertyImplDecl
2832 IvarLoc(ivarLoc), PropertyDecl(property), PropertyIvarDecl(ivarDecl) {
2865 SourceLocation getPropertyIvarDeclLoc() const { return IvarLoc; }
2868 SourceLocation IvarLoc) {
2870 this->IvarLoc = IvarLoc;
2881 return IvarLoc.isValid() && IvarLoc != getLocation();
2867 setPropertyIvarDecl(ObjCIvarDecl *Ivar, SourceLocation IvarLoc) argument
/openbsd-current/gnu/llvm/clang/lib/AST/
H A DDeclObjC.cpp2422 if (IvarLoc.isValid())
2423 EndLoc = IvarLoc;
/openbsd-current/gnu/llvm/clang/lib/Serialization/
H A DASTReaderDecl.cpp1483 D->IvarLoc = readSourceLocation();
/openbsd-current/gnu/llvm/clang/lib/Sema/
H A DTreeTransform.h3686 SourceLocation IvarLoc,
3689 DeclarationNameInfo NameInfo(Ivar->getDeclName(), IvarLoc);
3692 /*FIXME:*/ IvarLoc, IsArrow, SS, SourceLocation(),
3685 RebuildObjCIvarRefExpr(Expr *BaseArg, ObjCIvarDecl *Ivar, SourceLocation IvarLoc, bool IsArrow, bool IsFreeIvar) argument

Completed in 239 milliseconds