Searched refs:IvarLoc (Results 1 – 4 of 4) sorted by relevance
/external/clang/include/clang/AST/ |
D | DeclObjC.h | 2151 SourceLocation IvarLoc; variable 2173 IvarLoc(ivarLoc), PropertyDecl(property), PropertyIvarDecl(ivarDecl), in ObjCPropertyImplDecl() 2205 SourceLocation getPropertyIvarDeclLoc() const { return IvarLoc; } in getPropertyIvarDeclLoc() 2208 SourceLocation IvarLoc) { in setPropertyIvarDecl() argument 2210 this->IvarLoc = IvarLoc; in setPropertyIvarDecl() 2221 return IvarLoc.isValid() && IvarLoc != getLocation(); in isIvarNameSpecified()
|
/external/clang/lib/AST/ |
D | DeclObjC.cpp | 1728 if (IvarLoc.isValid()) in getSourceRange() 1729 EndLoc = IvarLoc; in getSourceRange()
|
/external/clang/lib/Sema/ |
D | TreeTransform.h | 2317 SourceLocation IvarLoc, in RebuildObjCIvarRefExpr() argument 2322 LookupResult R(getSema(), Ivar->getDeclName(), IvarLoc, in RebuildObjCIvarRefExpr() 2325 /*FIME:*/IvarLoc, in RebuildObjCIvarRefExpr() 2335 /*FIXME:*/IvarLoc, IsArrow, in RebuildObjCIvarRefExpr()
|
/external/clang/lib/Serialization/ |
D | ASTReaderDecl.cpp | 864 D->IvarLoc = ReadSourceLocation(Record, Idx); in VisitObjCPropertyImplDecl()
|