Searched refs:IvarLoc (Results 1 – 4 of 4) sorted by relevance
/external/clang/include/clang/AST/ |
D | DeclObjC.h | 1914 SourceLocation IvarLoc; variable 1936 IvarLoc(ivarLoc), PropertyDecl(property), PropertyIvarDecl(ivarDecl), in ObjCPropertyImplDecl() 1968 SourceLocation getPropertyIvarDeclLoc() const { return IvarLoc; } in getPropertyIvarDeclLoc() 1971 SourceLocation IvarLoc) { in setPropertyIvarDecl() argument 1973 this->IvarLoc = IvarLoc; in setPropertyIvarDecl() 1984 return IvarLoc.isValid() && IvarLoc != getLocation(); in isIvarNameSpecified()
|
/external/clang/lib/AST/ |
D | DeclObjC.cpp | 1342 if (IvarLoc.isValid()) in getSourceRange() 1343 EndLoc = IvarLoc; in getSourceRange()
|
/external/clang/lib/Sema/ |
D | TreeTransform.h | 2303 SourceLocation IvarLoc, in RebuildObjCIvarRefExpr() argument 2308 LookupResult R(getSema(), Ivar->getDeclName(), IvarLoc, in RebuildObjCIvarRefExpr() 2311 /*FIME:*/IvarLoc, in RebuildObjCIvarRefExpr() 2321 /*FIXME:*/IvarLoc, IsArrow, in RebuildObjCIvarRefExpr()
|
/external/clang/lib/Serialization/ |
D | ASTReaderDecl.cpp | 859 D->IvarLoc = ReadSourceLocation(Record, Idx); in VisitObjCPropertyImplDecl()
|