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

/external/clang/include/clang/AST/
H A DDeclObjC.h2370 SourceLocation IvarLoc; member in class:clang::ObjCPropertyImplDecl
2392 IvarLoc(ivarLoc), PropertyDecl(property), PropertyIvarDecl(ivarDecl),
2424 SourceLocation getPropertyIvarDeclLoc() const { return IvarLoc; }
2427 SourceLocation IvarLoc) {
2429 this->IvarLoc = IvarLoc;
2440 return IvarLoc.isValid() && IvarLoc != getLocation();
2426 setPropertyIvarDecl(ObjCIvarDecl *Ivar, SourceLocation IvarLoc) argument
/external/clang/lib/AST/
H A DDeclObjC.cpp1858 if (IvarLoc.isValid())
1859 EndLoc = IvarLoc;
/external/clang/lib/Sema/
H A DTreeTransform.h2572 SourceLocation IvarLoc,
2576 DeclarationNameInfo NameInfo(Ivar->getDeclName(), IvarLoc);
2578 /*FIXME:*/IvarLoc, IsArrow,
2571 RebuildObjCIvarRefExpr(Expr *BaseArg, ObjCIvarDecl *Ivar, SourceLocation IvarLoc, bool IsArrow, bool IsFreeIvar) argument
/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp947 D->IvarLoc = ReadSourceLocation(Record, Idx);

Completed in 3740 milliseconds