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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Index/
H A DIndexDecl.cpp556 SourceLocation IvarLoc = D->getPropertyIvarDeclLoc(); local
558 IvarLoc = Container->getLocation();
560 } else if (D->getLocation() == IvarLoc) {
563 TRY_DECL(IvarD, IndexCtx.handleDecl(IvarD, IvarLoc, IvarRoles));
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h2789 SourceLocation IvarLoc; member in class:clang::ObjCPropertyImplDecl
2816 IvarLoc(ivarLoc), PropertyDecl(property), PropertyIvarDecl(ivarDecl) {
2849 SourceLocation getPropertyIvarDeclLoc() const { return IvarLoc; }
2852 SourceLocation IvarLoc) {
2854 this->IvarLoc = IvarLoc;
2865 return IvarLoc.isValid() && IvarLoc != getLocation();
2851 setPropertyIvarDecl(ObjCIvarDecl *Ivar, SourceLocation IvarLoc) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp2293 if (IvarLoc.isValid())
2294 EndLoc = IvarLoc;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1327 D->IvarLoc = readSourceLocation();
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h3240 SourceLocation IvarLoc,
3243 DeclarationNameInfo NameInfo(Ivar->getDeclName(), IvarLoc);
3246 /*FIXME:*/ IvarLoc, IsArrow, SS, SourceLocation(),
3239 RebuildObjCIvarRefExpr(Expr *BaseArg, ObjCIvarDecl *Ivar, SourceLocation IvarLoc, bool IsArrow, bool IsFreeIvar) argument

Completed in 318 milliseconds