Searched defs:IvarLoc (Results 1 - 2 of 2) sorted by relevance
/external/clang/include/clang/AST/ |
H A D | DeclObjC.h | 2151 SourceLocation IvarLoc; member in class:clang::ObjCPropertyImplDecl 2173 IvarLoc(ivarLoc), PropertyDecl(property), PropertyIvarDecl(ivarDecl), 2205 SourceLocation getPropertyIvarDeclLoc() const { return IvarLoc; } 2208 SourceLocation IvarLoc) { 2210 this->IvarLoc = IvarLoc; 2221 return IvarLoc.isValid() && IvarLoc != getLocation(); 2207 setPropertyIvarDecl(ObjCIvarDecl *Ivar, SourceLocation IvarLoc) argument
|
/external/clang/lib/Sema/ |
H A D | TreeTransform.h | 2317 SourceLocation IvarLoc, 2322 LookupResult R(getSema(), Ivar->getDeclName(), IvarLoc, local 2325 /*FIME:*/IvarLoc, 2335 /*FIXME:*/IvarLoc, IsArrow, 2316 RebuildObjCIvarRefExpr(Expr *BaseArg, ObjCIvarDecl *Ivar, SourceLocation IvarLoc, bool IsArrow, bool IsFreeIvar) argument
|
Completed in 74 milliseconds