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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Index/
H A DIndexDecl.cpp561 SourceLocation IvarLoc = D->getPropertyIvarDeclLoc(); local
563 IvarLoc = Container->getLocation();
565 } else if (D->getLocation() == IvarLoc) {
568 TRY_DECL(IvarD, IndexCtx.handleDecl(IvarD, IvarLoc, IvarRoles));
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h2764 SourceLocation IvarLoc; member in class:clang::ObjCPropertyImplDecl
2791 IvarLoc(ivarLoc), PropertyDecl(property), PropertyIvarDecl(ivarDecl) {
2824 SourceLocation getPropertyIvarDeclLoc() const { return IvarLoc; }
2827 SourceLocation IvarLoc) {
2829 this->IvarLoc = IvarLoc;
2840 return IvarLoc.isValid() && IvarLoc != getLocation();
2826 setPropertyIvarDecl(ObjCIvarDecl *Ivar, SourceLocation IvarLoc) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp2292 if (IvarLoc.isValid())
2293 EndLoc = IvarLoc;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1331 D->IvarLoc = readSourceLocation();
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h3410 SourceLocation IvarLoc,
3413 DeclarationNameInfo NameInfo(Ivar->getDeclName(), IvarLoc);
3416 /*FIXME:*/ IvarLoc, IsArrow, SS, SourceLocation(),
3409 RebuildObjCIvarRefExpr(Expr *BaseArg, ObjCIvarDecl *Ivar, SourceLocation IvarLoc, bool IsArrow, bool IsFreeIvar) argument

Completed in 160 milliseconds