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

/external/clang/include/clang/AST/
H A DDeclObjC.h1914 SourceLocation IvarLoc; member in class:clang::ObjCPropertyImplDecl
1936 IvarLoc(ivarLoc), PropertyDecl(property), PropertyIvarDecl(ivarDecl),
1968 SourceLocation getPropertyIvarDeclLoc() const { return IvarLoc; }
1971 SourceLocation IvarLoc) {
1973 this->IvarLoc = IvarLoc;
1984 return IvarLoc.isValid() && IvarLoc != getLocation();
1970 setPropertyIvarDecl(ObjCIvarDecl *Ivar, SourceLocation IvarLoc) argument
/external/clang/lib/AST/
H A DDeclObjC.cpp1342 if (IvarLoc.isValid())
1343 EndLoc = IvarLoc;
/external/clang/lib/Sema/
H A DTreeTransform.h2303 SourceLocation IvarLoc,
2308 LookupResult R(getSema(), Ivar->getDeclName(), IvarLoc, local
2311 /*FIME:*/IvarLoc,
2321 /*FIXME:*/IvarLoc, IsArrow,
2302 RebuildObjCIvarRefExpr(Expr *BaseArg, ObjCIvarDecl *Ivar, SourceLocation IvarLoc, bool IsArrow, bool IsFreeIvar) argument
/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp859 D->IvarLoc = ReadSourceLocation(Record, Idx);

Completed in 192 milliseconds